/* CSS Document */
#container {
	
	min-height: 100%;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:800px;
	text-align: left;
	background-color: #000;
	}
#container_index {
	min-height: 100%;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:800px;
	text-align: left;
	background:none;
	}
	
#banner {
	display:block;
	width:800px;
	height:130px;
	margin-bottom:5px;
}
div#nav  {
	display:block;
    width:800px;
	background-color: #000;
	}

ul#nav {
    display:block;
    width:800px;
	background-color: #000;
    list-style: none;
    margin: 0;
    padding: 0;
    position:relative; }

ul#nav li {
    float: right;position:relative; }

ul#nav li a {
 	padding: 3px 15px 5px 5px;
    margin-right: 5px;
    background-color: #000;
    color:#A6B9E6;
    font-weight: bold;
    font-family: Futura, “Century Gothic”, AppleGothic, sans-serif;
	font-size:15px;
	text-decoration: none; }

ul#nav li a:hover {
    color:#EBE69C;
	background-color: #000; }

#content {
 	display:block;
 	background-color:#000;
 	width:800px;
	/*max-height:3500px;*/
	overflow:hidden
	}
#article  {
	display:inline;
	float:left;
	background-color:#000;
	width:620px;
	valign:top;
	padding:5px;
	}
#featured   {
	display:block;
	float:right;
	valign:top;
	background-color:#000;
	width:150px;
	padding:0px;
	}	
#footer {
    width: 800px;
    height: 50px;
    margin: 0px auto 0 auto;
    background-color:#000000;
    }
#footer_index {
    width: 800px;
    height: 50px;
    margin: 0px auto 0 auto;
    background:none;
    }


h1 {
	font-family: Futura, “Century Gothic”, AppleGothic, sans-serif;
	color:#FFFFFF;
}

body,td,th {
	font-family: Futura, “Century Gothic”, AppleGothic, sans-serif; 
	font-size: 12px;
	color:#FFFFFF;
}
title {
    font-family: Futura, “Century Gothic”, AppleGothic, sans-serif;
	font-size: 14px;
	color:#FF0000;
	}

body {
	background-color: #000;
	background-image: url(images/2011images/madcrest_back.gif);
}
a {
	font-family: Futura, “Century Gothic”, AppleGothic, sans-serif;
	font-size: 12px;
	color: #A6B9E6;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #EBE69C;
}
a:active {
	text-decoration: none;
	color: #EBE69C;
}

