/***************************************************
			general
***************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background-color: #2f4674;
	color: white;
	font: normal 11px helvetica,arial,sans-serif;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;

}

a:link { 
	color: #333; 
}

a:visited { 
	color: #333; 
}

a:hover { 
	color: #aaa; 
}

a:active { 
	color: red; 
} 

.clear { clear: both; }

/***************************************************
			header
***************************************************/

.header {
	position:relative;
	width:1150px;
	height:117px;
	margin:auto;
}

.logo {
	position:absolute;
	left:40px;
	top: 20px;
	width:410px;
	height:65px;
} 

.menu {
	position:absolute;
	right: 90px;
	top: 55px;
	height:30px;
	font-size: 12px;
} 

.menu a:link { 
	color: white;
	font-size: 12px;
	text-decoration: none;
}

.menu a:visited { 
	color: white; 
}

.menu a:hover { 
	color: #6099ff; 
}

.menu a:active { 
	color: #6099ff; 
}


/***************************************************
			ads
***************************************************/

.maxad {
	background: url("../images/max_bg.png") top center;
	width:160px;
	height:600px;
	float: right;
	margin-top: 30px;
	padding: 4px 3px;
}

.abanner {
	background: url("../images/abanner_bg.png") top center;
	width:728px;
	height:90px;
	float: left;
	padding: 3px 4px 3px 3px;
	margin: 10px 0 0 16px;
}

/***************************************************
			content
***************************************************/

.main {
	position:relative;
	width: 1150px;
	margin: auto;
}

.left {
	width: 400px;
	float: left;
}

.right {
	width: 750px;
	float: left;
}

/***************************************************
			latest posts
***************************************************/

.latestposts {
	width: 381px;
	float: left;	
}

.post {
	border-bottom: 1px dashed #8d97ad;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.post p{
	color: white;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}

.post h1{
	color: #6098fe;
	font-size: 16px;
	margin-bottom: 5px;
}

.post h1 a{
	color: #6098fe;
	font-size: 16px;
	margin-bottom: 5px;
	text-decoration: none;
}

.post_links{
	color: #a3d5ea;
	font-size: 10px;
	margin-bottom: 5px;
}

.post a {
	color: #a3d5ea;
	font-size: 10px;
	margin-bottom: 5px;
	text-decoration: none;
}

.latestposts_logo {
	position:absolute;
	margin-left: 15px;
}

.latestposts_top {
	background: url("../images/left_top.png") top center;
	width:381px;
	height:10px;
	margin-top: 33px;
}

.latestposts_mdl {
	width: 347px;	
	background: url("../images/left_middle.png") repeat-y top center;
	padding: 11px 17px;
}

.latestposts_btm {	
	background: url("../images/left_bottom.png") top center;
	width:381px;
	height:10px;
}

/***************************************************
			spotted
***************************************************/

.spotted {
	position: relative;
	width: 550px;
	float: left;
	height: 100%;
	text-align: center;
	font-family: helvetica,arial,sans-serif;
	font-size: 10px;
	margin: 0px 0px 5px 7px;
	padding: 0px 0px 0px 0px;
}

.spotted_logo {
	position:absolute;
	margin-left: 15px;
	top: 0px;
	left:0px;
}

.galleries {
	margin-top: -10px;
}

.gallery img {
	width: 113px;
	padding: 7px;
	border: 1px dashed #8d97ad;
	position: relative;
}

.gallery {
	float: left;
	width: 130px;
	height: 155px;
	vertical-align: top;
	margin: 0px 0px 0px 7px;	
}

/***************************************************
			our blogs
***************************************************/

.ourblogs {
	width: 550px;
	float: left;
	margin-top: 5px;
	margin-left: 7px;
}

.ourblogs_logo {
	position:absolute;
	margin-left: 15px;
}

.ourblogs_top {
	background: url("../images/ourblogs_top.png") top center;
	width:550px;
	height:8px;
	margin-top: 33px;
}

.ourblogs_mdl {
	width: 492px;	
	background: url("../images/ourblogs_middle.png") repeat-y top center;
	padding: 0px 29px;
}

.ourblogs_btm {	
	background: url("../images/ourblogs_bottom.png") top center;
	width:550px;
	height:7px;
}

.blogs_l { 
	width: 233px;
	float: left; 
}

.blogs_r {
	width: 233px;
	float: left; 
	padding-left: 26px;
}

.blogs_l img {
	border-bottom: 1px dashed #8d97ad;
	padding-bottom: 0px;
	margin-bottom: 0px; 
}

.blogs_r img {
	border-bottom: 1px dashed #8d97ad;
	padding-bottom: 0px;
	margin-bottom: 0px; 
}


/***************************************************
			footer
***************************************************/

.footer { 
	margin-top: 50px;
	padding-top: 10px;
	background: #1f2b43 url("../images/footer_bg.png") repeat-x top center;
} 

#footer {
	width: 983px;
	margin: 0px auto 0 auto;
	padding: 0px 0px 20px 0px;
	text-align: center;
	color: #6098fe;
}

#footer a{
	text-decoration: none;
	color: white;
}

#footer a:hover{
	text-decoration: underline;
}

#footerLinks {
	border-bottom: 1px solid #344b7d;
	width: 831px;
	margin: 15px 0px 15px 68px;
	padding: 0px 0px 15px 0px;
}

#footerLinks .links{
	float: left;
	display: block;
	width: 122px;
	height: 85px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #344b7d;
	text-align: left;
	
}

#footerLinks .lastlink .links{
	border-right: 0px;
	padding: 0px 0px 0px 10px;
	width: 128px;
}

#footerLinks .twocol .links{
	width: 180px;
}

#footerLinks .links li{
	list-style: none;
}

#footerLinks .links h5{
	font-size: 12px;
	text-transform: uppercase;
}





