@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	font-size: 10px;
	color:#545a00;
	line-height: 1.8em;
}

html{
	height: 100%;
	background-color:#333;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#top_background{
	z-index:1;
	width:100%;
	height:367px;
	background-color:#f1f1ee;
	border-bottom:3px solid #150004;
	background-image:url(../images/top_bg.jpg)
}

#bottom_background{
	z-index:2;
	width:100%;
	background-color:#c1cc2a;
	border-top:3px solid #d4e300;
	
	overflow:visible;
}

#footer{
	z-index:3;
	width:100%;
	height:95px;
	
	bottom:0px;
	background-color:#333;
	padding-left:0px;
}

.footer_image{
	position:relative;
	left:30px;
	top:15px;
}

.nav{
	padding-bottom:15px;
}

.col1{
	width:245px;
	height:250px;
	padding-left:20px;
	padding-right: 15px;
}

.col2{
	width:230px;
	padding-left:10px;
	padding-right: 20px;
}

.col3{
	padding:10px;
}

#bg_right{
width:100%;
	z-index: 4;
	height:365px;
	right:0px;
}

.bg_right{
	position:relative;
	right:0px;
	top:220px;
}

#bg_top{
position:absolute;
width:100%;
z-index:5;
height:366px;
left:0px;
}

.updateLink{
	text-decoration: none;
	
}

.bg_top{
	position:absolute;
	left:0px;
	top:0px;
}

#update{
	width:275px;
	padding-bottom:3px;
	padding-top:3px;
	vertical-align:middle;
	text-align:left;
	 border-top:1px dotted #444;

	overflow:hidden;
}

#coverup_IE{
z-index:10;
	position:absolute;
	width:100%;
	height:366px;
	top:0px;
	left:0px;
	border-bottom:3px solid #150004;
	
}

