/*-----------------------------------------------
Master Screen Style
Name:     Carolina Class Racers Association
Designer: Lee Norton
URL:	  www.carolinaclassracers.com
-------------------------------------------------*/

html, body 	{ 
	margin:0 auto;
	padding:0;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
}

.clr { clear: both; height: 0px; }
img { border:0; }


#wrapper { 
	margin:0 auto;
	padding:0;
	width:780px;
	background:url(../images/bg_page_faux.png) repeat-y top center;
}

#header { 
	margin:0 auto;
	padding:0;
	width:780px;
	background:url(../images/bg_site.jpg) no-repeat top center;
}

#content {
	float:right;
	margin:160px 30px 0 0;
	padding:0;
	width:540px;
}

#nav {
	float:left;
	margin:190px 0 0 0;
	padding:0;
	width:180px;
}

#nav img {
	margin:0 0 12px 0;
	padding:0;
}

#footer { 
	margin:0 auto;
	padding:15px 0;
	width:750px;
	font-size:11px;
	text-align:right;
	color:#fff;
	background:#000;
}
#footer a	{ color: #ffff00; }


/* Centered Page Heading */
h1	{ 
	text-align: center;
	margin:0;
	padding:0;
	font-size:0;
	color:#0099FF;
	font-weight:bold;
	font-style:italic;
}
/* Right Page Heading */    
h2	{
	text-align: right;
	margin:0;
	padding:0 15px;
	font-size: 27px;
	color: #0099FF;
	font-weight: bold;
	font-style: italic;
}
/* Left Section Heading */  
h3  {
	text-align: left;
	margin:0 0 0 20px;
	padding:0;
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
}
/* Centered Paragraph */    
h4	{
	text-align:center;
	font-size:12pt;
	font-weight:normal;
	color:#333;
	padding:0px 20px 0px 20px;
	line-height:1.25em;
}
/* Centered Page Heading */ 
h5  {
	text-align:center;
	margin:0px;
	padding:2px 0px 30px 0px;
	font-size:10pt;
	color:#000;
	font-weight:normal;
}
/* Bottom Page Links */     
h6	{
	text-align:center;
	margin: 20px 0 10px 0;
	font-size:11px;
	color:#4761B2;
	font-weight:bold;
}
p,td,li	{
	padding:0;
	text-align:left;
	font-size:15px;
	color:#333;
	line-height: 1.25em;
}

a:link, a:visited  {
	color:#00f;
	font-weight:bold;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

table.sponsors {
	
	width:100%;
	text-align:center;
}
.sponsors td {
	margin:0;
	padding:7px 0;
	text-align:center;
}
.sponsors img {
	margin:0 auto;
	text-align: center;
}

table.schedule {
	margin:10px 0;
	width:100%;
}
.schedule td {
	border: 1px solid #000000;
	background: #cef;
	text-align:center;
	font-size:11px;
	padding:5px;
}
.schedule th {
	color:#000;
	text-align:center;
}

table.points {
	margin:10px auto;
}
.points td {
	padding:1px 10px;
	border:1px solid #000;
}

