body
{
	margin: 0px;
	padding: 0;
	background-color: #222222;
	font-family: Trebuchet MS, helvetica, verdana;
}

a:link, a:visited
{
	color: blue;
	text-decoration: underline;
	font-variant: small-caps;
}

a:hover
{
	color: #FF0000;
	text-decoration: none;
}

a.menu
{
	color: #003366;
	text-decoration: none;
}

div
{
	text-align: left;
	background-color: transparent;
	margin: 0;
	padding: 0;
/*	height: 400px;*/
}

h1
{
	margin: 0px 0px 10px 0px;
	font-size: 30px;
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
}

h2
{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	color: #009900;
}

p
{
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 10px 0px;
	color: black;
}

ul
{
	margin: 0px 0px 20px 20px;
	padding:0;
}

li
{
	font-size: 70%
}

#container
{
	border: 0;
	background: #ff0000;
	width: 1000px;
	
	margin: 0 auto;
/*	margin-left:auto;
	margin-right:auto;*/
/*	height: 528px;*/
}

#banner
{
	background-image: url("top.jpg");
	background-repeat: no-repeat;
	width: 1000px;
	height: 70px;
}

#contentpane
{
	border-top: 1px solid #330000;
	background-color: #444444;
	padding: 20px 20px 20px 20px;
}

#footer
{
	padding: 5px 5px 5px 20px;
	color: white;
}

#menu
{
	padding-left: 20px;
}

#menu a
{
	text-decoration: none;
	color: white;
}

#menu a:hover
{
	text-decoration: none;
	color: #CCCCCC;
}

#menu, #banner,#footer
{
	background-color: #990000;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #660000;
}

.frame
{
	background-color: white;
	border-top: 2px solid #FF0000;
	border-bottom: 0;
	padding: 20px;
	margin-bottom: 20px;
/*	height: 380px;*/
}

.menuitem
{
	font-family: sans-serif, arial;
	color: white;
	margin-right: 40px;
}

.menuitem, .selection, .selectiondisabled
{
	padding: 5px;
	font-size: 20px;
	float:left;
	font-weight: bold;
}

.menuitem a
{
	color: white;
}

.menuitem a:hover
{
	color: #CCCCCC;
	border: 0;
	text-decoration: none;
}

.screenshotlist
{
	float:left;
	color: black;
	padding-top: 10px;
}

.roadclubbuttons
{
	margin-top: 20px;
}

.roadclubbuttons a
{
	text-decoration: none;
}

.selection, .selectiondisabled, .selectionbuy
{
	color: white;
	background-color: #339933;
	border: 2px solid #006600;
	padding: 5px;
	font-size: 20px;
	margin-right: 10px;
	min-width: 100px;
	width: 200px;
	cursor:hand; cursor:pointer;
	text-decoration: none;
}

.selectionbuy
{
	background-color: #993333;
	border: 2px solid #660000;
}

a:hover .selection
{
	border: 2px solid #99FF99;
	background-color: #DDFFDD;
	color: black;
}

.selection a, a:visited .selection
{
	text-decoration: none;
}

.selectiondisabled
{
	background-color: #EEEEEE;
	border: 2px solid #999999;
	color:  #999999;
}

.date
{
	color: #999999;
	margin: 0;
	padding-left: 20px;
	font-variant: small-caps;
	/*font-style: italic;*/
	font-size: 11px;
	font-weight: bold;
}

.floatkiller
{
	clear:both;
}

.screenthumb
{
border:1px solid black;
margin-bottom:20px;
width:47px;
}
