body {
	 margin:0 auto;
	 padding:0; 
	 width:100%; 
	 height:100%; 
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 background-color:#333;
}
div#container {
	background-color:#FFF;
	margin:auto;
	width:680px;
	border:6px solid #FFF;
	border-top:0;
	border-bottom:0;
}
div#header {
	height:132px;
	width:680px;
	background-image:url("../images/headerbg2.png");
}
div#header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:20px;
	padding:30px 0 0 0;
	margin:0 0 0 20px;
}
div#menu {
	background-color:#666;
	height:35px;
	width:680px;
	color:#FFFFFF;
}
div#content {
	background-color: #E4DDD4;
	width:670px;
	padding:5px;
	font-size:12px;
}
div#content p {
	margin-left:20px;
	font-size:13px;
}
div#content ul {
	list-style-type:square;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding-left:30px;
	margin-left:30px;
	font-size:13px;
}
div#content a { 
	font-weight:bold;
	text-decoration:underline;
	color:#333;
}
div#content a:hover { 
	color:red;
}
h1 {
	font-size:20px;
	margin:20px 0 15px 0;
}
h2 {
	margin:0 0 0 20px;
	padding:0 0 2px 0;
	font-size:14px;
	width: 630px;
	border-bottom:1px solid #FFF;
	color:#000000;
}
div#menu ul {
	margin:0 0 0 20px;
	padding:0;
	list-style-type:none;
}
div#menu ul li {
	float: left;
	margin:9px 10px 0 0;
	font-size:12px;
	font-weight:bold;
}
div#menu ul li a {
	text-decoration: none;
	color: #E4A55F;
	font-weight: bold;
	font-size: x-small;
}
div#menu ul li a:hover {
	text-decoration: underline;
}
div#footer {
	background-color:#666;
	width:680px;
	font-size:9px;
	height:45px;
	color:#FFFFFF;
	text-align:center;
	padding:10px 0 5px 0;
}
div#footer p {
	padding:0;
	margin:0;
}
div#footer p a {
	color:#FFF;
	text-decoration:underline;
}

.logo {
	border: none;
}
