/* Corvette Club CSS v1.0 */
/* Created by Kacey Lewis and maintained by Brandy Patenaude*/
/* Created January 14, 2009 */


/* Basic Elements */

body {
	min-width: 1024px;
	margin: 0 auto;
    font: 75% verdana, sans-serif;
    line-height: 1.5em;
	background: #000000;
}

iFrame {			/* Needed to get rid of the iFrame Border */
	border:0px;
}

ul li{
	list-style: none;
	text-decoration: none;
	color: #FFFFFF;
}

a {
    color: #FF6600;
    text-decoration: none;
}

a:active {
    color: #FFFFFF;
}

a:hover {
    color: #FFFFFF;
}

a img {
	border-style: none;
}

p {
	color: #FFFFFF;
}

h2 {
	color: #0066DD;
	font-size: 150%;
}

h3 {
	color: #FF6600;
	font-size: 110%
}

h4 {
	color: #FFFFFF;
	font-size: 105%;
}

/* Layout */

#container {
	position: relative;
    margin: 0 auto;
    width:1024px;
    background-color: #000000;
}

#header{
	width: 1024px;
	height: 527px;
	background: url(images/header.jpg) no-repeat;
	position: absolute;
}

#logo {
	top: 15px;
	left: 495px;
	width: 106px;
	height: 96px;
	position: absolute;
}

#nccc {
	top: 70px;
	right: 33px;
	width: 75px;
	height: 75px;
	position: absolute;
}

#fcoa {
	top: 153px;
	right: 25px;
	width: 100px;
	height: 57px;
	position: absolute;
}

#date {
	top: 5px;
	right: 15px;
	position: absolute;
}

#navigation {
	top: 17px;
	right: 15px;
	position: absolute;
	letter-spacing: -1px;
	font-weight: bold;
}

	#navigation a {
		color: #FFFFFF;
	}
	
	#navigation a:hover{
		color: #FF6600;
	}
	
	#navigation ul li {
		display: inline;
		list-style: none;
		padding: 0 2px;
	}

#contentleft {
	top: 415px;
	left: 70px;
	width: 550px;
    height: 1190px;
	overflow: auto;
	text-align: justify;
	position: absolute;
}

#contentright {
	top: 415px;
	left: 730px;
	height: 1190px;
	overflow-x:;
	overflow-y: auto;
	width: 260px;
	position: absolute;
}

#iframe {
	overflow-x:;
	overflow-y: auto;
}

#footer {
	top: 1600px;
	padding: 20px 0 20px 0;
	width: 1024px;
	clear: both;
	text-align: center;
	position: absolute;
}