body{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
background-color:#fff;
}
	h3{
	font-weight:normal;
	margin:10px 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	}
	p{
	font-size:90%;
	}
	a{
	text-decoration:none;
	}
		a:hover{
		color:#d00;
		}
#container{
width:800px;
margin:0 auto 20px auto;
}
#nav_bar{
height:30px;
}
	#editnav{
	width:100%;
	text-align:center;
	margin:10px 0 0 0;
	}
	#editnav a{
	font-weight:bold;
	text-decoration:none;
	color:#000;
	margin:0 20px 0 0;
	}
		#editnav a:hover{
		color:#c00;
		}
#contentContainer{
width:820px;
margin-left:auto;
margin-right:auto;
background-image:url(../images/content_bg.jpg);
background-repeat:repeat-y;
}
	#content{
	width:760px;
	padding:5px 30px;
	float:left;
	}
	#contentHead{
	width:820px;
	height:20px;
	float:left;
	background-image:url(../images/content_head.jpg);
	}
	#contentFoot{
	width:820px;
	height:20px;
	float:left;
	background-image:url(../images/content_foot.jpg);
	}
#dataContainer{
width:700px;
margin:0 auto 20px auto;
background-image:url(../images/data_bg.jpg);
}
#data{
width:700px;
float:left;
}
	#dataHead{
	width:700px;
	height:10px;
	float:left;
	background-image:url(../images/data_head.jpg);
	}
	.dataBoxImage{
	width:24%;
	height:100px;
	float:left;
	text-align:center;
	}
	.dataBox{
	margin:10px 0;
	width:18%;
	height:45px;
	float:left;
	text-align:center;
	padding:35px 0 0 0;
	border-left:1px solid #999;
	}
	#dataFoot{
	width:700px;
	height:10px;
	float:left;
	background-image:url(../images/data_foot.jpg);
	}
