/* CSS Document */

/* CSS Document */

/* Color Scheme for BES
Most lettering: Maroon- #660000
				Gold- #FFCC00
*/

/* v1.0 | 20080212 from http://meyerweb.com/eric/tools/css/reset/index.html*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-variant: small-caps;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 850px;
	vertical-align: top;
}



#header {
	height: 100px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	margin-right: auto;
	margin-left: auto;
	clear: right;
	float: left;
	margin-top: 30px;
}
#contact {
	float: right;
	width: 175px;
	top: 78px;
	clear: left;
	left: 603px;
	position: absolute;
}

#wrapper {
	padding-top: 0px;
	width: 780px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#lftnavbar {
	float: left;
	width: 235px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}
#site_menu {
	height: 240px;
	color: #FFCC00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-color: #660000;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
	padding-top: 100px;
	border: medium double #FFCC00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rev_photos {
	height: 115px;
	border: medium double #FFCC00;
}


#main {
	margin-right: 320px;
	margin-left: 240px;
	height: 460px;
	clear: right;
}
#marque {
	height: 340px;
	border: medium double #FFCC00;
	margin-bottom: 5px;
	width: 225px;
	margin-right: 5px;
	z-index: -99;
}

#photo {
	height: 115px;
	border: medium double #FFCC00;
	width: 225px;
	margin-right: 5px;
}

#rtnavbar {
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: capitalize;
	color: #660000;
	margin: 0px;
	padding: 0px;
	width: 355px;
	top: 0px;
	position: absolute;
	clear: both;
	left: 480px;
}

#address {
	height: auto;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: #FFCC00;
	background-color: #660000;
	text-transform: capitalize;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	padding-top: 10px;
	border: medium double #FFCC00;
	width: 299px;
}
#site_links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #660000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.25em;
	width: 340px;
}

#scrolling {
	height: 50px;
	width: 55%;
	background-color: #D49F01;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #660000;
	left: 268px;
	top: 98px;
	scrollamount: 2;
	direction: up;
	loop: true;
	z-index: 5;
	position: absolute;
}

#footer {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
li {
	list-style-image: none;
	list-style-type: none;
}
a.gold:link {
	color: #FFCC00;
}
a.gold:visited {

	color: #FFCC00;
}
a.gold:hover {
	color: #FFCC00;
	font-weight: bolder;
}
a.maroon:link {

	color: #660000;
}
a.maroon:visited {


	color: #660000;
}
a.maroon:hover {
	color: #660000;
	font-weight: bold;
}
