/* MFTU - Mainstream for the Underground */
/* Cascading Style Sheet */
/* Coded by Josh Edgar. Designed by Andy Favre. */

html, body {
	margin: 0 0 0 0;
	padding: 0
	height: 100%;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	background: #EBEAEA;
}

body a {
	color: #434343;
	text-decoration: underline;
}

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

#sotw-wrapper {
	width: 825px;
	margin: 0 auto;
}

#container-page {
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container-content {
	padding-bottom: 35px;
}

#header {
	width: 100%;
	height: 149px;
	background: url('images/watermark.png') repeat-x;
}

#nav {
	width: 100%;
	height: 59px;
	background: url('images/navbg.png') repeat-x;
	text-align: center;
}

#container-foot {
	width: 100%;
	background: #CCC;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 35px;
}

.banner { 
	float: right; 
	margin: 5px 5px 5px 5px; 
	width: 468px; 
	height: 60px; 
}

.title {
	font-size: 15px;
	font-weight: bold;
}

.sotw-list {
	width: 250px;
	background: #DFDFDF;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.sotw-pad {
	width: 10px;
}

.current-sotw {
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	text-align: center;
}

#footer {
	width: 100%;
	height: 35px;
	background: url('images/footer.png') repeat-x;
	color: #fff;
	text-align: center;
}

/* End of CSS */
