* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	background:#eeeedd;
	color:#000;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}
/* header */
#header {
	border-bottom:0px solid #999;
	height:80px;
	margin:0 auto;
	width:800px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}



/* navigation */
#navigation {
	background:#cfcfcf;
	border-right:1px solid #999;
	margin:0 auto;
	width:800px;
	height:40px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:132px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 10px;
	width:800px;
}
#content hr {
    color:black;
}
#content p {
    margin-bottom:5px;
}
    
#wrapper h1 {
   
    color:green;
	margin-top:2px;
	margin-bottom:2px;
    border-top:2px solid #999;
    border-bottom: 2px solid #999;
	font-size:1.8em;
	padding:10px 0 10px 0;
	text-align:center;
	
}


#nav a:hover {
	background:#e3e3e3;
	color:#555;
}
#nav ul {
    list-style-type: none;
}
#nav li {
    padding:5px;
    border-bottom:1px solid #grey;
    background-color:#cfcfcf;
	float:left;
	width:132px;
}


/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:5px auto;
	padding:10px;
	text-align:center;
	width:751px;
}

#wrapper {
	
	text-align:left;
	width:800px;
	margin-right:auto;
	margin-left:auto;
}





#header2 {
	height:135px;
	background-image:url(headerpic.jpg);
	background-repeat:no-repeat;
	padding-bottom:2px;
}

#main {
	display:table;
	border-collapse:collapse;
	background-image:url(main-bg.jpg.jpg);
	background-repeat:repeat-y;
	
	
}
#content {
	
	display:table-cell;
	width:410px;
	padding-left:10px;

}
#nav {
	display:table-cell;
	padding:10px;
	width:180px;
	//background-color:#e7dbcd;
	border-left:solid 1px #d7ad7b;
	border-right:dotted 2px #d7ad7b;
}
#extras {
	display:table-cell;
	width: 210px;
	padding-left:10px;
	padding-right:10px;
	border-right:dotted 2px #d7ad7b;
	
}
.clear{
	clear:both;
}
	

	
	
	

	
	
