/*******************************************/
/* BODY & LAYOUT
*/
body {
	background:url("../img/bg3.png") no-repeat top center #102139;
	color:#222;
}
.padding {
	padding:10px;
}
#header {
	margin:140px 40px 0 40px;
	border:1px solid #546576;
	background:#001831;
	border-bottom:0px;
	text-align: center;
}
#footer {
	margin:100px 40px 40px 40px;
	color:#FFF;
}
#body {
	background:#eee;
}
#body_inner {
	border:1px solid #BBB;
	background:#FFF;
	min-height:500px;
}

#page_links a {
	margin:0px 20px;
	font-size:15pt;
	border:0px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}
#page_links a:hover {
	background:#DED684;
	color:#102139;
}
.subnav a {
	font-size:11pt;
	text-decoration:none;
	font-weight:bold;
}
.subnav a:hover {
	color:#FFF;
	background:#102139;
	border: 0px;	
}
#content {
	float:left;
	width:550px;
}
#widgets {
	float:right;
	width:300px
}
.widget {
	background:#DCD8D8;
}
#footer a {
	color: #FFF;
}
#footer a:hover{
	background:#DED684;
	color:#102139;
}
/*******************************************/


/*******************************************/
/* LINKS
*/
a {
	color:#546576;
	text-decoration:none;
	border-bottom:1px dotted #546576;
}
a:hover {
	color:#FFF;
	background:#102139;
	border: 0px;
}
/*******************************************/