	body {
		margin:0px;
		padding:0px;
		background-color:#000000 ;
		
	}

	* {
		color: #fff;
		font-family:Arial;
		font-size:12px;
	}

	#container {
		width:700px;
		margin-left:auto;
		margin-right:auto;
	}

	#header {
		width:700;
		height:120px;
		background:url('images/headerlogo.jpg') no-repeat;
		background-position:top;
	}
	
	#nav {
        display:inline;
		height:30px;
		font-family:Verdana, Arial, sans-serif;
		font-size:20px;
		font-weight:bold;
        

	}

#nav * { 
	font-size:15px;
	color:#d76b2d;
}


	#nav ul {
		list-style:none;	
		margin:0px;
		padding:0px;
	}

	#nav ul li {
		display:table-cell;	
	}
    
	#navtabs {		
		padding:6px 0px 0px 0px;
		margin-bottom:-6px;
		height:30px;
		width:140px;
		text-align:center;
		background:url('images/tab.gif') no-repeat;
		cursor:pointer;
        color:#ffffff;
	}
	
    #nav a {

text-decoration:none;
    }
	
    #navtabs .over {
		background:url('images/tab_selected.gif') no-repeat;
	}

#nav ul li.over a {
		color:#d76b2d;
	}

	#middle {
		border: 1px solid white;
		padding-left:40px;
		margin-right:-40px;
		padding-top:20px;
		
		width:658px;
		height:180px;
		background:url('images/middlegraphic.gif') no-repeat;
		line-height:42px;
	}


	#middle a { text-decoration:none;}
	#middle * { font-size: 28px; font-weight:bolder; color:#000; }
	
	#content {
	width:658px;
	background:url('images/content-bg.gif') repeat-x;
	background-position:top;
	border-left: 1px solid white;
border-right: 1px solid white;
border-bottom: 1px solid white;
	text-align:left;
	padding-top:20px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;
	}
	
	#content_left { 
	width:387px;
	border-right:1px solid #fff;
	padding-right:40px;
	margin-right:40px;
	}
	
	#content_right {
	width:210px;
	float:right;
	}

.headline
{
color:#d76b2d;
font-size:18px;
font-weight:bold;
}

.floatleft
{
float: left;
margin: 0 10px 10px 0;
padding: 2px;
}

.hr {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #666666;
}


	#footer {
	padding-top:15px;
	width:100%;
	}
	
	#footer * {
	text-align:center;
	color:#ffffff
	font-size:10px;
	}

	#footer a {text-decoration:none;}
	#footer a * {color:#d76b2d;}
