body {
	background: #000;
	font-family: verdana,helvetica,arial,sans-serif;
	}
#wrapper {
	width: 780px;
	margin: 0 auto;
	}
#banner {
	width: 780px;
	height: 102px;
	background: url(images/banner.jpg);
	}
#logo {
	float: left;
	}
#client_login {
	float: right;
	margin-right: 45px;
	margin-top: 35px;
	font-size: x-small;
	color: #060;
	font-weight: bold;
	}
#client_login input {
	border: 1px solid #999;
	}
#menu {
	width: 780px;
	height: 23px;
	background: #000;
	}
#buttons {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 10px;
	}
#buttons li {
	list-style: none;
	display: inline;
	}
#buttons li a {
	float: left;
	padding: 6px 10px 5px 10px;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #FFF;
	display: block;
	letter-spacing: 1px;
	}
#buttons li a:hover {
	background: #999;
	}
#content {
	width: 780px;
	height: 295px;
	background: url(images/content.jpg) white no-repeat;
	}
#body_text {
	width: 445px;
	margin-left: 280px;
	padding-top: 15px;
	font-size: x-small;
	font-family: verdana,sans-serif;
	line-height: 1.4em;
	background-color: #FFF;
	}
#body_text h1 {
	font-size: 14px;
	margin-bottom: -5px;
	}
#body_text a {
	color: #016334;
	}
#contact_info {
	margin-left: 280px;
	padding-top: 10px;
	font-size: x-small;
	font-family: verdana,sans-serif;
	line-height: 1.4em;
	font-style: italic;
	}
#panels {
	width: 780px;
	height: 225px;
	background: #FFF;
	font-size: x-small;
	}
.text {
	padding: 3px;
	}
#panel_group {
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	}
#panel1 {
	float: left;
	width: 132px;
	height: 215px;
	background: #999;
	color: #FFF;
	}
#panel2 {
	float: left;
	margin-left: 22px;
	width: 132px;
	height: 215px;
	background: #999;
	color: #FFF;
	}
#panel3 {
	float: left;
	margin-left: 22px;
	width: 132px;
	height: 215px;
	background: #999;
	color: #FFF;
	}
#panel4 {
	float: left;
	margin-left: 22px;
	width: 132px;
	height: 215px;
	background: #999;
	color: #FFF;
	}
#panel5 {
	float: left;
	margin-left: 22px;
	width: 132px;
	height: 215px;
	background: #999;
	color: #FFF;
	}
#footer {
	text-align: center;
	font-size: xx-small;
	color:#999999;
	padding-top: 10px;
	}
