.style1 {
	color: #780000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#wrapper {
	width: 1018px;
	height: 580px;
	float: none;
	position: relative;

}

#logo {
	width: 163px;
	height: 99px;
}

#left {
	width: 163px;
	height: 460px;
	float:left;
	background-color: #323232;
}

#main {
	width: 690px;
	height: 460px;
	float: left;
	border-left: solid;
	border-right:solid;
	border-color:#FFFFFF;
	border-width: 1px;
	background-color: #FFF5EB;
}

#right{
	width: 163px;
	height: 460px;
	float:left;
	background-color: #323232;
}
	
#footer {
	width: 1018px;
	padding: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #780000;
	height: 21px;
	float: left;
