
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	color:#99C9FF;
	text-decoration:none;
}

/* body */
body {
	background:#fafafa;
	color:#555;
	font:0.9em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* header */
#header {
	height:120px;
	margin:0 auto;
	width:800px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:center;
	padding:10px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:center;
}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #3D81EE;
	border-top:1px solid #3D81EE;
	border-bottom:1px solid #3D81EE;
	margin:0 auto;
	width:800px;
	height:50px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #3D81EE;
	float:left;
	width:132.15px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:800px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:2em;
	padding:20px 0 0;
	text-align:center;
}
#content p {
	padding:20px 0px 0;
}

/* footer */
#footer {

	height:15px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:800px;
}
