@charset "utf-8";
/* CSS Document */

body
{
	font-family:'Tahoma', Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#535353;
	background:#002835;
	margin:0 auto;
}
a
{
	text-decoration:none;
	color:#535353;
}
a:hover
{
	text-decoration:underline;
	color:#f07700;
}
.content h1, h2, h3
{
	margin:0;
	padding:0;
	font-weight:normal;
}
.content h1
{
	text-transform:uppercase;
	font-size:18px;
	color:#f07700;
}
.wraper
{
	border:1px solid #20434e;
}
.main-nav
{
	border:1px solid #ffffff;
	border-left:none;
	border-right:none;
	background:url(../images/bg-nav.jpg) #04667f repeat-x;
}
.banner
{
	background:url(../images/banner.jpg) no-repeat;
	height:223px;
}
.content
{
	padding:20px;
	padding-top:0px;
	background:url(../images/bg-content.jpg) #ffffff bottom right no-repeat;
}
.content .brd-rt
{
	border-right: 1px solid #b2c4d5;
}
.txtbox
{
	width:145px;
}
.btn-search
{
	background:url(../images/bg-btn.jpg) #dddddd repeat-x;
	font-size:10x;
	font-weight:bold;
	color:#0b7c93;
	height:21px;
	border:1px solid #7e9db9;
}
.gallery
{
	background:url(../images/bg-gallery.jpg) no-repeat top center;
}
.footer
{
	background:#999999;
	color:#ffffff;
	font-size:11px;
	padding:5px;
}
