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

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	background-color: #333333;
}

h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: lighter;
}

h2 {
	font-size: 14px;
	color: #CC6600;
}

a, a:active, a:visited {
	color: #CC6600;
}

a:hover {
	color: #000000;
}

#wrapper {
	width: 800px;
	margin: auto;
	padding: 0px;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 251px;
	width: 100%;
}

#title {
	float: right;
	width: 500px;
	margin-top: 100px;
	margin-right: 50px;
	text-align: right;
	color: #CC6600;
	font-size: 16px;
	line-height: 30px;
}

#nav {
	background-color: #CC6600;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	color: #FFFFFF;
	font-weight: bold;
}

#nav a, nav a:active, nav a:visited {
	color: #000000;
	text-decoration: none;
}

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

#contentWrapper {
	background-color: #FFFFFF;
}

#content {
	margin: 0px;
	padding: 50px;
}

#footer {
	color: #CCCCCC;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CC6600;
	margin-top: 10px;
	padding-top: 5px;
}

#footer a, footer a:active, footer a:visited {
	color: #999999;
	text-decoration: none;
}

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