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

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;
}

a.menu:hover
{
	color: #FFFFFF;
}

img
{
	border:0;
}

a img
{
	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: #0099FF;
	border-bottom: 1px dotted #CCCCCC;
}

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

p
{
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	color: black;
}

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

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.gif");
	background-repeat: no-repeat;
	width: 1000px;
	height: 70px;
}

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

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

#menu
{
	padding-left: 20px;
	font-size: 20px;
}

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

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

#menu, #banner,#footer
{
	background-color: #6699CC;
	border-top: 1px solid #99CCFF;
	border-bottom: 1px solid #336699;
}

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

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

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

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

.screenshotlist
{
	float:left;
	color: black;
/*	border: 1px solid #336699;*/
	padding: 0px;
}

.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
{
	width: 52px;
	border: 2px solid black;
}