/*
EngineBlockDarkGreen #738778
GMRed #e73533
TireBlack #212325
WhiteStripe #fef9f3
*/

body 
{
	 /*border:3px solid #000;*/
	 margin:0px 0px; 
	 padding:0px;
 	 text-align: left;	 
	 background-color: #212325;

}

div#main h1
{
	border:2px solid #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #e73533;
	text-align: center;
}

div#container
{
	border:3px solid #fff;
	width:850px;
	/*margin: 80px auto;*/
	margin-top: 80px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#212325
	height: auto;
	background-color: #738778;
	font-size: 0.75em;
	line-height: 1.6em;

}

.dropbox
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
	float: right;
	font: xx-small Arial, Helvectica, sans-serif;
}

div#header
{
	border:1px solid #fff;
	height: 400px;
	width: 850px;
	
	background-image: url(HeaderBackground1.jpg);
	background-position: top center;	
	
}

div#menu
{
		background-color:#ccc;
		font:small Arial, Helvetica, sans-serif;
		float:left;
		border: 2px solid #fff;
		margin-top: 10px;
		margin-right: 50px;
		margin-bottom: 50px;
		/*margin: 0px 50px 0px 50px;*/
		/*padding: 16px 16px 16px 16px;*/
}
div#menu ul
{
		/*border: 2px solid #fff;*/
		list-style: none;
		text-align:left;
}
div#menu a
{
	display:block;
	color:#212325;
	text-decoration: none;
}

div#menu li
{
	border: none;
}

div#menu li:hover
{
	list-style-image: url(MenuCue.gif)
}

div#menu a:hover
{
	background-color: #e73533;
}

div#main
 {
 	border:2px solid #fff;
	margin-top: 32px;
	position: relative;
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
	padding-left: 50px;
	padding-right: 50px;

}

a:link 
{
	color: #fef9f3;
	text-decoration: none;
}
 
a:visited 
{
	color: #EA907F;
	text-decoration: none;
} 

a:hover 
{
	color: #e73533;
	text-decoration: underline;
}

table
{
	width: 680px;
	margin: auto;
	boarder: 4px solid #e73533;
	background-color: #738778;
}

table.fixedwidth
{
	table-layout: fixed;
}

table.autowidth
{
	table-layout: auto;
}

td
{
	width: auto;
	padding: 5px;
	border: 1px solid #fef9f3;
	background-color: #738778;	
}		

th
{
	width: auto;
	padding: 5px;
	border: 1px solid #fef9f3;
	background-color: #738778;	
}