html, body {
	width: 100%;
	background-color:#b6b7b1;
	text-align:left;
	font-size: large;
	font-family:"Arial Narrow",Arial,Verdana,Sans-Serif;
}


/* ************** Main Structure ************** */

#site-container
{
	width:950px;
	background-color:#FFFFFF;
	border: 6px solid #FFFFFF;
    margin: auto;
    margin-top:5px;
	
}

/* //////////////// Main Structure //////////////// */


/* **************** Site Header ***************** */

#site-header 
{
	border: none;
	width: 100%;
	height:120px;
	margin-bottom: 0px;
	position:relative;
	background-color: #FFFFFF;
}

#site-menu
{
	border: none;
	width: 100%;
	height:30px;
	margin-bottom: 0px;
	position:relative;
	background-color: #FFFFFF;
	text-align:left;
}

#site-split
{
	border: none;
	width: 100%;
	height:2px;
	margin-bottom: 0px;
	background-color: #9A9FA3;
}


/* //////////////// Site Header //////////////// */

/* **************** Site Content ***************** */

#site-main
{
	height:100%;
}

.site-left
{
	background-color: #FFFFFF;
	float:left;
	width: 700px;
}

.site-left-long
{
	background-color: #FFFFFF;
	float:left;
	width: 700px;
}

.site-right
{
	background-color: #9A9FA3;
	float:right;
	margin-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
	width: 230px;
	height: 400px;
}

.site-right-long
{
	background-color: #9A9FA3;
	float:right;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
	width: 230px;
}

/* //////////////// Site Content //////////////// */

/* **************** Site Footer ***************** */

#site-footer
{
	clear:both;
	height:30px;
	margin-top:5px;
	background-color: #767561;
	font-size:90%;
	color:#FFFFFF;
    position:relative;
    z-index:29px;
}

#site-footer-left
{
	float:left;
	margin-left:10px;
	margin-top:5px
}

#site-footer-right
{
	float:right;
	color:#595847;
	margin-right:10px;
	margin-top:5px
}

#site-footer-right a
{
	color:#ffffff;
}

#site-footer-right a.skylight
{
	color:#dac4a2;
}

/* //////////////// Site Footer //////////////// */