body {
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	color:rgb(100,100,100);
	margin:0em;
	background:url(../images/815.gif) repeat fixed;
	text-align: center;
}

#wrapper{
	margin: auto;
	width:780px;
	text-align: left;
}

#header {
	border-bottom:none;
	background:rgb(0,0,0);
	margin: 0 auto;
	height: 220px;
	width: 780px;
	border:.05em solid rgb(0,0,0);
}

#header_nav{
	float:right;
	text-align:right;
	vertical-align:bottom;
	padding-right:.75em;
	text-transform:capitalize;
	color:rgb(255,255,255);
	height:2em;
}



#header_nav a:link, #header_nav a:visited{
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:.8em;
	color:rgb(200,200,200);
	text-decoration:none;
	text-align:right;
	vertical-align:bottom;
	padding-left:.75em;
	padding-right:.75em;
}

#header_nav a:hover, #header_nav a:active{
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:.8em;
	color:rgb(255,255,255);
	text-decoration:none;
	text-align:right;
	vertical-align:bottom;
	padding-left:.75em;
	padding-right:.75em;
}

#header_img{
	width: 780px;
	margin: 0 auto;
	height: 200px;
	/*background:url(../images/header2.jpg) no-repeat;*/
}
	
#navigation ul
{
	float: left; 
	margin: 0;
	padding: 0;
	width: 782px; 
	list-style-type: none;
	background:rgb(0,0,0);
	height:4em;
}

#navigation li {float: left; margin: 0; padding: 0; }


#navigation a {
	float:left;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	text-decoration: none;
	color: orange;
	margin:0;
	padding-top:2em;
	width:9.75em;
	background: rgb(0,0,0);
	font-size: 11px;
}	
	
#navigation a:hover {
	float:left;
	color: rgb(255,255,255);
}
	
#navigation a#current {
	float:left;
	color: rgb(255,255,255);
}



#content{
	width: 780px;
	background:rgb(255,255,255);
	border:.05em solid rgb(0,0,0);
}	
	
.content_box{
	font-size:.8em;
	text-align:justify;
	clear:left;
	margin:.05em 1em 2em 1em;
	background:rgb(255,255,255);
}

.content_box a:link,.content_box a:visited{
	font-size:1em;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	color:rgb(0,0,255);
	text-decoration:none;
	text-align:right;
	vertical-align:bottom;
}

.content_box a:hover,.content_box a:active{
	font-size:1em;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	color:rgb(255,0,0);
	text-decoration:none;
	text-align:right;
	vertical-align:bottom;
	border-bottom:.05em dashed rgb(200, 200, 200);
}

#quote_box{
	margin:3em;
	padding:.05em 1em .05em 1em;
	border:.05em solid rgb(200,200,200);
	background:rgb(245,245,245);
}

#quote_box p {
	color:rgb(100,100,100);
	font-size:.9em;
}	

#footer {
	width: 780px;
	border:.05em solid rgb(0,0,0);
	border-top:none;
	background:rgb(220,220,220);
	margin: 0 auto;
	height: 5em;
  	text-align: center;
  	padding-top:12px;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: .75em;
}

#footer a:link, #footer a:visited {
	color: rgb(0,0,255); text-decoration: none;
}
#footer a:active, #footer a:hover{
	color: rgb(255,0,0); text-decoration: none;
}
.img_left{
	float:left;
	margin:.05em .5em .05em .05em;
	padding:.05em;
	border:.05em solid rgb(0,0,0);
}

.img_right{
	float:right;
	margin:.05em .05em .05em .5em;
	padding:.05em;
	border:.05em solid rgb(0,0,0);
}
		
h1, h2, h3, h4 {
	color:rgb(100,100,100);
	padding:1em 0 0 0;
	text-decoration:underline;
}	
	
.clearer {
	clear: both;
}
	
	
