* 
{
  margin: 0;
  padding: 0;
}

body 
{
  background-color: #242424;
  font-family: verdana, arial, sans-serif;
  font-size: 0.6em;
  color: #ffffff;
}


a 
{
  color: #F5E3B4;
  text-decoration: none;
}

a:hover 
{
  color: #BF8811;
  border-bottom: 1px solid #F5E3B4;
}

a:visited 
{
  color: #F5E3B4;
}


li.inline 
{
  display: inline;
  font-size: 1.2em;
  color: #F5E3B4;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 1px solid #F5E3B4;
}

li.body 
{
  font-size: 1.2em;
  color: #F5E3B4;
  padding-left: 7px;
  padding-right: 7px;
}

li.last 
{
  display: inline;
  font-size: 1.2em;
  color: #F5E3B4;
  padding-left: 7px;
  padding-right: 7px;
  border-right: none;
} 


li.shunt 
{
  margin-left: 90px;
}


<!-- /////////////////////Box CSS///////////////////////////////////////////////////-->





div.spacer 
{
  clear: both;
}

#mainContent 
{
  width: 754px;
  margin: 0 auto;
  background-image: url("http://www.thrashed-racing.co.uk/images/Thrashed-index-background.jpg");
  background-repeat: no-repeat;
  height: 600px;
}

.button 
{
  position: relative;
  top: 40px;
  left: 5px;
  padding: 2;
  width: 496px;
  font-weight: bold;
}

#imageholder
{
  margin: 50px 0 0 0;
  padding: 4;
  width: 80%;
}

#leftColumn
{
  margin: 300px 0 0 0;
  float: left;
  width: 50%;
}

#rightColumn
{
  margin: 300px 0 0 0;
  float: right;
  width: 50%;
}

.contentBox 
{
  margin: .5em auto;
  padding: 4px;
  width: 336px;
  background-image: url("http://thrashed-racing.co.uk/images/70percent_1pxl.png");
}

#footerBox 
{
  clear: both;
  margin: 1em auto;
  width: 754px;
  text-align: center;
  font-size: 0.91em;
  font-weight: bold;
}

h1 
{
  font-size: 1.2em;
  color: #F5E3B4;
  margin-bottom: 0.2em;
}

h2 
{
  font-size: 1.2em;
  color: #F5E3B4;
  margin-bottom: 0.2em;
}

h3
{
  font-size: 1.2em;
  color: #F5E3B4;
  text-align: center;
}

h4
{
  font-size: .8em;
  color: #F5E3B4;
  margin-bottom: 0.2em;
  text-align: center;
}

p
{
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0 0 1em 0;
}

<!-- /////////////////////Form///////////////////////////////////////////////////-->

#title {
	width: 330px;
	height: 26px;
	color: #5A698B;
	font: bold 11px/18px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	background: transparent url("images/bg_legend.gif") no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

form {
	width: 335px;
}

.col1 {
	text-align: right;
	width: 135px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	background: url(images/bg_label.gif) no-repeat;
}

.col2 {
	width: 195px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	background: url(images/bg_textfield.gif) no-repeat;
}

.col2comment {
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	background: url(images/bg_textarea.gif) no-repeat;
}

.col1comment {
	text-align: right;
	width: 135px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(images/bg_label_comment.gif) no-repeat;
}

div.row {
	clear: both;
	width: 335px;
}

.submit {
	height: 29px;
	width: 330px;
	background: url(images/bg_submit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
} 

.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
}


<!-- /////////////////////RSS///////////////////////////////////////////////////-->

/* border table for feed news */
.fd_bordertable { 
	 
	background-image: url("http://www.thrashed-racing.co.uk/images/70percent_1pxl.png");
	border-style: solid; border-width: 1px; border-color: #CCCCCC; 
	padding: 0; 
	width: 336px;
}

/* maintable table for feed news */
.fd_maintable { border-width: 0; }

/* header cell with header text and xml button */
.fd_header { 
	padding: 5px; 
	font-family: verdana, arial, sans-serif; font-size: 10px; font-weight: bold; color: #F5E3B4;
	text-align: left; vertical-align: top 
}

/* item description area */
.fd_itemcell { 
	padding: 2px; 
	line-height: 14px; 
	font-family: verdana, arial, sans-serif; font-size: 10px 
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: white; text-decoration: none; }
.fd_itemlink:visited { color: #BF8811; text-decoration: none }
.fd_itemlink:hover { color: #F5E3B4; text-decoration: none }
