/*-----CSS 1986 Corvette Document-----*/

BODY{

background-color:#555555;
font: 12px Arial, Helvetica, sans-serif;
text-align:center
margin: 0px;
padding: 0px;
}


/*-----total page container-----*/

#pagecontainer{

width: 1000px;
background: #fff;
margin-left:auto;
margin-right: auto;
margin-top:20px;
padding:0px;
text-align:center;
height:auto;
}

/*-----masthead-----*/

#masthead{
	float:right;
	width:1000px;
	height:184px;
	background-image:url(images/corvettetop.JPEG);
	margin:0px;
	padding:0px;
}

/*-----menu container-----*/

#menucontainer {
text-align: left;
float: left;
height: 500px;
width:158px;
background-image:url(images/menu.jpg);
background-position: 0px 0px;
background-repeat: no-repeat;
margin-left: 0px;
}


/*-----menu anchors & lists-----*/

ul a:link{
font-weight:bold;
color: #fff;
text-decoration: none;
}

ul a:visited{
font-weight:bold;
color: #fff;
text-decoration: none;
}

ul a:hover{
font-weight:bold;
color: #366;
text-decoration: none;
}


ul a:active{
font-weight:bold;
color: #366;
text-decoration: none;
}

#menucontainer ul{
list-style-type: none;
margin: 0px;
padding: 0 0 0 0;
border-top: 1px solid #fff;
width: 152px;
}

#menucontainer ul li{
list-style-type: none;
padding:10px 0 10px 10px;
border-bottom: 1px solid #fff;
width: 142px;
}

/*-----vert corvette container-----*/
#corvettelogo{
	height:430px;
	width:100px;
	background-image:url(images/sidebartextvet.gif);
	float:left;
	margin:0px;
	background-repeat:no-repeat;
	background-position:center;
	background-position:bottom;
	
}

/*-----main-----*/
#main{
	float:right;
	width:742px;
	padding: 0;
	text-align:left;
}
#main ul{
list-style-type: none;
margin: 0px;
padding: 0px;
border-top: 1px solid #fff;
width: 152px;
color: #000;
}

#main ul li{
list-style-type: none;
padding:10px 0 10px 10px;
border-bottom: 1px solid #fff;
width: 100px;
color: #000;
}


/*-----tables-----*/

table{
font: 12px Arial, Helvetica, sans-serif;
border-width:thin;
border-color:#CCC;
background-color:#FFF;
border-color:#CCC;

}

th, td {
border:1px solid #ccc;
background-color:#fff;
}

/*-----copyright notice-----*/

#copyright{
	clear:right;
	width:1000px;
	padding:4px 0 4px 0;
	background:#FFF
	float:left;
}
