/****************************************************************************************************
Author	:	Christopher Robinson
Date		:	Mon, 21 Aug 2006 12:00:00 GMT
Website	:	http://www.edg3.co.uk/
****************************************************************************************************/

/****************************************************************************************************
Begin Miscellaneous
****************************************************************************************************/
*
{
	margin: 0;
	padding: 0;
	
}

img
{
	border: 0px none;
}

a
{
	text-decoration: none;
	color: #b3000a;
}

a:hover
{
	text-decoration: none;
	color: #555;
}

/****************************************************************************************************
Begin Body
****************************************************************************************************/
body
{
	background: #000000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #000;
}

/****************************************************************************************************
Begin Outersection
****************************************************************************************************/
#outersection
{
	background: url('images/outersection.jpg') no-repeat;
	position:absolute;
	top: 85%;
	width: 85%;
	height: 0px;
	margin-top: -255px;
}

/****************************************************************************************************
Begin Innersection
****************************************************************************************************/
#innersection
{
	background: url('images/innersection_2.jpg') no-repeat;
	position:absolute;
	left: 40%; 
	top: 30%;
	width: 1024px;
	height: 768px;
	margin-left: -380px;
	margin-top: -465px;
}

/****************************************************************************************************
Begin Navigation
****************************************************************************************************/
#navigation
{	
	padding: 32px;
	width: 768px;
	height: 88px;
	
}

#navigation li
{
	float:right;
	height: 88px;
	width: 70px;
	list-style-type: none;
	list-style-image: url('none');
	margin-top: 165px;
	font-size: 14px;
	

}

#navigation a
{
	color: #660000;
	display: block;
	height: 100px;
	width: 75px;
	line-height: 50px;
	padding: 50px 0 0;
	text-align: center;
	
}

#navigation a:hover
{
	background: url('images/navigation.jpg') repeat-x;
	color: #FFFFFF;
	
}

#navigation .active
{
	background: url('images/navigation.jpg') repeat-x;
	
}

/****************************************************************************************************
Begin Content
****************************************************************************************************/
#content
{	
	padding-left: 200px;
	padding-right: 42px;
	padding-bottom: 0px;
	width: 625px;
	height: 300px;
	overflow: auto;
	margin-top: 155px;
	color: #FFFFFF;
}

#content h1
{
	font-size: 200%;
	color: #FFFFFF;
}

/****************************************************************************************************
Begin Copyright
****************************************************************************************************/
#copyright
{
	padding: 35px;
	width: 768px;
	height: 20px;
	text-align: right;
	margin-top: 80px;
}

#copyright a
{
	color: #66000;
}