/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	background: #e7e7e7;
	color: #000;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* header */

#header {
	height:140px;
	margin:0 auto;
	width:750px;
	background-color: #e66600}	
#header h1 {
	font: bold 70px Helvetica, Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom:-40px;
	padding-top: 15px;
}
#header h2 {
	font: 20px Helvetica, Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	letter-spacing: 0px;
	text-align: center;
	padding-top: 20px;
}

/* navigation */
#navigation {
	background: #000;
	width:748px;
	height:40px;
	margin:0 auto;
}
#navigation li {
	border-left:1px solid #000;
	border-right:1px solid #000;
	float:left;
	width:185px;
	list-style:none;
}
#navigation a {
	color: #fff;
	display:block;
	text-align:center;
	font: 20px/40px 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background-color: #424242;
	letter-spacing: 1px;
}
#navigation a:hover {
	background: #0000b7;
	color: #fff;
}
#navigation .active {
	background: #009;
	color: #fff;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:750px;
}
#content h1 {
	font-size: 15px;
	padding:20px 0 0;
}
#content p {
	font-size: 15px;
	padding: 5px 20px 0;
}
#content table {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:20px;
	margin:0 auto;
	padding:0px;
	text-align:center;
	width:750px;
}