@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/repeat_bkgd.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #2c2727;
	border: none;
	margin: 0px;
	padding: 0px;
}

#container {
	background-image:url(../images/background_2.jpg);
	background-repeat: no-repeat;
	background-position:top;
	width: 915px;
	height: 666px;
	margin-left: auto;
	margin-right: auto;
	}
	
#navigation {
	width: 900px;
	border: none;
	margin: 0;
	position: relative;
	top: 530px;
	text-align: right;
	}
	
#text {
	width:875px;
	height: auto;
	border: none;
	margin: 0;
	position: relative; 
	top: 500px;
	padding: 10px 20px 5px 30px;
	}
	
p.footer {
	width: 240px;
	position: relative;
	top: 580px;
	left: 400px;
	color:#999;
	font-size:9px;
	}
	
p {
	margin: 0;
	font-size: small;
	color: #666666;
	}
	
h1 {
	font-size:x-large;
	color:#CC0000;
	font:Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight:bold;
	}
	
h2 {
	font-size:small;
	color: #CCCCCC;
	font:Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
	font-weight:bold;
	margin-top: -12px;
	}
	
a {
	text-decoration: none;
	color: #fff;
	}

a img {
	border: none;
	}
		
a:hover {
	color: #999;
	}
	
a:visited {
	text-decoration: none;
	}
	
li {
	border: none;
	font-size: small;
	color: #fff;
	list-style-type:none;
	padding: 5px;
	display: inline;
	}
	
ul {
	display: inline;
	}