/* CSS Document */

@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
	text-align:center;
	background-color: #300;
    /* background-color: #ffc; */
    /* background-color: #eee5e6; */
		}
	
	#frame {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background-color: #330000;
	/* background-color: #330000; */
	border: 0.05em solid #999999;
		}
		
	#introText {
	position: absolute;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	width: 400px;
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #300;
	z-index:-1;
	}
		
	#contentleft {
	width:90px;
	float:left;
	background:#000000;
	height: 250px;
	padding-top: 30px;
	padding-left: 20px;
	text-align: right;
		}
	
	#contentcenter {
	width:780px;
	padding:0px;
	float:none;
	background:#000000;
	border: 0.05em solid #999999;
	margin-right: 0px;
	/*height: 300px;*/
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
		}
	
	#contentbottom {
	width:786px;
	padding-top:5px;
	float:left;
	background:#000;
	background-color: #330000;
	background-color: #330000;
	text-align: center;
	margin-left: 2px;
		}
	
	#contentheader {
	text-align: left;
	width: 780px;
	margin: 20px 0px 20px 10px;
	background-color: #330000;
		}
		
	
		
	h1 {
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 24px;
	letter-spacing: 0.05em;
		}
		
	#contentheader h1 {
		font-size:10px;
		padding:10px 20px 10px 10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

a.one:link {color: #fff; text-decoration: none}
a.one:visited {color: #fff; text-decoration: none}
a.one:hover {color: #999; text-decoration: none}

.enter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#introText a:link {color: #300; text-decoration: none}
#introText a:visited {color: #300; text-decoration: none}
#introText a:hover {color: #300; text-decoration: none}
