body, html 
{
	position: absolute;
	background-image: url('../images/background.png'), url('../images/vertbg.jpg');
	background-repeat: repeat-x, repeat-y;
	background-position: center top, center top;
	background-attachment: scroll, fixed;
	background-color: #e6e6e6;
	margin: 0;
	font-family: georgia;
	width: 100%;
	height: 100%;
}
	
#wrapper 
{
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}

#banner
{
	background-color: #181762;
	height: 150px;
	width: 900px;
	text-align: center;
}

#navigation
{
	background-color: #7c0f26;
	height: 28px;
	font-size: 14px;
	text-align: center;
	padding-top: 7px;
}

#navigation a
{
	color: white; 
	text-decoration: none; 
	text-transform: uppercase; 
	margin-left: 8px;
	margin-right: 8px;
}
#navigation a:visited {text-decoration: none;}
#navigation a:hover{text-decoration: underline;}
#navigation a:active {color: white;}

#left
{
	float: left;
	background-color: #d8d8d8;
	width: 245px;
}

#right
{
	float: left;
	background-color: #FFFFFF;
	width: 555px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 13px;
	line-height: 20px;
	text-align:justify;
	text-justify:auto;
}

#footer
{
	width: 655px;
	background-image: url('../images/vertbg.jpg');
	background-repeat: repeat-y;
	text-align: center;
	padding-left: 245px;
	line-height: 16px;
	font-size: 10px;
}

.clear
{
	clear: both;
}	