@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/background-grass.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0;
	padding:0;
	font-family:'century gothic',arial,helvetica;
	font-size:12px;
	}
	
#structure {
	width:898px;
	margin:0 auto;
	padding:0;
	}

#header {
	width:898px;
	height:241px;
	background-image:url(images/header-main.jpg);
	background-repeat:no-repeat;
	}

ul#navbar {
	position:relative;
	top:222px;
	left:395px;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	width:483px;
	}
ul#navbar li {
	display:inline;
	margin:0;
	padding:0 23px;
	
	}
ul#navbar li a,
ul#navbar li a:link,
ul#navbar li a:visited {
	color:#680e1e;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	}
	
ul#navbar li a:hover,
ul#navbar li a:active {
	color:#ffffff;
	}
.active {
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	}

#textarea {
	width:896px;
	background-color:white;
	border-left:1px solid #fa690f;
	border-right:1px solid #fa690f;
	border-bottom:1px solid #fa690f;
	margin:0;
	padding:20px 0;
	}



#textarea p {
	line-height:200%;
	padding-right:15px; 
	}


#quote {
	width:350px;
	height:120px;
	float:right;
	padding:20px 10px 0px;
	}
#quote-left {
	width:23px;
	height:110px;
	padding:0 5px;
	float:left;
	}
#quote-right {
	width:23px;
	height:110px;
	padding:0 5px;
	float:right;
	}
#quote-text {
	width:285px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fc9209;
	font-size:18px;
	display:inline;
	line-height:150%;
	}
.quote-customer {
	font-size:12px;
	text-align:right;
	}

#footer {
	color:#e6d9b3;
	font-size:10px;
	}
#footer p {
	width:445px;
	float:left;
	}
a,
a:link,
a:visited {
	color:#fa690f;
	}
a:hover,
a:active {
	color:#781022;
	}

#footer a,
#footer a:link {
	color:#ffffff;
	}
#footer a:visited,
#footer a:active,
#footer a:hover {
	color:#999999;
	}