body{
	background: url(../images/bg.jpg) repeat-x;
	margin: 0 0 0 0;
}
#wrapper{
	width:800px;
}
#colLeft{
	width:470px;
	float:left;
	clear:left;
}
#colRight{
	width:330px;
	height: 700px;
	float:right;
	clear:right;
	background: url(../images/headerright.jpg) no-repeat;
}
#head1{
	background: url(../images/headerleft.jpg) no-repeat;
	width:100%;
	height:107px;
}

.redbox{
	width:98%;
	
	float: right;
	clear: right;
	border:1px solid #9C391C;
}
.bluebox{
	width:98%;
	
	float: right;
	clear: right;
	border:1px solid #7ECEE5;
}
.boxspacer{
	width:100px;
	float: right;
	clear: right;
	height: 10px;
}
#menubox{
	width:360px;
	height: 30px;
	float: right;
	margin:75px 0 0 0;
}
.pad{
	padding:6px;
}