* {
	margin: 0;
	padding: 0;
}
p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 10px;
	list-style-position: inside;
}
img {
	border: none;
}
a, a:visited {
	color: #0072BC;
}
a:hover {
	color: #222;
}
h2, h3, h4, h5 { color: #0072BC; margin: 5px 0 0;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
.clear {
	clear: both;	
}
body {
	margin: 0px auto;
	padding-top: 20px;
	font: 12px/16px Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 956px;
	background: url(../img/bg.gif) repeat-y;
	overflow: hidden;
}
#logo {
	height:177px;
	width:956px;
	background:url(../img/header.jpg) no-repeat;
	text-indent:-9000px;
}
#logo h1 a {
	text-indent: -9000px;	
}
#left {
	width: 190px;
	margin-right: 20px;
	font: 1em Helvetica, "Arial Narrow", Verdana, sans-serif;
	float: left;
}
/* --- navigation --- */
#navcontainer {
	color: #0072BC;
	font-weight: bold;
	font-size: 1.2em;
}
#navcontainer ul {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li {
	margin-left: 0;
	background: none;
	text-indent: 0;
}
#navcontainer a {
	display: block;
	text-indent: 10px;
	line-height: 28px;
	height: 28px;
}
#navcontainer a:link, #navcontainer a:visited {
	color: #0072BC;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #222;
	text-decoration: none;
}
#contact {
	padding: 10px 0 10px 10px;
	color: #000;
	float: left;
	font-size: 1.1em;
}
#contact p {
	margin-top: 0;
	font-weight: bold;
}
#contact a {
	color: #000;
}
#contact a:visited {
	color: #000;
}
#contact a:hover {
	color: #0072BC;
	background: #FFF;
}
#testimonials {
	padding: 10px 0 10px 10px;
	color: #000;
	float: left;
	font-size: 1em;
}
/* --- END LEFT--- */
#content {
	width: 650px;
	padding: 20px 40px;
	float: left;
}
.text {
	margin: 10px 0;
	clear: both;
}
.blue {
	color: #0072BC;
}
.blue a, .blue a:visited {
	text-decoration: none;
}
div.caption, div.caption-small, div.caption-tiny {
	margin: 10px 0 10px 10px;
	padding: 4px;
	float: right;
	clear: right;	
}
div.caption p, div.caption-small p, div.caption-tiny p {
	text-align: center;	
}
div.caption {
	width: 300px;
}
div.caption-small {
	width: 200px;
}
div.caption-tiny {
	width: 120px;
}
.imageright {
	margin: 10px 0 10px 10px;
	padding: 4px;
	float: right;
	clear: right;
}
table td {
	padding: 10px 20px 10px 0;
	vertical-align: top;
	text-align: center;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 956px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #222;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #222;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #072BC;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #EEE;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #EEE;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #0072BC;
	text-decoration: none;
}
