*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: rgb(179,0,10);
}

a:hover
{
	text-decoration: none;
	color: #555;
}

.b
{
	font-weight: bold;
}

.i
{
	font-style: italic;
}

.skincolour
{
	color: rgb(179,0,10);
}

.noscroll
{
	overflow: hidden;
}

.scroll
{
	overflow: auto;
}

.tac
{
	text-align: center;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.placeholder
{
	float: left;
	height: 165px;
	width: 160px;
}

.stateon
{
	filter: alpha(Opacity=75);
}

.stateoff 
{
}

.stateclicked
{
	filter: Gray;
}

/****************************************************************************************************
Begin Body
****************************************************************************************************/
body
{
	background: #343434;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #666;
}

/****************************************************************************************************
Begin Outersection
****************************************************************************************************/
#outersection
{
	background: url('../images/outersection.jpg') repeat-x;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 530px;
	margin-top: -265px;
}

/****************************************************************************************************
Begin Innersection
****************************************************************************************************/
#innersection
{
	background: url('../images/innersection_red.jpg') no-repeat;
	position: absolute;
	left: 50%; 
	top: 50%;
	width: 760px;
	height: 590px;
	margin-left: -380px;
	margin-top: -265px;
}

/****************************************************************************************************
Begin Navigation
****************************************************************************************************/
#navigation
{	
	padding: 32px;
	width: 696px;
	height: 88px;
}

#navigation li
{
	float: right;
	height: 88px;
	width: 75px;
	list-style-type: none;
	list-style-image: none;
}

#navigation a.nav
{
	color: #FFF;
	display: block;
	height: 50px;
	width: 75px;
	line-height: 50px;
	padding: 50px 0 0;
	text-align: center;
}

#navigation a.nav:hover
{
	background: url('../images/navigation_red.jpg') repeat-x;
	color: #111;
}

#navigation .active
{
	background: url('../images/navigation_red.jpg') repeat-x;
}

/****************************************************************************************************
Begin Content
****************************************************************************************************/
#sitename
{	
	padding-left: 10px;
	font-size: 230%;
	color: #FFF;
}

#sitename2
{
	padding-left: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#sitename2 a
{
	color: #FFF;
}

#content
{	
	padding-left: 42px;
	padding-right: 42px;
	padding-bottom: 0px;
	width: 676px;
	height: 380px;
}

#content h1
{
	font-size: 200%;
	color: #333;
}

/****************************************************************************************************
Begin Copyright
****************************************************************************************************/
#copyright
{
	padding: 22px 0 0 0;
	width: 730px;
	height: 20px;
	text-align: right;
}

#copyright a
{
	color: #fff;
}