/* CSS Document */

body {
	background-color:#000000;
	}
#center {
	height:100%;
	width:100%;
	text-align:center;
	}
#home_content {
	width:780px;
	height:600px;
	text-align:left;
	margin:0px auto 0px auto;
	background-image:url(images/bg_home.jpg);
	}
#sub_content {
	width:780px;
	height:700px;
	text-align:left;
	background-image:url(images/bg_sub.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	}	
#menu {
	height:450px;
	width:130px;
	position:relative;
	top:128px;
	left:28px;
	float:left;
	padding:0px;
	margin:0px;
	}
#menu img {
	margin:0px;
	padding:0px;
	height:16px;
	width:130px;
	border:0px;
	}
#home {
	float:left;
	position:relative;
	top:345px;
	left:60px;
	}				
#home_copy {
	width:570px;
	min-height:191px;
	font-family:Verdana;
	font-size:12px;
	color:#090200;
	background-color:#FDD7B2;
	border:1px solid #000;
	}
#home_copy p {
	padding:8px;
	margin:0px;
	}
#sub {
	float:left;
	position:relative;
	top:130px;
	left:60px;
	}	
#sub_copy {
	width:570px;
	min-height:406px;
	font-family:Verdana;
	font-size:12px;
	color:#090200;
	background-color:#FDD7B2;
	border:1px solid #000;
	}
#sub_copy p {
	padding:8px;
	margin:0px;
	}	
#footer {	
	clear:left;
	height:39px;
	width:570px;
	padding:6px 0 0 0;
	margin-top:15px;
	background-color:#4A2300;
	font-family:Verdana;
	font-size:9px;
	color:#FFFFFF;
	text-align:center;
	}
#footer a:link, a:active, a:visited {
	color:#FFFFFF;
	}
#footer a:hover {
	text-decoration:none;
	}		 	
#footer ul {
	margin: 0;
	padding:0px;
	display:inline;
	}
#footer ul li {
	padding: 0px 5px;
	border-left: 1px solid #FFFFFF;
	list-style: none;
	display:inline;
	line-height:1.2em;
	}		
#footer ul li.first {
	margin-left: 0;
	padding-left:0px;
	border-left: none;
	list-style: none;
	display:inline;
	}		

h1 {
	text-align:center;
	font-variant: small-caps;
}	
