*
{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

a{
	text-decoration: none;
	color: #b3000a;
}

a:hover{
	text-decoration: none;
	color: #555;
}

ul {
	padding-left: 22px;
}


/*** Begin Body ***/
body{
	background: #343434;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #666;
}


/*** Begin Outersection ***/
#outersection{
	background: url('../img/outersection.jpg') repeat-x;
	position:absolute;
	top: 50%;
	width: 100%;
	height: 530px;
	margin-top: -265px;
}


/*** Begin Innersection ***/
#innersection{
	background: url('../img/innersection.jpg') no-repeat;
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 760px;
	height: 530px;
	margin-left: -380px;
	margin-top: -265px;
}


/*** Begin Navigation ***/
#navigation{	
	padding: 32px;
	width: 696px;
	height: 48px;
}

#navigation li{
	float: right;
	height: 88px;
	width: 75px;
	list-style-type: none;
	list-style-image: none;
}

#navigation a{
	color: #DEDEDE;
	display: block;
	height: 50px;
	width: 75px;
	line-height: 50px;
	padding: 50px 0 0;
	text-align: center;
}

#navigation a:hover{
	font-weight: bold;
	color: #FFFFFF;
}

#navigation .active{
	background: url('../img/navigation.jpg') repeat-x;
	text-transform: uppercase;
}


/*** Begin Content ***/
#content{	
	padding-left: 42px;
	padding-right: 42px;
	padding-bottom: 0;
	width: 676px;
	height: 370px;
	overflow: auto;
}

#content h1{
	font-size: 150%;
	padding-bottom: 5px;
	color: #333;
}


/*** Begin Copyright ***/
#copyright{
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	width: 696px;
	height: 20px;
	text-align: center;
}

#copyright a{
	color: #fff;
}
