html, body {
    height: 100%;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2b2926;
	font-size: 12px;
	background-color: #66788d;
	background-image: url(_graphics/background.gif);
	background-repeat: repeat-x;
}

* {
	margin: 0;
	padding: 0;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      general
*/

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

h1 {
	font-size: 18px;
	color: #d42e50;
	border-bottom: 1px solid #b6aa93;
	margin-bottom: 1em;
}

h2 {
	font-size: 14px;
	margin-bottom: .5em;
	color: #d42e50;
}

hr {
	width: 100%;
	color: #b6aa93;
	background-color: #b6aa93;
	height: 1px;
	border: 0;
	margin-bottom: 1.5em;
	clear: both;
}

ul {
	line-height: 1.5em;
	margin: 0 0 1em 20px;
	font-weight: bold;
}

a {
	color: #2b2926;
}

a:hover {
	color: #d42e50;
}

.small {
	font-size: 10px;
}

.testimonials {
	font-size: 10px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      frame
*/

div#frame {
	width: 900px;
	background-image: url(_graphics/background-frame.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	min-height: 100%;
}

div#frame-default {
	width: 900px;
	background-image: url(_graphics/background-frame-default.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	min-height: 100%;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      masthead
*/

div#masthead {
	width: 900px;
	line-height: 0;
}

div#nav {
	width: 900px;
	height: 32px;
	display: inline;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      sidebar
*/

div#sidebar-left {
	width: 185px;
	padding-left: 15px;
	float: left;
}

div#sidebar-left p {
	font-style: italic;
	font-size: 11px;
	padding: 1em 20px 0 20px;
	margin-bottom: 0;
}

div#sidebar-right {
	width: 145px;
	float: left;
	padding: 10px 35px 0 20px;
}

div#sidebar-right p {
	font-style: italic;
	font-size: 11px;
}

div#sidebar-right hr {
	width: 100%;
	color: #ded4bf;
	background-color: #ded4bf;
	height: 1px;
	border: 0;
	margin-bottom: 1.3em;
	clear: both;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      content
*/

div#content {
	width: 460px;
	float: left;
	padding: 0 20px 0 20px;
}

div#content-default {
	width: 660px;
	float: left;
	padding: 0 20px 0 20px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      footer
*/

div#footer {
	width: 460px;
	clear: both;
	padding: 0 220px 5em 220px;
}

div#footer p {
	font-size: 9px;
	color: #d42e50;
	padding-top: 1em;
}

div#footer-default {
	width: 660px;
	clear: both;
	padding: 0 20px 5em 220px;
}

div#footer-default p {
	font-size: 9px;
	color: #d42e50;
	padding-top: 1em;
}

