@charset "UTF-8";
body {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 40px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
.oneColFixCtrHdr #container {
	background: #3044a2;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 799px;  /* 799 width of images plus 6px blue on each side */
	padding: 6px;

}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-bottom: 6px;
	background-image: url(images/top-grad.jpg);
	background-repeat: no-repeat;
	width: 799px;
	height: 136px;
}

.oneColFixCtrHdr #mainContent {
	padding: 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #07060c;
	color: #ffffff;
	margin-bottom: 6px;
	padding: 40px;
}

#mainContent a:link { 
	color: #7b83c1;
	text-decoration: none;
	}
#mainContent a:visited { 
	color: #7b83c1;
	text-decoration: none;
}

#mainContent td { 
	color: #ffffff;
	text-decoration: none;
}
	
#mainContent H1 {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	
} 

.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/bottom-grad2.jpg);
	background-repeat: no-repeat;
	width: 799px;
	height: 68px;
	background-position: 0 0px;
}

.oneColFixCtrHdr #sig {
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	width: 811px;
	text-align: right;
	font: 7pt Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 6px;
	
}

#sig a:link { 
	color: #666666;
	text-decoration: none;
	}
#sig a:visited {
	color: #666666;
	text-decoration: none;
}

.menus a 
{
	display: block;
	height: 19px;
	top: 117px;
	text-decoration: none;
	background-repeat: no-repeat;
	position: relative;
	background-position: 0 -19px;	
}
.menus a:hover { background-position: 0 0px;	 }
.menus a i
{
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}


#home
{
	width: 84px; 
	left: 260px;
	background-image: url(images/tab.gif);
	text-align: center;
}

#carra 
{
	width: 84px; 
	left: 350px;
	top: 98px;
	background-image: url(images/tab.gif);
	text-align: center;
}

#bios
{
	width: 84px; 
	left: 440px;
	top: 79px;
	background-image: url(images/tab.gif);
	text-align: center;
}

#sponsor 
{
	width: 84px; 
	left: 530px;
	top: 60px;
	background-image: url(images/tab.gif);
	text-align: center;
}
#buytickets 
{
	width: 84px; 
	left: 620px;
	top: 41px;
	background-image: url(images/tab.gif);
	text-align: center;
}
#directions 
{
	width: 84px; 
	left: 710px;
	top: 22px;
	background-image: url(images/tab.gif);
	text-align: center;
}
