@charset "utf-8";
*{
	margin:0;
	padding:0;
}

body{
	color:#484848;
	background:url(../stylized/design_img/bodybg.gif) #1d416b repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}	
a{
	outline:none;
}
a img{
	border:0;
}
#container{
	width:800px;
	margin:0 auto;
}
#logo{
	margin-top:9px;
	height:51px;
}
#top{
	width:100%;
	height:269px;
	background:transparent url(../stylized/design_img/topbg.jpg) no-repeat;
}
#menu{
	width:100%;
	height:21px;
	background:transparent url(../stylized/design_img/menubg.gif) repeat-x;
	border-bottom:1px solid #0073fa;
}

#menu ul{
	margin:0 20px;
	_margin:0 13px;
}
#menu ul li{
	float:left;
	list-style:none;
	margin:0 10px;
}
#menu ul li a{
text-decoration:none;
color:#fff;
line-height:21px;
}
#menu ul li a:hover{
	text-decoration:underline;
}
.menuSky{
	width:176px;
	height:21px;
	line-height:21px;
	background:transparent url(../stylized/design_img/menubg.gif) repeat-x;
	border-bottom:1px solid #0073fa;
	color:#FFF;
	padding: 0 10px;
}

#contentContainer{
	background:#FFF;
	width:100%;
}
#leftSky{
	width:196px;
	float:left;
	padding:42px 24px;
}
.menuSkyContent{
	width:176px;
	padding:10px;
}
.menuSkyContent .input{
	border: 1px solid #484848;
	color:#484848;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.menuSkyContent .submit{
	border:none;
	text-align:center;
	cursor:pointer;
	color:#fff;
	background:#484848 url(../stylized/design_img/search.gif) no-repeat center center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:19px;
}
.menuSkyContent form{
	margin:0 auto;
}
#leftSky ul {
	margin-left: 0;
	padding-left: 10px;
	_padding-left: 13px;
}
#leftSky ul li{
	list-style:url(../stylized/design_img/lidot.gif);
	padding-left:-30px;
}
#leftSky ul li a{
	text-decoration:none;
	color:#484848;
}
#leftSky ul li a:hover{
	text-decoration:none;
	text-decoration:underline;
}
#content{
	width:532px;
	float:left;
	padding:42px 24px 42px 0;
}

#content a{
	text-decoration:underline;
	color:#484848;
}
#content a:hover{
	text-decoration:none;
	color:#484848;
}
#content h3{
	font-size:18px;
	border-bottom:1px solid #0073fa;
	display:block;
	width:100%;
	margin-bottom:23px;
	font-family:inherit;
}
#content h3 a{
	font-size:18px;
	color:#484848;
	text-decoration:none;
}
p{
	margin-bottom:23px;
}
#content img{
	border: solid 5px #061524;
}
#contentBottom{
	width:800px;
	height:5px;
	line-height:1px;
	font-size:1px;
}
#contentBottomL{
	width:5px;
	height:5px;
	line-height:1px;
	font-size:1px;
	float:left;	
	background:url(../stylized/design_img/contentcornerleft.png) no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='design_img/contentcornerleft.png', sizing Method='crop');
}
#contentBottomC{
	width:790px;
	height:5px;
	background-color:#fff;
	line-height:1px;
	font-size:1px;
	float:left;
}
#contentBottomR{
	width:5px;
	height:5px;
	line-height:1px;
	font-size:1px;
	float:left;
	background:url(../stylized/design_img/contentcornerright.png) no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='design_img/contentcornerright.png', sizing Method='crop');
}
#footer{
	margin:3px 0 5px 0;
	height:51px;
	background:url(../stylized/design_img/footer.png) no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='design_img/footer.png', sizing Method='crop');
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
}
#footer div{
	margin:5px;
	text-align:right;
}
#footer a{
	color:#FFFFFF;
}


.clearer{
	clear:both;
}