@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #2b5b77;
}
body {
	background-color: #ffffff;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
#main{
	width:800px;
	background-color:#FFFFFF;
	margin:0px auto;
	text-align:left;
}
#top_baner{}
#top_baner img{
	border:0px;
}
#menu{
	background-image:url(img/menu_bg.jpg);
	height:47px;
	width:800px;
}
#menu img{
	border:0px;
	margin:0px 20px;
}
#content{
	width:760px;
	margin:0px 20px 0px 20px;
	line-height:18px;
}
#footer{
	width:760px;
	margin:0px 20px 10px 20px;
	border-top:1px solid #f6c0ad;
	height:20px;
	padding-top:10px;
	text-align:right;
	color:#84b1ca;
	font-size:10px;
}
#header{
	border-bottom:1px solid #f6c0ad;
	margin-top:20px;
}
#right{
	float:left;
	width:440px;
	margin-right:10px;
	padding-right:20px;
}
#left{
	width:285px;
	float:left;
	padding:0px;
	
	
}
#gallery_small{
	background-color:#84b1ca;
	padding:0px 10px 10px 10px;
	border:2px solid #6b99b2;
	margin-top:10px;
}
#gallery_small img{
	border:2px solid #ddedf6;
	margin-left:5px;
}
#gallery_small #header{
	border-bottom:1px solid #fff;
	margin-bottom:10px;
	margin-top:10px;
	
	
}
#gallery_small #header img{
	border:0px;
	padding-bottom:2px;
}
#content_txt{
	padding:5px;
}
.cleaner{
	clear:both;
	}
a:link {
	color: #e55b2b;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #e55b2b;
}
a:hover {
	text-decoration: none;
	color: #2b5b77;
}
a:active {
	text-decoration: underline;
	color: #e55b2b;
}
