			@charset "utf-8";
			/* CSS Document */
			
			/* CSS reset my Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
			
			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,
			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-weight: inherit;
				font-style: inherit;
				font-size: 100%;
				font-family: inherit;
				vertical-align: baseline;
			}
			/* remember to define focus styles! */
			:focus {
				outline: 0;
			}
			body {
				line-height: 1;
				color: black;
				background: white;
			}
			ol, ul {
				list-style: none;
			}
			/* tables still need 'cellspacing="0"' in the markup */
			table {
				border-collapse: separate;
				border-spacing: 0;
			}
			caption, th, td {
				text-align: left;
				font-weight: normal;
			}
			blockquote:before, blockquote:after,
			q:before, q:after {
				content: "";
			}
			blockquote, q {
				quotes: "" "";
			}
/*------------------- end reset ------------------*/

body {
	font: .9em/1.2em Verdana, Geneva, sans-serif;
	background-image:url(images/back.gif)
}

#divWrapper {
	width: 960px;
	margin: 1em auto;
	display: block;
	background: #fff;
	overflow: hidden;
}
#divColLeft {
	width: 150px;
	float: left;
	background: #ccc url(images/gunracer.gif) no-repeat;
	padding-bottom: 4000px;
	margin-bottom: -4000px;
	text-align: center;
}	
#divColLeft ul {
	text-align: left;
	margin: 280px 0 20px 0;
/*	display: block;
*/	font-size: .9em;
	border-bottom: 1px solid #fff;
	padding: 0;
}
#divColLeft ul li a {
	display: block;
	height: 25px;
	padding: 10px 0 0 10px;
	text-decoration: none;
	border-top: solid 1px #fff;
	color: black;
	text-align: left;
}
#divColLeft ul li a:visited {
	color: #333;
}
#divColLeft ul li a:hover {
	background-color:#EBEBEB;
	color: #F00;
	border-left: solid 5px #F00;
	padding-left: 5px;
}
#divColLeft img {
	margin-top: 1em;
}
#divMain {
	width: 710px;
	float: left;
	color: #333;
	line-height: 1.5em;
	background: url(images/Fred.jpg) no-repeat;
}
#divMain a {
	text-decoration: none;
	color: #000;
}
#divMain a:hover {
	text-decoration: underline;
	color: #f00;}
#divMain p {
	margin: 0 2em 1em 2em;
}
#divMain h1 {
	margin: 1em 0 1em 1em;
	font-size: 2em;
	font-weight: bold;
	display: block;
	color: #666;
}
#divMain h3 {
	margin: 1em 0 .5em 2em;
	font-size: 1em;
	font-weight: bold;
	display: block;
	border-top: dotted 2px #ccc;
}
#divMain h3 a {
	color: #c2a781;
	text-decoration: none;
}
#divMain h3 a:hover {
	color: #F00;
	text-decoration: underline;
}
#divColRight {
	width: 99px;
	text-align: center;
	float: right;
	padding-bottom: 4000px;
	margin-bottom: -4000px;
	border-left: 1px #000 solid;
}
#divColRight a img, form{
	margin-top: 20px;
}
#divQuotations {
	width: 710px;
	text-align: right;
	float: left;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
#divQuotations p {
	font-size: .8em;
	font-style: italic;
	margin: 1em;
}
#divBottomMenu {
	width: 710px;
	float: left;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
	margin: 1em 0;
}
#divBottomMenu ul li{
	display: inline;
}
#divBottomMenu ul li a{
	color: #000;
}
#divBottomMenu ul li a:visited{
	color: #333;
}
#divBottomMenu ul li a:hover{
	color: #F00;
}
