#header {
}
#leftcol {
	float: left;
	padding: 10px;
	background-color: #002D59;
	color: #ffffff;
}
#leftcol a {
	font: bold 75% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 4px;
}
a:hover {
	background: #660000;
	background-color: #336699;
}

#rightcol {
	float: right;
	background: #FFFFFF;
	width: 590px;
	padding: 27px;
	font: 12px/160% Arial, Helvetica, sans-serif;
	color: #292929;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #FFFFFF;
}
a:active {
text-decoration: none;
}
#footer {
	clear: both;
	font: bold 60% Arial, Helvetica, sans-serif;
	background: #336699;
	text-align: right;
	padding: 4px 25px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #627A98;
	background-color: #336699;
	border: thin solid #000000;
}
body {
	background: #C8C8C8;
	padding-top: 0px;
	background-color: #dce9f7;
background-image:url('images/body_bg.gif');
background-repeat:no-repeat);
background-repeat:repeat-x;
margin-top:0;
}
div.img
  {
  margin:2px;
  border:1px solid #336699;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #336699;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:150px;
  margin:2px;
  }
table.feature {
margin-top : 50px;
margin-left : 220px;
width : 565px;
height : 431px;
border : 3px #000;
padding : 10px;
table-layout : fixed;