/*------------------------------------------------------------------
	[Master Stylesheet]
	
	Project:		Kenneth Hansen Racing
	Version:		1.0
	Last change:	26/08/09
	Made by:		Rasmus Pedersen, www.cmykolours.dk
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
	[RESET]
-------------------------------------------------------------------*/

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

/*-------------------------------------------------------------------
	[LAYOUT]
-------------------------------------------------------------------*/

html	{
	background: url(../../img/bg.jpg) #000;
	overflow-x: hidden;
    overflow-y: scroll	}
	
#wrapper	{
	background: url(../../img/content_bg.jpg) #333;
	margin: 0 auto;
	padding: 0 0 32px 0;
	width: 912px	}
	
	#logo	{
	margin: 23px 7px 0 7px;
	width: 898px;	}
	
	#menu	{
	background: url(../../img/menu_bg.jpg);
	height: 37px;
	margin: 0 7px 8px 7px;
	padding: 15px 0px 0px 5px;
	width: 893px;	}
	#menu img	{
	margin-right: 10px;	}
	
	#content	{
	float: left;
	margin: 0 6px 10px 7px;
	width: 612px	}
	#content h1	{
	background: url(../../img/header.jpg) #ccc no-repeat;
	color: #202020;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	height: 12px;
	padding: 8px 0px 11px 17px;
	width: 595px	}
	#content h2	{
	background: url(../../img/news_header.jpg) #ccc no-repeat;
	color: #e2e2e2;
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	height: 15px;
	margin: 7px 0 10px 7px;
	padding: 9px 0px 11px 10px;
	width: 591px	}
	#content h2 span	{
	float: right;
	padding-right: 10px	}
	#content .news	{
	background: url(../../img/news_end.jpg) bottom no-repeat;
	color: #fff;
	font: 9px Arial, Helvetica, sans-serif;
	padding: 0px 10px 43px 17px;
	width: 577px;	}
	#content a	{
	color: #fff	}
	#content a:hover	{
	color: #ff730c;	}
	#content .news .read	{
	background: transparent url(../../img/read.png);
	clear: both;
	color: #e2e2e2;
	display: block;
	font: 10px Arial, Helvetica, sans-serif;
	float: right;
	height: 12px;
	margin-top: 10px;
	padding: 5px 10px;
	width: 70px	}
	#content .news .read span	{
	color:	#ff730c;	}
	#content .news .read a	{
	color: #e2e2e2	}
	#content .news .read a:hover	{
	color: #ff730c;	}
	
	
	#right_side	{
	float: left;
	margin: 0 6px 0 0px;
	width: 281px;	}
	#right_side h1	{
	background: url(../../img/side_header.jpg) no-repeat;
	color: #242424;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	height: 20px;
	margin: 0px;
	padding: 10px 0px 3px 10px;
	width: 592px	}
	#right_side .box	{
	border-left: 1px solid #848484;
	border-right: 1px solid #848484;
	padding: 8px 5px 14px 5px;	
	width: 269px;	}
	#right_side .box .event	{
	background: url(../../img/event.jpg);
	color: #e2e2e2;
	display: block;
	font: 9px Arial, Helvetica, sans-serif;
	height: 35px;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px;
	width: 250px	}
	#right_side .box .event span	{
	font-size: 24px;
	padding: 0px 5px	}
	#right_side .box .event .lost {
	color: #a24f4f;
	font-size: 9px;
	float: right;
	padding-top: 13px;	}
	#right_side .box .event .won {
	color: #76a24f;
	font-size: 9px;
	float: right;
	padding-top: 13px;	}
	#right_side .box a 	{
	color: #e9e9e9;
	font: 11px Arial, Helvetica, sans-serif;
	float: right;	}
	#right_side .box a span, #right_side .box a:hover	{
	color: #ff730c; }
	
	
	
	#footer	{
	background: url(../../img/footer.jpg) no-repeat;
	clear: both;
	color: #686868;
	display: block;
	font: 9px Arial, Helvetica, sans-serif;
	height: 31px;
	margin: 20px 7px 0 7px;
	padding: 10px;
	width: 898px;	}
	#footer	span{
	float: right;
	margin-right: 17px; }
	#footer	a	{
	color: #686868	}
	#footer a:hover	{
	color: #ff730c;	}
	
