body {
	background: #fff5f5 url(images/shadow.gif) repeat-y 50% 0;
	font: normal 12pt "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #202020;
	}
	
* a img { border: 0; }
	
h3 {
	font: bold 1em Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000000;
	}

.redtext { color: #8F1100; }

.smallertext { font-size: smaller; text-align: center; }
	
#content a:link, #content a:visited {
	text-decoration: none;
	color: #8F1100;
	border-bottom: 1px solid #8F1100;
	}

#content a:active { color: #8F1100; }

#content a:hover {
	text-decoration: none;
	color: #000;
	background-color: #ffedeb;
	border-bottom: 1px solid #000000;
	text-shadow: 0px 0px 2px #8F1100;
	}

#main {
	text-align: left;
	height: 100%;
	width: 750px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-left: solid 1px #8b8585;
	border-right: solid 1px #8b8585;
	}

#logo {	
	float: left;
	padding: 0px;
	border-top: 3px solid #000000;
	}

#banner {
	padding: 5px 0px 0px 0px;
	border-top: 3px solid #000000;
	}

#navbar ul {
	white-space: nowrap;
	margin: 0;
	padding: 38px 0px 0px 0px;
	border-bottom: solid 3px #fd0a02;
	}

#navbar ul li {
	display: inline;
	font: 18px Georgia, Times, serif;
	overflow: hidden;
	min-width: 586px;
	padding: 0px 0px 0px 7px;
	}

.selected {
	color: #000;
	border-top: 3px solid #000000;
	background-color: #ffedeb;
	border-bottom: dotted 3px #fd0a02;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #555;
	}

#specs {
	background-color: #fff8f7;
	padding: 6px;
	border: 1px solid #ffedeb;
	text-align: right;
  margin-left: 12px;
	}

.full {
	color: #fd0a02;
	}

#navbar a:link, #navbar a:visited {
	color: #8F1100;
	text-decoration: none;
	border-bottom: solid 3px #fd0a02;
	text-shadow: 0px 0px 2px #666;
	}

#navbar a:active { color: #8F1100; }

#navbar a:hover {
	text-decoration: none;
	color: #000;
	border-top: 3px solid #000000;
	background-color: #ffedeb;
	border-bottom: solid 3px #000000;
	text-shadow: 0px 0px 2px #8F1100;
	}

#content {
	background-color: #FFF;
	padding: 20px;
	}
	
#contentright {
	width: 470px;
	float: right;
	}

#contentleft {
	padding-right: 10px;
	width: 210px;
	border-right: 1px solid #8F1100;
	}
	
#footer {
	clear: both;
	white-space: nowrap;
	margin: 0;
	padding: 1px 0px 40px 0px;
	text-indent: 5px;
	border-top: solid 3px #8F1100;
	color: #c24433;
	text-align: center;
	}