body {
	background-color: #CCCCCC;
	text-align:center;
}
#box {
	width: 730px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	float:left;
	width: 730px;
	height: 90px;
	background-image: url(../images/top.gif);
	text-align: left;
}
#banner {
	float:left;
	width: 730px;
	height: 65px;
	padding: 0px;
	background-image: url(../images/banner.gif);
	text-align: right;
}
#leftbox {
	width: 175px;
	height: 241px;
	float:left;
	padding:0px;
}
#rightbox {
	width: 555px;
	height: 241px;
	float:left;
	padding:0px;
}
#contentleft {
	width: 175px;
	height: 980px;
	float:left;
	padding:0px;
	background-color: #9DB1C4;
	text-align: left;
	margin: 0px;
}
#contentleft #stripe  {
	height: 30px;
	background-color: #003F5E;
}

#contentcenter {
	width: 555px;
	height: 980px;
	float:left;
	padding:0px;
	background-color: #FFF;
	text-align:left
}	
#contentcenter #stripe  {
	height: 30px;
	background-color: #069;
}
#contentleft #box  {
	width:auto;
	height: 81px;
	text-align:center;
	margin:380px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding: 0px;
	color: #333;
}
#footer {
	float:left;
	width: 730px;
	height: 39px;
	background-image: url(../images/bottom.gif);
	text-align: left;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	margin: 10px;
	font-weight: bold;
}
.red {
	color: #CC3333;
}
.white {
	color: #FFFFFF;
}
#banner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	margin: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 3px;
}
#contentleft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-left: 15px;
}
#contentcenter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: 30px;
	margin-right: 70px;
	color: #333333;
	line-height: 1.8em;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #333333;
	margin-left: 25px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #CC3333;
	margin-left: 30px;
	font-weight: normal;
	margin-top: 30px;
}
a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006699;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
}

ol.clients {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

ol.clients li {
	display: block;
	float: left;
	background: #f4f4f4;
	width: 130px;
	height: 130px;
	padding: 5px;
	margin: 1px;
	list-style: none;
}

ol.clients li a:hover {
	color:#006699;
	text-decoration: underline;
}

div.clear {
	clear: both;
}



a img {
	border:none;
}

	