html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img, p{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	background: url(img/bg2.jpg) top center repeat-x #000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ccc;
}
#sitewrap { 
	width: 950px;  
	margin: 0 auto; 
	text-align: left;
} 
#contentholder {
	width: 950px;  
	margin: 0 auto; 
	text-align: left;
	background:url(img/bgmiddle.jpg) top center no-repeat;
	padding:29px 0 20px 0;
}

/* menu */
#menu {
	margin:0 0 0 0;
	padding:0;
	width:510px;
	height:24px;
	list-style:none;
	display:inline;
	float:right;
}

/* menu height and left margin for each li */
#menu li{
	margin:0 10px 0 0;
	height:24px;
	float:left;
	display: inline; /* this fixes the double margin bug in IE */
}

/* specify height for <a> */
#menu a { 
	padding:5px 5px 0 10px;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;	
	display:block;
	height:19px;
	background:#000000;
	border-left:1px solid #cc0000;
}
	
/* menu btn BGs */
#menu li#btnhome a{
	background: #222;
	width:40px;
}
#menu li#btnabout a{
	background:#222;
	width:65px;
}
#menu li#btngoods a{
	background:#222;
	width:60px;
}
#menu li#btntalk a{
	background:#222;
	width:60px;
}
#menu li#btnbuy a{
	background:#222;
	width:60px;
}
#menu li#btnriders a{
	background:#222;
	width:60px;
}


/* menu btn hovers & active states*/
#menu li#btnhome a:hover, body#home li#btnhome a{
	background:#fff;
	color:#000000;
	width:40px;
}
#menu li#btnabout a:hover{
	background:#fff;
	color:#000000;	
	width:65px;
}
#menu li#btngoods a:hover{
	background:#fff;
	color:#000000;	
	width:60px;
}
#menu li#btntalk a:hover{
	background:#fff;
	color:#000000;	
	width:60px;
}
#menu li#btnbuy a:hover{
	background:#fff;
	color:#000000;	
	width:60px;
}
#menu li#btnriders a:hover{
	background:#fff;
	color:#000000;	
	width:60px;
}




#leftbox {
	width:180px;
	margin:40px 0 0 0;
	padding:0 30px 0 58px;
	float:left;
}	

#rightbox {
	width:524px;
	margin:40px 0 0 14px;
	padding:0 0 0 40px;
	border-left:1px solid #666;
	float:left;
}
#rightbox img{
	border:5px solid #333;
}

#footer { 
	padding: 0 0 20px 0;
	font-size:10px;
	color:#666;
} 

#footer a{ 
	color:#666;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#formtable {
	margin:120px 0 20px 0;
	
}

.inputbox {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding:3px;
}
#nametable {
	margin:20px 0 0 0;
}

#nametable .inputbox {
	width:180px;
}
	
	
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin:0 0 10px 0;
	color:#FFFFFF;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ccc;
	margin:0 0 0 0;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	margin:5px 0 25px 0;
}
A:link {
	color: #999999;
	text-decoration: none;
	padding:0 2px 2px 2px;
}

A:visited {
	color: #999999;
	text-decoration: none;
	padding:0 2px 2px 2px;
}

A:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
	padding:0 2px 2px 2px;
}

A:active {
	color: #999999;
	text-decoration: none;
	padding:0 2px 2px 2px;
}


