@charset "utf-8";
/* CSS Document */



/* Basic Elements */
html, body {
	margin: 0;
	}
#container {
	width: 760px;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 100px;
	background-image: url(headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
	background-color: #D1D1D1;
	vertical-align: middle;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	}

/* Nav Menu */
#nav {
	border: 1px solid #cecece;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	display: inline;
	padding: 3px 0;
	}
#nav li a {
	font-weight: bold;
	font-size: 1em;
	color: #666;
	text-decoration: none;
	padding: 0 20px 0 20px;
	}
#nav li a:hover {
	color: orange;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
img {
	border: 0;
	}
h1 {
	font-size: 14px;
	color: #FF9900;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
a {
	color: #FF9900;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
.style3 {font-size: 14px}
.style4 {color: #FF9900}
