/****************************************************************************************************
Author	:	Christopher Robinson
Email		:	christopher@edg3.co.uk
Website	:	http://www.EDG3.co.uk/
****************************************************************************************************/
* {
	margin: 0;
	padding: 0;
	border-bottom-color: #FFFF99;
}

a {
	color: #777;
	text-decoration: none;
}

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

/****************************************************************************************************
Begin Body
****************************************************************************************************/
body {
	color: #555;
	font-family: Arial, Helvetica, "bitstream vera sans", sans-serif;
	font-size: 10pt;
	background-color: #003366;
}

/****************************************************************************************************
Begin Header
****************************************************************************************************/
#header {
	border-bottom: 1px;
	height: 150px;
	margin: 0 auto;
	width: 751px;
	background-color: #FFCC00;
	border-bottom-width: thin;
	border-bottom-color: #FF9900;
	border-bottom-style: groove;
}

#header h1 {
	color: #888;
	font-size: 80px;
	text-align: center;
	padding: 5px;
	background-color: #FFCC00;
	font-family: Tahoma;
	font-variant: normal;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top: -30;
	top: inherit;
	vertical-align: super;
}

#header h2 {
	color: #B2B2B2;
	font-size: 16px;
	text-align: right;
	font-style: normal;
	font-family: Tahoma;
	font-weight: lighter;
	border-bottom-width: thick;
	margin-right: 40px;
}
/****************************************************************************************************
Begin Navigation
****************************************************************************************************/
#navigation
{
	background: #fafafa;
	margin: 0 auto;
	width: 751px;
	height: 50px;
	list-style-type: none;
	list-style-image: none;
	background-color: #FFCC00;
	border-color: #FFCC00;
	border-left-color: #FFCC00;
	border-right-color: #FFCC00;
	text-align: center;
	font-size: 13px;
	border-bottom-color: #FF9900;
	border-bottom-style: inset;
	border-bottom-width: thin;
}

#navigation li
{
	border-left: 1px;
	float: left;
	width: 124px;
	list-style-type: none;
	list-style-image: none;
	font-size: 13px;
}

#navigation a
{
	line-height: 50px;
	text-align: center;
	font-size: 13px;
}

#navigation a:hover
{
	background: #cccccc;
	border-color: #FFCC33;
	font-size: 13px;
}

#navigation .active
{
	background: #e3e3e3;
	color: #FFFFCC;
	font-size: 16px;
}
/****************************************************************************************************
Begin Content
****************************************************************************************************/
#content {
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 751px;
	background-color: #FFCC00;
	min-height: 700px;
}

#content h1 {
	border-bottom: 1px;
	font-size: 20px;
	padding: 20px 0 0 0;
	border-left: 50;
	font-family: Tahoma;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	table-layout: auto;
	text-align: center;
	padding-left: 20px;
}

#content p {
	padding: px 20px 0 50px;
}

/****************************************************************************************************
Begin Footer
****************************************************************************************************/
#footer {
	border-top: 1px solid #999; 
	height: 50px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 751px;
}

