@charset "UTF-8";
/* CSS Document */

body
{
	background: #fff;
	color: #000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	margin:0;
	text-align: center;
}

#wrapper
{
	width:912px;
	height:1700px;
	background:#FFF;
	margin:0 auto;
	border: solid #000 thin;
}

#header {
	width:912px;
	height:249px;
	margin:0;
}

#nav{
	background:#000;
	height:35px;
	margin:0;
	padding-top:5px;
  }

#nav ul {
	list-style:none;
	padding-left:35px;
	margin:0;
}
#nav li {
	display:block;
	float:left;
	line-height:normal;
	margin:0;
	padding:0 22px 0 0px;
}

#nav li a {
	list-style:none;
	color:#FFF;
	text-decoration:none;
	
	}
	
#nav li a:hover {
	list-style:none;
	color:#e29e0b;
	text-decoration:none;
	
	}

#left {
	width:710px;
	margin:0 98px;
	padding:2px;
}

#right {
	float:left;
	width:190px;
	margin:0;
	padding-left:1px;
	clear:right;
}


#footer {
	clear:both;
	background:#FFF;
	height:35px;
	margin:0;
	padding-top:5px;
}

.copyright {
	font-size:.7em;
	color:#000;
	text-align:center;
}
