/* Styles for body layout */
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%; /* for IE */
	color: #000000;
	background-color: #ffffff;
	background-image: url('../images/background-decal.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

#container {
	padding: 0;
	border: 0;
	width: 950px;
	margin: 20px auto;	
}

#masthead {
	padding: 0;
	border: 0;
	width: 930px;
	margin: 0px auto;
}

#sidebar {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	width: 170px;
	margin-left: 10px;
	padding-top:60px;
}

#content {
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	width: 740px;
	min-height:650px;
	margin-top: 0;
	padding-right: 0;
}

#footer {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	clear: both;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	padding: 0;
}

/* Styles for Masthead */
#masthead a {
	text-decoration:none;
}

#masthead a img {
	border:0 #000000 none;
}

/* Styles for Sidebar */
.sidebar_link, .sidebar_link:active, .sidebar_link:hover, .sidebar_link:visited
, .sidebar_link_racing, .sidebar_link_racing:active, .sidebar_link_racing:hover, .sidebar_link_racing:visited {
	display:block;
	margin:5px auto;
	background-image:url('../images/brushed-metal-button-3-small.png');
	height:27px;
	width:120px;
	background-repeat:no-repeat;
	text-align:center;
	color:#0000ff;
	text-decoration:none;
	font-weight:bold;
	padding-top:3px;
}

.sidebar_link_racing, .sidebar_link_racing:active, .sidebar_link_racing:hover, .sidebar_link_racing:visited {
	background-image:url('../images/checker-button-small-4.png');
}

/* Styles for Content */
#content p {
	text-align:justify;
	text-indent:1.5em;
	/*background-image:url('../images/trans-30.png');*/
}

#content img.header_img {
	width:730px;
	height:50px;
	z-index:-1;
	margin-left:auto;
	margin-right:0;
	position:absolute;
}

#content h1, h2 {
	z-index:1;
	margin-top:10px;
	margin-left:10px;	
	color:#0000ff;
}

#content a, a:active, a:hover, a:visited {
	color:#0000ff;
}

/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	color: #000000;
	margin: 2px;
	padding: 2px;
	font-weight:bold;
}

#footer a, a:active, a:hover, a:visited {
	color: #000000;
	text-decoration: underline;
}

/* Misc Styles */
.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

.style_textcenter {
	text-align:center;
}

.style_noborder {
	border:0 black none;
}

.validation a img {
	text-decoration:none;
	border: 0 black none;
}

#homepageimg {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#homepageimg img {
	border:0 #000000 none;
}

#sponsorscol_1 {
	float:left;
	width:47%;
	border-right:thin #0000ff solid;
	padding-left:8px;
	padding-right:8px;
	margin-bottom:50px;
}

#sponsorscol_2 {
	float:right;
	width:47%;
	padding-left:5px;
	padding-right:5px;
}

#sponsorscol_1 h3, #sponsorscol_2 h3 {
	text-align:center;
}

#sponsorsimg {
	text-align:center;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

#sponsorsimg img {
	border:0 #000000 none;
}

#sponsor_text p {
	text-align:center;
}

.quote {
	/*background-color: #ffffff;*/
	background-image:url('../images/trans-50.png');
	border: 1px solid #0000ff;
	margin-left: 20px;
	text-align: justify;
	padding:10px;
}

