body {
	background-color:#101010;
	font-family:"Lucida calligraphy"; "Trebuchet MS", sans-serif;
	}

#container {
	width:1024px;
	margin:0 auto;
	}
	
#header{
	width:100%;
    color: #cccccc;  background-color: #101010;
	margin-bottom: 0;
	h1 {font-size:130%}h2 {font-size:100%}
	}	
.navigation_header {
	font-size:14px;
	color:#CC6600;
	margin:0px;
	}
#header p {
margin-bottom: 0;
}	
	
#vertinav {
	width:212px; height: 750px;
	float:left;
	background-color: #101010;
	}
	
#vertinav ul {
	list-style: none;
	display:inline;  
	}
#vertinav li a{
	margin-left:2px;
	color:#ffffff;
	text-decoration:none;
	padding-left:3px;
	}

#vertinav li a:hover {
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	}
	
#content {
	width:808px; height: 600px;
	float:right;
	background-color: #101010;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	}
	
