body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(../images/layout/bg.jpg) #090a0c top repeat-y;
	margin: 0;
	height: 100%
}
.cl {
	clear: both;
	}
#header {
	height: 183px;
	width: 100%;
	background: url(../images/layout/white_bar.png) bottom repeat-x;
	}
#wrapper {
	width: 960px;
	margin: 0 auto;
	}
	
#content_top {
	background:url(../images/layout/box_top.png) no-repeat;
	width: 926px;
	height: 19px;
	margin: 15px auto 0 auto;
	}
#content {
	background: url(../images/layout/white_mid.png) repeat-y;
	width: 831px;
	min-height: 536px;
	height: auto;
	margin: 0 auto;
	padding: 10px 50px 10px 45px;
	}
#content_bottom {
	background: url(../images/layout/white_bottom.png) no-repeat;
	width: 926px;
	height: 19px;
	margin: 0 auto 18px auto;
	}

#content p a {
	font-weight: bold;
	color: #18232a;
	text-decoration: none;
	}
	#content p a:hover {
		color: #e7831f;
		}	

#content ul a {
	font-weight: bold;
	color: #18232a;
	text-decoration: none;
	}
	#content ul a:hover {
		color: #e7831f;
		}	

#footer {
	height: 150px;
	width: 960px;
	margin: 0 auto;
	background-attachment: scroll;
	background-color: #0F1418;
	background-image: url(../images/layout/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.footlinks {
	font-size: 10px;
	color:#2E4756;
	float: left;
	margin-top: 20px;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 25px;
}	
 .footlinks a{
	font-size: 10px;
	text-decoration: none;
	color: #4b748b;
	}
	.footlinks a:hover {
		color: #c3cacd;
		}
.underfoot p {
	font-size: 9px;
	color: #2E4756;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 25px;
	width: 900px;
	height: auto;
	line-height: 10px;
}	

.email {
	width: 120px;
	height: 20px;
	float: right;
	display: block;
	background-attachment: scroll;
	background-image: url(../images/layout/blank.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0 20px 0;
	}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 20px 0;
	}
h3 {
	font-size: 13px;
	font-weight: bold;
	}
h4 {
	color: #FFFFFF;
	}
h5 {
	background: #18232a;
	height: 25px;
	font-size: 16px;
	font-weight: normal;
	padding: 6px 0 0 10px;
	color: #e7831f;
	text-transform: uppercase;
	margin-bottom: 0;
	}
p, ol {
	margin: 10px;
	font-size: 13px;
	margin: 0 0 0 0;
	line-height: 16px;
	color: #18232a
	}
img {
	margin-right: 25px;
	}
	
/* --- pages  --- */
.index_pg {
	width: 441px;
	height: 535px;
	background-attachment: scroll;
	background-image: url(../images/index.png);
	background-repeat: no-repeat;
	float: left;
	}	

.index_pg_top {
	width: 441px;
	height: 216px;
	background-attachment: scroll;
	background-image: url(../images/index_pg_top.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: -28px;
	}	

.index_pg_btm {
	width: 891px;
	height: 273px;
	background-attachment: scroll;
	background-image: url(../images/index_pg_btm.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: -28px;
	margin-bottom: 10px;
	}	

.view_btn {
	width: 253px;
	height: 130px;
	display: block;
	float: right;
	background-attachment: scroll;
	background-image: url(../images/view_btn.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	top: 56px;
	margin-top: -44px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	.view_btn:hover {
	background-position: bottom;
	}
.team_pg {
	width: 746px;
	height: 131px;
	float: right;
	background-attachment: scroll;
	background-image: url(../images/team_pg.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: -32px;
	margin-bottom: 10px;
	margin-left: 0;
	}
.how_pg {
	background: url(../images/how.jpg) no-repeat;
	width: 890px;
	height: 131px;
	margin: 20px 0 0 -27px;
	}
.info_pg {
	background: url(../images/info_pg.jpg) no-repeat;
	width: 890px;
	height: 131px;
	margin: 20px 0 0 -27px;
	}
.link {
	background: url(../images/link_bg.png) no-repeat;
	width: 198px;
	height: 20px;
	display: block;
	padding: 15px 0 10px 16px;
	color: #18232a;
	font-size: 13px;
	text-decoration: none;
	}
	.link:hover {
		color: #e7831f;
		}
.sort_link {
	margin: 1px 0 0 0;
	height: 25px;
	width: 245px;
	background: #18232a;
	text-decoration: none;
	display: block;
	padding: 6px 10px 0 0px;
	text-align: right;
	}
	a.sort_link:hover {
		background: #4b758b;
		color: #FFFFFF;
		}
