@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #cc6600;
	background-image: url(images/background/background-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D79937;
	background-color: #fff8dc;
	background-image: url(images/background/background-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #663300;
}
#sidebar ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

#sidebar li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 75px;
}
#sidebar #nav li a {
	text-decoration: none;
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
}
#sidebar #nav li a:hover, a:hover, #footernav a:hover {
	color: #330000;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC9966;
	font-size: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9966;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 30px;
}
#footer a {
	color: #CC6633;
	text-decoration: none;
}
#footernav a {
	text-decoration: none;
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1em;
}
p.top {
	margin-top: 110px;
	text-transform: uppercase;
	padding-left: 100px;
}
p.testimonial {
	padding-top: 90px;
	color: #996600;
}

#mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #333333;
} 
#mainContent h1 {
	margin-top: 150px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9966;
	padding-bottom: 10px;
	color: #663300;
}
a {
	text-decoration: none;
	color: #990000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999966;
	padding-left: 10px;
	padding-bottom: 10px;
}
.fltrt2 {
	float: right;
	padding-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.photocaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
}
.green {
	color: #666633;
}
.orange_uline {
	color: #FF6600;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9933;
}
td {
	padding-right: 10px;
	padding-bottom: 5px;
}
