/****************************************************************************************************
Begin Miscellaneous
****************************************************************************************************/
*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

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

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

/****************************************************************************************************
Begin Body
****************************************************************************************************/
body
{ margin: 0; padding: 0; font-size: 12px; font-family: "Arial", helvetica, sans-serif; color: #707276; background-color: #001246; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

/****************************************************************************************************
Begin Outersection
****************************************************************************************************/
#outersection
{
	background: url(images/outersection.jpg) repeat-x;
	position:absolute;
	top: 304px;
	left: -100px;
	width: 100%;
	height: 578px;
	margin-top: -265px;
}

/****************************************************************************************************
Begin Innersection
****************************************************************************************************/
#innersection
{
	background: url(images/innersection.jpg) repeat-x;
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 1000px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
}

/****************************************************************************************************
Begin Navigation
****************************************************************************************************/
#navigation
{	
	padding: 37px 32px 32px;
	width: 916px;
	height: 84px;
}

#navigation li
{
	float: right;
	height: 75px;
	width: 90px;
	list-style-type: none;
	list-style-image: none;
}

#navigation a
{ color: #fff; display: block; height: 50px; width: 90px; line-height: 50px; padding: 50px 0 0; text-align: center; }

#navigation a:hover
{
	background: url('images/navigation.jpg') repeat-x;
	color: #111;
}

#navigation .active
{
	background: url('images/navigation.jpg') repeat-x;
}

/****************************************************************************************************
Begin Content
****************************************************************************************************/
#content
{	
	padding-left: 42px;
	padding-right: 42px;
	padding-bottom: 0;
	width: 900px;
	height: 390px;
	overflow: auto;
}

#content h1
{
	font-size: 200%;
	color: #333;
}

/****************************************************************************************************
Begin Copyright
****************************************************************************************************/
#copyright
{
	padding: 35px;
	width: 916px;
	height: 20px;
	text-align: right;
}

#copyright a
{
	color: #fff;
}

