body {
	background: #FBFFD1;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	
	}

#container {
	width: 606px;
	margin: 0px auto;
	}
	
#header {
	width: 606px;
	height: 125px;
	background: url(media/lone_rider_logo.gif) 3px 0px no-repeat;
	display: block;
	}
	
#content {
	width: 600px;
	background: #FFFFFF url(media/background.jpg) 0px 200px no-repeat;
	border: solid 3px #7A121B;
	overflow: auto;
	}
	
#content p {
	padding: 3px 12px;
	margin: 0px;
	}	
	
#content .top {
	width: 600px;
	height: 200px;
	display: block;
	margin-bottom: 10px;
	}
	
#content .left {
	width: 300px;
	float: left;
	clear: none;
	display: inline;
	}
	
#content .right {
	width: 300px;
	float: left;
	clear: none;
	display: inline;
	}
	
.clearfix {
	height: 1px;
	clear: both;
	}	
	
.cd {
	width: 276px;
	height: 130px;
	display: block;
	padding: 5px 12px;
	}
	
.cd img {
	float: left;
	clear: right;
	margin-right: 10px;	
	}	
	
#content .available {
	width: 284px;
	height: 50px;
	display: block;
	}				

.redlink {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	}	

A:hover {
	color: #FF6600;
	text-decoration: none;
	}
	
#credits {
	width: 600px;
	clear: both;
	margin: 7px auto;
	font-size: 10px;
	text-align: center;
	color: #7A121B;
	}	
	

