		/* common */

html, body {margin:0;}
html {height: 100%; margin-bottom: 1px; }
img {border-style:none;}
body {background: url(images/header-bk.jpg) no-repeat top center;}
#body {
	font-family:  Arial, Verdana, Tahoma, sans-serif;
	font-size:14px;
}

h1 {font-size:22px; color:#000; font-weight:normal;}
h2 {font-size:14px;}
h3 {font-size:12px; font-family: verdana;}

.title {
	text-transform:uppercase;
	color:#000;
	font-size:18px;
	text-align: justify;
	letter-spacing:-1px;
}

.red-title {
	color:#aa0000;
	font-size:22px;
	font-weight:bold;
}

.black-title {
	font-size:22px;
	font-weight:bold;
}

.red {color:#aa0000;}

.left-content {margin-right:280px;}

.right-content {
	float:right;
	width:240px;
}

.band {
	height:185px;
	margin-top:20px;
	background:#f3f1ed;
}
.band-content {
	width:780px;
	margin-left: auto;
	margin-right: auto;
}

.block {
	float:left;
	width:250px;
}
.spacer {
	float:left;
	width:15px;
}

ul.home-list {padding:10px 0 0 30px;}

		/* header */

#header {
	height:235px;
	width:960px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	}

#header-logo {
	padding-top:74px;
	}

#header-text {
	float:right;
	padding-top:100px;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	color:#000;
	}

		/* content */

#content {
	width:780px;
	margin-top:20px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#content a {color:#aa0000;}
#content a:hover {text-decoration:none;}

		/* testimonials */

#testimonials {
	height:220px;
	text-align:left;
	padding-top:14px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	background: url(images/testimonials-bk.jpg) no-repeat top center;
}

#testimonials-bk {
	width:780px;
	height:160px;
	margin-top:26px;
	margin-left: auto;
	margin-right: auto;
	background:#f6f1ed;
}

#testimonials-text {
	margin-left:260px;
	padding-top:8px;
}

#testimonials-text blockquote {
	font-style:italic;
	font-weight:bold;
	font-size:13px;	
	margin:4px 20px;
}

#testimonials-text cite {
	float:right;
	margin-right:20px;
	font-style:normal;
	font-size:11px;
}

		/* footer */

#footer {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

#footer , #footer a {
	color:#cccccc;
	font-size:10px;
	text-decoration:none;
}

