/****************************************
		Color Schemes
		
		
****************************************/

/****************************************
		Universal Elements
****************************************/
* {margin:0;}

.right {float: right;}
.left {float:left;}
.center {margin-left:auto; margin-right:auto;}
.clear {clear:both;}

body {
	background:#320606;
	font-family:Tahoma, Arial, san-serif;
	font-size:12px;
	color:#ffffff;
	padding:0;
	width:100%;
	min-width:640px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin-top:10px;
}

p {
	margin: 8px 0;
	line-height:150%;
}

h1 {font-size:275%;} 
h2 {font-size:220%;}
h3 {font-size:175%;}
h4 {font-size:150%;}
h5 {font-size:125%;}
h6 {font-size:100%;}

a {color:#CCCCCC; text-decoration: none; border-bottom: 1px dotted #cccccc;}
a:hover {color:#ffffff; text-decoration: none; border-bottom: 1px solid #ffffff;}


/****************************************
		Main Containers
****************************************/
#container{
	position:absolute;
        top: 10px;
        left:50%;
        margin-left: -325px;
	width:640px;
	border: 5px solid #ffffff;
	z-index: 10;
	padding:0;
}

#header {width:100%; padding:0;}


#content {
	position:relative;
	width:600px;
        padding: 20px;
        margin-top: 160px;
	}
	
#banner {
	position: relative;
	top: 0;
	margin-top:80px;
	overflow:hidden;
	height:160px;
	padding:0;
	z-index: -1;
	background:#ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}

#banner img {
	position:absolute;
	left:50%;
	margin-left:-734px;
	}

#leftfade {
	position:absolute;
	left:-320px;
	background-color: #ffffff;
	width: 50%;
	height: 160px;
	float: left;
	filter:alpha(opacity=50);
	opacity: 0.5;
}

#rightfade {
	position:absolute;
	right:-320px;
	background-color: #ffffff;
	width: 50%;
	height: 160px;
	float:right;
	filter:alpha(opacity=50);
	opacity: 0.50;
}


	
/****************************************
		Specific Elements
****************************************/

/*HEADER*/



#header h1 {
	color:#ffffff; 
	padding: 0; 
	margin:10px 0 0 15px;
	font-size: 190%;
	}
	
#header h2 {
	color: #CCCCCC; 
	padding:0;
	margin: -3px 0 0 45px;
	font-style: italic;
	font-family:Georgia, Times New Roman, serif;
	font-size: 130%;
	}


/* Body */

.indent {margin-left:15px;}

/* FOOTER */

#footer {
	position:absolute;
	bottom:-30px;
	left:10px;
	left: 0;
	color: #ffffff;
	font-size: 80%
	}
	
#footer a {color:#CCCCCC; text-decoration: none; border-bottom: 1px dotted #CCCCCC;}
#footer a:hover {color:#FFFFFF; text-decoration: none; border-bottom: 0;}