/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#blue;
	text-decoration:underline;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	background:#fafafa;
	color:#555;
	font:1em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* header */
#header {
	border-bottom:1px solid #999;
	height:80px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color:#888;
	font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;
	text-align:left;
	padding:5px 5px 5px 0;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:25px;
	font-weight:normal;
	letter-spacing:-1px;
	text-align:left;
	padding-top:5px;
}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:751px;
	height:50px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:124px;
	list-style:none;
	font-size:0.8em;
}
#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 10px 20px 10px;
	width:751px;
}
#content h2 {
	border-bottom:1px dashed #999;
	font-size:20px;
	color:#888;
	padding:20px 0 0 0;
	font-weight:normal;
}
#content h3 {
	border:0;
	color:#888;
	font-size:20px;
	padding:20px 0 0 0;
	font-weight:normal;
}
#content p {
	padding:20px 20px 0;
	line-height:24px;
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
	font-size: 90%;
}

#footer a {
	color:#333;
	text-decoration:none;
}


