﻿#services_area
{
	 height:200px;
	 margin-top:10px;
	 margin-bottom:10px;
	 margin-left:30px;
}
#services_area .col1
{
	float:left;
	width:270px;
	height:210px;
}
#services_area .col2
{
	float:left;
	width:290px;
}
.services_item
{
	font-weight:bold;
	color:#5E7FC7;
	margin-bottom:5px;
}
.services_item ul
{
	margin-top:0px;
	margin-bottom:0px;
	padding-left:20px;
	font-weight:normal;
	color:#666;
}
#banner
{
	background-color:#3366CC;
	color:#FFF;
	font-size:85%;
	border:1px solid #333;
}
#banner_footer
{
	border-top:1px solid #333;
	padding:3px;
	padding-bottom:1px;
	text-align:left;
}
#banner_footer a:link
{
	color:#FFF;
	text-decoration:none;
}
#banner_footer a:visited
{
	color:#FFF;
	text-decoration:none;
}