#wrap{
	padding: 0px;
	height: auto;
	width: 800px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;


}


#head{
	height: 200px;
	width: 800px;
	margin-top: 0px;
	padding: 0px;
	background-color: #A40000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}



#main{
	background-color: #A40000;
	height: 14800px;
	width: 800px;
	padding: 0px;


}




#left{
	height: 600px;
	width: 160px;
	float: left;

}



#right{
	background-color: #FFFFFF;
	float: right;
	height: auto;
	width: 600px;
	margin-top: 12px;
	margin-right: 10px;
	border: 2px solid #B6CAEF;
	padding: 16px 2px 16px 5px;


}


#bottom{
	background-color: #A40000;
	height: 40px;
	width: 800px;


}
body {
	margin-top: 0px;
}
