body {
	margin:0px;
	background-image:url(../images/body_bg.jpg);
}

#wrapper {
	position:relative;
	width:100%;
	background-image:url(../images/stretch_bg.jpg);
	background-repeat:repeat-x;
}
#sky {
	position:relative;
	width:100%;
	background-image:url(../images/sky_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#container {
	position:relative;
	margin:auto;
	width: 1014px;
	padding: 0px;
	height:1080px;
}

/*---------------- HEADER STYLES ----------------*/
#header {
	position:relative;
	width: 914px;
	left:45px;
}
#logo {
	position:relative;
}

/*---------------- CONTENT STYLES ----------------*/
#content_wrapper {
	position:relative;
	width: 1014px;
	margin:auto;
}
#content_top {
	position:relative;
	height:366px;
	padding:0px 55px 0px 55px;
	background-image:url(../images/content_top_bg.png);
	background-repeat:no-repeat;
}
#menu {
	position:absolute;
	top:0px;
	left:55px;
	width:904px;
	z-index:10;
}
#feature {
	position:relative;
	width:904px;
	height:318px;
	padding-top:48px;
	z-index:1;
}
#contentarea {
	position:relative;
	padding:5px 55px 5px 55px;
	width: 904px;
	height:100%;
	background-image:url(../images/contentarea_bg.png);
	background-repeat:repeat-y;
	z-index:2;
}
#sidecol{
	float:right;
	width:196px;
	text-align:center;
	padding:0px 45px 0px 35px;
	z-index:3;
}
#content {
	float:left;
	width:548px;
	text-align:left;
	padding: 20px 35px 10px 45px;
	padding-bottom:10px;
	z-index:3;
}
* html #content {width:540px;}
#content_bottom {
	position:relative;
	height:75px;
	padding:48px 55px 0px 55px;
	background-image:url(../images/content_bottom_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}
#color_bar {
	position:absolute;
	width:904px;
	height:8px;
	top:24px;
	background-color:#a0d727;
}

/*---------------- FOOTER STYLES ----------------*/
#footer {
	position:relative;
	width: 904px;
	margin:auto;
	font-size:10px;
	color:#ffffff;
	line-height:normal;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}

#footer a:hover {
	color: #336600;
	text-decoration: none;
}
#copyright {
	position:relative;
	float:left;
	width:450px;
}
#tag {
	position:relative;
	float:right;
	width:450px;
	text-align:right;
}

/*---------------- GENERAL STYLES ----------------*/
a {
	color: #0b679e;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

#content ul li {list-style:disk; padding-bottom:10px;}
#content ol li {list-style:decimal;}

.clearfloat {clear:both;}


