@charset "UTF-8";
/* Goatheads main CSS document...does anybody actually read these things? */


/* General font and styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f28929;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;
	}
	
.variant {
	color: #999;
	}
	
/*this should make my links fancy note link/visited/active/hover in THAT order */


a:link {
	text-decoration: none; 	
	color:#f28929;

	}
	


a:visited {
	text-decoration: none; 	
	color:#000000;
	}

a:hover {
	text-decoration: underline;
	}	

a:active {
	text-decoration: none; 	
	color:#f28929;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f28929;
	font-style: normal;
	font-weight: normal;
	}

h2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f28929;
	font-style: normal;
	font-weight: normal;
	}
	
.footer_text  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #f28929;
	font-style: normal;
	font-weight: normal;
	}
	
/*This is the body container*/

.body_container {
	position: absolute;
	left: 50%;
	top: 210px;
	width: 800px;
	height: 400px;
	margin-left: -400px;
	}
	
.banner {
	position:absolute;
	left: 50%;
	top:10px;
	width:800px;
	height:200px;
	margin-left: -400px;
}
	
	
	
/*the main portion containers*/

.main {
	position:absolute;
	top: 0px;
	left:140px;
	width: 659px;
	height: 375px;
	}
	
.flash {
	position:absolute;
	top: 0px;
	right: -1px;
	width: 659px;
	height: 375px;
}
.footer {
	position: absolute;
	bottom: 0px;
	width: 800px;
	height: 25px;
	text-align: right;
	vertical-align: bottom;
	}
	
.menu	{
	position: absolute;
	top: 0px;
	left: 0px;
	width:141px;
	height: 375px;
	}

.corner {
	position:absolute;
	right: 0px;
	top: 0px;
	width:250px;
	height:100px;

}
	
/*menu positions*/
.align_bottom {
	vertical-align:bottom;
}
	