div.spacer { clear:both; }

img { border:0px; }

body {
	background:#454545;
	font: 8pt verdana;
	text-align:center;
}

a{ color:#990000; }
a:hover { color:#000055; }

div.container {
	width:702px;
	margin-left: auto; 
	margin-right: auto;
	text-align:left;
}

div.header {
	float:left;
	width:213px;
	height:33px;
	margin-bottom:14px;
	margin-top:39px;
}

div.footer {
	width:702px;
	font-size:90%;
	margin-top:10px;
	text-align:center;
	color:#CCCCCC;
}
div.footer a {
	color:#CCCCCC;
        text-decoration:none;
}

div.contact {
	float:left;
	width:489px;
	text-align:right;
	padding-top:64px;
}

div.contact a {
	color:#F2AD34;
	text-decoration:none;
	padding-right:5px;
}

div.contact a:hover {
	text-decoration:underline;
}


div.content {
	width:658px;
	width:702px;

	background:#FFFFFF;
	padding-top:22px;
	padding-bottom:22px;

}

div.gutter {
	float:left;
	width:22px;
	height:22px;
}

div.leftcolumn {
	float:left;
	width:285px;

	overflow:hidden;
	margin-right:18px;

}

div.rightcolumn {
	float:left;
}

div.seperator {
	float:left;

	width:285px;
	background:url(../media/seperator.gif);
	margin-bottom:5px;
	overflow:none;
		height:6px;
		font-size:1px;


}

div.navigation {
	width:290px;
}
div.navigation a {
	display:block;
	float:left;
	width:121px;
		width:140px;

	height:20px;
	color:#FFFFFF;
	background:url(../media/navback.gif);
	margin-right:5px;
	margin-bottom:5px;
	text-decoration:none;
	padding-top:6px;
}

div.navigation a span {
	display:block;
	padding-left:19px;
	height:20px;

}


div.navigation a:hover, div.navigation a.selected {
	background:url(../media/navback-selected.gif);
}


div.pagetext {
	float:left;
	width:285px;

	background:#E1E1E1;

	height:273px;
}

div.pagetext h2 {
	margin:5px;
	font-size:12pt;
}

div.pagetext p {
	margin:5px;
	line-height: 15pt;
	margin-bottom:10px;
}

div.pagetext p.clients {
	line-height:normal;
}

div.pagetext p.testimonials {
	font-size:90%;
	line-height:normal;
}

div.pagetext p.testimonials b {
	display:block;
	margin-bottom:4px;
}

