/* --- box1 --- */
#box1{
	width:654px;
	position:absolute;
	top:268px;
	left:0;
	z-index:2;
}
	#box1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding:10px 0 0 0;
	}
	#box1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #B21E3B;
	text-align: center;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	margin:10px 10px 10px 10px;
	}
		#box1 h2 span {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		line-height:21px;
		vertical-align: top;
		}	
	#box1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 5px 10px 10px 10px;		
	}
/* --- box2 ---*/	
#box2 {
width:654px;
position:absolute;
top:460px;
left:0;	
}
	#box2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	}
/* --- box3 ---*/		
#box3 {
width:654px;
position:absolute;
top:685px;
left:0;		
}
/* --- side ---*/
#side{
width:315px;
position:absolute;
top:268px;
left:645px;
}
	#side p.spacer{
	padding: 7px;
}
/* ---footer---*/
a.awards img{
	position:absolute;
	top:820px;
	left:10px;
	z-index:4;
	margin:0 0 0 -30px;
}
#footer{
	width:315px;
	position:absolute;
	top:845px;
	right:180px;
	z-index:8;
}
