html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #CCFFCC;
	background-image: url(media/leatherbackground.jpg);
	background-repeat: repeat-y;
	border-style: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 10 10 10 10;
	padding: 0 0 0 0;
	text-align: center;
	background-position: center;
}
h1 {
  color: #FFFF66;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  line-height: 28px;
}
h2 {
	color: #CCCCCC;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
a,  a:link {
  color: #FFCC00;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #FFCC00;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #FFFF66;
  text-decoration: underline;
}
a:focus {
  color: #FFFF66;
}
a:active {
  color: #FFFF00;
}
#outerWrapper {
	margin: 0 auto;
	text-align: left;
	width: 760px;
}
#outerWrapper #header {
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	background-image: url(media/forestcarshead.jpg);
	height: 60px;
	color: #FFFFFF;
	padding-top: 235px;
	padding-bottom: 10px;
}
#outerWrapper #contentWrapper #content {
	margin: 0;
	padding: 10px 10px 10px 160px;
	background-image: url(media/ribbon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#outerWrapper #footer {
  border-top: solid 1px #92b876;
  padding: 10px 10px 10px 10px;
}
 #navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #006633;
	background-color: #FFCC33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, "Gill Sans";
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#navlist a:hover
{
	color: #fff;
	background-color: #333333;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}
  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(media/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif, "Gill Sans";
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, "Gill Sans";
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(media/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(media/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}
