#hist_box {
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	min-height: 700px;
}
#header {
	width: 980px;
	float: left;
}
#nav {
	width: 980px;
	background-image: url(../images/nav_bg.png);
	float: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #333;
	background-repeat: repeat-x;
}
#footer {
	clear: both;
	width: 980px;
	background-color: #363636;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
}
#contact_box {
	font-size: 12px;
	font-weight: bold;
	color: #051B84;
	position: absolute;
	left: 867px;
	top: 75px;
}
#leftbox {
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #EEE;
}
#rightbox_large {
	float: right;
	width: 658px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.photo {
	padding: 5px;
}
#centered_box {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 80px;
	float: left;
}
#secirity  {
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 10px;
}
#shadow {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
}
#rightbox_sog {
	float: right;
	width: 200px;
	margin-top: 20px;
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#centerbox_sog {
	float: left;
	width: 460px;
	margin-top: 20px;
}
