body {
	background: white url('http://www.vipercompcoupe.com/images/background.jpg');
        background-repeat : repeat-x;
        background-position : top;
	
	font-family: 'Trebuchet MS', Verdana, Arial, Tahoma;
	font-size: 95%;
	color: #555;
	background-color: #FFF;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 820px;

	border-left: 2px solid #3D5799;
	border-right: 2px solid #3D5799;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}

#mainmenu {
	width: 820px;
	padding-bottom: 10px;
}

#content {
	padding-right: 10px;
	padding-left: 10px;
}
#content .head {
	background-color: #3A528C;
	color: #FFF;
	font-weight: bold;
	}
#content a {
	color: #4967B0;
	text-decoration: underline;
	}
#content a:hover {
	color: #666;
	text-decoration: underline;
	}
	
	
	
#content .alt {
	background-color: #CCC;
	color: #000;
	font-weight: bold;
	font-size: 9pt;
	}	

#sidebar {
	border: 0px;
	float: right;	
	width: 150px;
	padding-right: 10px;
	padding-left: 10px;
}

#sidebar img {
	border: 1px solid #3D5799;	
	}
	
#admin .menuCell {
	background-color: #3A528C;
	}
	
#admin .menuA {
	font-weight: bold;
	font-size: 10pt;
	color: #FFF;
	text-decoration: none;
	}
	
#admin .menuA:hover {
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
	}
	
h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
		

