* {margin:0;padding:0;} 


html, body, .wrapper {height: 100%;}

body > .wrapper {height: auto; min-height: 100%;}



.container {

	width: 960px;
	min-height: 100%;
	background: #fff;
	margin: 0px auto;
	padding: 0px 6px 0px 6px;
	color: #1e1e1e;
	position: relative;

	
}

.top {
	width: 960px;
	height: 8px;
	background: #222 url(../images/top.jpg) no-repeat;
	color: #fff;
}

.header {
	width: 960px;
	height: 80px;
	background: #fff;
	margin: 0;
	padding-top: 10px;
	position: relative;
	color: #005826;
	

}

.logo {

	width: 400px;
	float: left;
	border: none;

	position: absolute;
	top: 2px;
	left: 0;

}

.logo img {

	border: 0;
}
.nav {

	width: 525px;
	float: right;
	margin-top: 25px;
	
}

.sub {

	width: 960px;
	height: 281px;
	padding-top: 5px;
	background: #fff;
	position: relative;
	color: #1e1e1e;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;

}

.sub_head {

	width: 960px;
	height: 181px;
	padding-top: 5px;
	background: #fff;
	position: relative;
	color: #1e1e1e;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;

}


.pic {
	position: absolute;	
	top: 0;
	left: 0;
	margin-top: 36px;
	
	width: 360px;
	height: 264px;
	

}



.content {
	position: relative;
	width: 950px;
	background: #fff;
	color: #1e1e1e;
	display: table-cell;
	padding: 5px;
	text-align: left;

	clear: both;

}


.else {

	width: 350px;
	float: left;

		
}


.left {

	width: 455px;
	float: left;
	padding: 5px 0px 5px 0px;

}

.right {

	width: 455px;
	float: right;

	padding: 5px 0px 5px 0px;
	
}

.print {

	width: 950px;
	float: left;
}

.push {
	margin-top: 30px;
}

.welcome {
	
	width: 585px;
	float: right;
	
	padding: 5px 0px 5px 5px;
	
}

.twitter {
	width: 940px;
	float: left;
	border-top: 1px solid #222;
	padding: 5px 0px 5px 5px;

}

#footer {
	position: relative;
	margin: 0 auto; 
	height: 150px;
	clear:both;
	width: 960px;
	background: #222;
	color: #fff;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
} 


.foot_left {
	position: relative;
	float: left;
	width: 375px;

}

.fleft {
	float: left;
	width: 125px;
	clear: both;
	
}

.fmid{
	float: left;
	
	width: 125px;

}

.fright {

	float: left;
	
	width: 125px;
}

.foot_right {

	padding: 15px 15px 0 0;
	float: right;
	
	width: 400px;
	text-align: right;
	vertical-align: bottom;
	

}

