@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
body {
	background-color: #AA3C21;
}
.golge1 {
	background-image: url(../img/main/golge1.gif);
	background-repeat: repeat-y;
}
.golge2 {

	background-image: url(../img/main/golge2.gif);
	background-repeat: repeat-x;
}
.text1 {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	color: #333333;
	text-align: justify;

}
.text2 {

	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	color: #333333;
}
a.link1 {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	color: #817E72;
	text-decoration: none;
}
.img {
	margin:0 3 0px 3;
	padding:2px;
	border:1px solid #fff;
}
.button {
   border-top: 1px solid #eeedd9;
   background: #eeedd9;
   background: -webkit-gradient(linear, left top, left bottom, from(#eeedd9), to(#eeedd9));
   background: -webkit-linear-gradient(top, #eeedd9, #eeedd9);
   background: -moz-linear-gradient(top, #eeedd9, #eeedd9);
   background: -ms-linear-gradient(top, #eeedd9, #eeedd9);
   background: -o-linear-gradient(top, #eeedd9, #eeedd9);
   padding: 10px 20px;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;

   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #aa3c21;
   width: 195px;
   font-size: 16px;
   font-family: 'Open Sans', sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #aa3c21;
   background: #aa3c21;
   color: #eeedd9;
   }
.button:active {
   border-top-color: #aa3c21;
   background: #aa3c21;
   }
