<style>

html {
	margin:0;
}

body {
	background:url(/images/bgpattern.gif);
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
#container {
	margin:0 auto;
	width:900px;
	margin-top:40px;
	margin-bottom:150px;
	text-align:center;
	}
	
#header {
	background:url(/images/header.jpg) no-repeat;
	width:900px;
	height:142px;
	}
	
.bgrepeat {
	background:url(/images/leftbg.jpg) repeat-y;
	width:900px;
	height:100%;
	float:left;
	}
	
#navcol {
	background:url(/images/leftbg.jpg) repeat-y;
	width:195px;
	min-height:100%;
	float:left;
	text-align:left;
	}

#nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:25px;
	text-decoration:none;
	color:#081b3d;
	}
	
#nav ul {
	margin-top:25px;
	list-style:none;
	}
	
#nav li {
	border-bottom:#081b3d dotted 1px;
	margin-left:56px;
	margin-right:15px;
	}
	
#main {
	background-color:#dbdbdb;
	width:655px;
	padding:25px 25px 0 25px;
	float:left;
	text-align:left;
	
	}
	
.image {
	margin-bottom:25px;
	}

#rightcontent {
	margin-left:257px;
	width:686px;
	height:100%;
	background:#fff;
	text-align:left;
	}
	
#mainleft {
	width:426px;
	margin-right:25px;
	float:left;
	text-align:left;
	}
	
#mainright {
	float:right;
	width:203px;
	text-align:left;
	}
	
p {
	font-size:11px;
	color:#444444;
	margin-top:0;
	text-align:left;
	}
	
a, a:hover, a:visited {
	color:#006699;
	}
	
strong {
	border-bottom:#000000 solid 1px;
	padding-bottom:2px;
	display:block;
	}
	
h2 {
	font-size:18px;
	font-weight:lighter;
	margin-top:0;
	}
.title {
	text-align:center;
	border-top:#000000 1px dotted;
	border-bottom:#000000 1px dotted;
	}
	
#clients {
	border-top:#000000 1px dotted;
	border-bottom:#000000 1px dotted;
	}	

#address {
	font-size:11px;
	color:#444444;
	margin-bottom:10px;
	}
#testimonials {
	background-color:#CCCCCC;
	padding:10px 10px 10px 10px;
	}
#testimonials p {
	font-size:10px;
	}

#teamlinks {
	margin-bottom:35px;
	}
.teamtitle {
	font-size:13px;
}

hr {
	background-color:#000000;
	height:2px;
	}
	
.clientlinks {
	font-size:9px;
	color:#999999;
	float:right;
	position:relative;
	margin-top:-15px;
	
	}
#brochure {
	display:block;
	float:left;
	width:100%;
	margin-bottom:15px;
}

.icon {
	margin-right:10px;
}

.intro {
	font-size:14px;
	line-height:1.3em;
}

.main-title {
	font-size:28px;
}
	
</style>