/* Vinny's Garage stylesheet */

body
{
	background-color: #000000;
	background-image: url("background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

div.main
{
	background-color: #FFCC00;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 0px;
	text-align: center;
	width: 800px;
}

div.content
{
	background-color: #000000;
	border-bottom: 1px solid #000000;
	border-top: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #FFFFAA;
	font-size: 14px;
	font-family: "BankGothic Md BT", "Courier New", Courier, mono;
	font-weight: bold;
	width: 708px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 10px;
	text-align: center;
}

div.content a
{
	color: #333399;
}

div.content a.hov:hover
{
	color: #FFFFFF;
	font-size: 18px;
}

span.heading
{
	font-size: 36px;
	font-weight: bold;
}