* {	
	border : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
	}


body {	
	background-color : #7678a9;
	color : #fff;background-image : url('./images/bg.jpg');
	background-repeat : repeat-x;
	text-align : center;
	margin-bottom:20px;
	}


#container {
	position : relative;
	background-color :#ffffff;
	color : #7b7bad;
	width : 764px;
	border-collapse : collapse;
	overflow : hidden;
	text-align : left;
	margin : 20px auto 0;
	}


#nav {	
	float : left;
	width : 213px;
	background-color : inherit;
	color : #fff;
	background-image : url('./images/nav.gif');
	background-repeat : no-repeat;
	display : inline;
	text-align : left;
	}


#nav li {
	margin-top : 14px;
	margin-left : 34px;
	font-size : 14px;
	}


#nav a {
	background-color:inherit;
	text-decoration : none;
	color : #fff;
	font-size : 14px;
	}


#nav a:hover {
	background-color:inherit;
	color : #ff0;
	}


#main {
	float : right;
	width : 551px;
	margin-top : 0;
	background-color : #fff;
	color : #7b7bad;
	display : block;
	text-align : left;
	}


img.spacer {
	float : left;
	display : inline;
	width: 1px;
	}


#testimonial {
	position:absolute;
	top:365px;
	left:0px;
	width: 213px;
	font-size : 12px;
	font-style : italic;

	display : block;
	background-color: inherit;
	}


#testimonial p {
	margin-left:22px;
	margin-right:20px;
	margin-top:10px;
	}


#testimonial a {
	font-style : normal;
	text-decoration : none;
	font-size : 10px;
	background-color:inherit;
	color : #fff;
	}


#people {
	width : 278px;
	float : right;
	display : inline;
	margin-top : 2px;
	}


#list {
	font-size : 16px;
	margin-left : 50px;
	margin-top : 10px;
	}


#list li {
	line-height : 24px;
	width:470px;
	}


#content {
	float : left;
	width : 551px;
	margin-top : 2px;
	margin-bottom : 20px;
	
	background-repeat : no-repeat;
	}

#content ul {
	font-size : 16px;
	margin-left : 50px;
	margin-top : 10px;
	}

#content p {
	color:#000000;
	margin-right : 20px;
	margin-left : 20px;
	font-size : 14px;
	font-weight: normal;
	}


#content_header {
	background-image : url('./images/content_sub_header_bg.gif');
	color : #7b7bad;
	width : 500px;
	float : left;
	background-repeat : repeat-x;
	display : inline;
	margin-top : 6px;
	}


#service_header {
	background-image : url('./images/content_sub_header_bg.gif');
	color :#7b7bad;
	width : 272px;
	float : left;
	background-repeat : no-repeat;
	display : inline;
	margin-top : 2px;
	}


#footer {
	width:768px;
	float:left;
	text-align:center;
	}

#footer p {
	font-size:12px;
	color: #000000;
}

.h1 {
	color : #7b7bad;
	background-color:inherit;
	font-size:44px;
	font-style:bold;
	margin-top:10px;
	margin-left:16px;
	margin-bottom:20px;
	}

.h2 {
	font-size:20px;
	color : #7b7bad;
	background-color:inherit;
	}

.newsHeader {
	font-size:24px;
	color : #7b7bad;
	background-color:inherit;
	}

