html, body{
	margin: 0px; padding: 0px; text-align:center; background: url(../images/bg_body.jpg) repeat; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; color:#787070;
}
h3{
	font-weight:bold; font-size:15px; color:#42b2de;
}
#container{
	margin:auto; padding:0px; width:902px;	text-align:left;
}
#header{
	margin:0; padding:0; width:325px; height:71px; float:left;
}
#header A{
	text-decoration:none; color:#787070; font-weight:bold;
}
#header_right{
	margin:0px; padding:0px; height:71px; width:572px; float:left; text-align:right;
}
#header_right A{
	margin-right:15px; line-height:20px; color:#716565; text-decoration:none; font-size:11px;
}
#header_right A:hover{
	margin-right:15px; line-height:20px; color:#352323; text-decoration:none; font-size:11px;
}
/* MENU */
DIV#divtopnav{
	height: 38px; !important
	float:left; clear:both;
}
UL#topnav {
	FLOAT: right; MARGIN: 0px; margin-right:15px; display:inline; LIST-STYLE-TYPE: none;  TEXT-ALIGN: right;  vertical-align: bottom;
}
UL#topnav LI {
	FLOAT: left;
}
UL#topnav LI A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 30px; FONT-WEIGHT: bold; FONT-SIZE: 15px; 
	COLOR: #333; LINE-HEIGHT: 38px;  margin-left: 1px; text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	background: url(../images/mesh_topnav.jpg) no-repeat 0px -103px;
}
UL#topnav LI A DIV{
	padding-right: 30px;
	background: url(../images/mesh_topnav.jpg) no-repeat right -155px;
}
UL#topnav LI A:hover {
	COLOR: #333;   background: url(../images/mesh_topnav.jpg) no-repeat 0px 0px;
}
UL#topnav LI A:hover DIV{
	padding-right: 30px;
	background: url(../images/mesh_topnav.jpg) no-repeat right -54px;
}
UL#topnav LI A.current {
	COLOR: #42b2de;    background: url(../images/mesh_topnav.jpg) no-repeat 0px 0px;
}
UL#topnav LI A.current DIV{
	padding-right: 30px;
	background: url(../images/mesh_topnav.jpg) no-repeat right -54px;
}
/* END MENU */
#container_content{
	margin:0; padding:0px; float:left;
}
#container_top{
	margin:0; padding:0px; height:14px; width:902px; background:url(../images/bg_container_top.jpg) no-repeat; float:left;
}
#container_bottom{
	margin:0; padding:0px; height:14px; width:902px; background:url(../images/bg_container_bottom.jpg) no-repeat; float:left;
}
#container_middle{
	margin:0; padding:0px; width:902px; background-color:#ffffff; float:left;
}
#content{
	 width: 858px; margin:8px 22px 8px 22px; float:left; display:inline;
}
#footer{
	margin:0px; margin-top:15px; float:left; padding:0px; width:902px; text-align:center;
}
#footer A{
	margin-left:25px; margin-right:25px; color:#716565; text-decoration:none; font-size:12px;
}
#footer A:hover{
	margin-left:25px; margin-right:25px; color:#352323; text-decoration:none; font-size:12px;
}
UL#photo_galery{
	list-style-type:none; float:left; margin:0px; padding:0px;
}
UL#photo_galery LI{
	float:left; width:115px; margin-top:6px; margin-right:9px; margin-left:0px; margin-bottom:0px;
}
UL#photo_galery LI IMG{
	cursor:pointer;
}
.text{
	border: 2px solid #d7e4ec;
	font-size: 14px;
	color: #483D8B;
	height: 25px;
}
.text:focus{
	background-color: #effafb;
}
textarea{
		border: 1px solid #d7e4ec;
}