/* --- Do NOT remove this copyright! --- /*

	NRacers2 ClanTemplate Developed for ClanTemplates.com - Cascading Style Sheet
	------------------------------------------------------------------------------------------------
	Designed by:	Maurits den Held - www.subleme.net
	Coded by:	Lee Tomblin - http: //www.strictcoding.net

	Table of Contents:
		import navigation - see nav.css for the actual css
		layout
		side lists
		colours, typography & links
		misc
*/

/* import navigation
----------------------------------------------- */

@import 'nav.css'; /* This imports the navigation for the top of the template, DO NOT remove this! /*

/* layout
----------------------------------------------- */

body
{
	font-family:  Arial,Tahoma,Verdana;
	font-size: 12px;
	color: #000;
	background-color:#959595;
}
div#container
{
	width: 1000px;
	margin: 0 auto;
	overflow: auto;
	background: url(imgs/nav_bg.jpg) no-repeat;	
	background-color:#ffffff;
}
div#banner
{
	width: 1000px;
	height: 219px;
	text-indent: -9999px;
	background: url(imgs/banner.jpg) no-repeat;
	margin: 0 auto;
	clear: both;
}
div#content
{
	width: 1000px;
	margin: 0 auto;
	clear: both;
}
	div#left
	{
		width: 202px;
		float: left;
	}
	div#center
	{
		width: 540px;
		float: left;
		margin: 0 0 0 5px;
	}
	div#right
	{
		width: 237px;
		float: right;
		background: url(imgs/header_right.jpg) no-repeat;
		align: right;	
	}
.side_header
{
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	width: 192px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 0 27px;
	border-bottom: 3px solid #fca100;	
}
.side_content_menu
{
	width: 200px;
	margin: 0 0 10px 0;
}
	.side_content_menu img
	{
		display: block;
	}
.side_content
{
	width: 180px;
	padding: 10px;
	border-bottom: 1px solid #d7d7d7;
	margin: 0 0 10px 27px;
	overflow: auto;
}
.search_input_left
{
	width: 4px;
	height: 25px;
	background: url(imgs/search_input_left.gif) no-repeat;
	float: left;
}
	.search_input
	{
		font-family: Trebuchet MS, sans-serif;
		width: 107px;
		height: 21px;
		padding: 4px 3px 0 0;
		background: url(imgs/search_input.gif) repeat-x;
		border: 0;
		float: left;
	}
		.search_submit
		{
			cursor: pointer;
			width: 50px;
			height: 25px;
			background: url(imgs/search_button.gif) no-repeat;
			border: 0;
			float: left;
		}
.center_header
{
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	width: 521px;
	height: 100%;
	margin: 13px 0 0 37px;
	border-bottom: 3px solid #959595;
	padding-bottom: 13px;
        vertical-align:top;
       

}
	.center_content
	{
		width: 521px;
		margin: 0 0 27px 0;
           
	}

	.center_post_img
	{
		width: 517px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #959595;
		padding: 4px 0 4px 5px;
	}
		.center_post_img img
		{
			display: block;
		}
	.news_post
	{
		width: 517px;
		padding: 7px 0 0 0px;
		line-height: 14px;
		margin: 0 0 0 37px;
	}
		.news_post p
		{
			margin: 0; padding: 8px 0 8px 0;
			width: 517px;
		}
div#site_footer
{
	text-align: right;
	width: 954px;
	height: 20px;
	background-color:#ffffff;
	clear: both;
}
div#footer
{
	width: 920px;
	height: 47px;
	padding: 0 0 0 80px;
	margin: 0 auto;
	background-color:#ffffff;
	clear: both;
}
	div#footer a
	{
		margin: 0 87px 0 0;
		float: right;
		text-decoration: underline;
	}
	div#footer a:hover
	{
		float: right;
		text-decoration: none;
	}
.heightfix
{
	height: 1%;
	width: 1%;
	display: none;
}

/* side lists
----------------------------------------------- */

.list_side
{
	list-style: none;
	margin: 0; padding: 0;
}
.list_side li
{
	border-bottom: 1px solid #d7d7d7;
	line-height: 22px;
	margin: 0 0 0 27px;
	width: 191px;
}
.list_side a
{
	color: #161e21;
	padding: 0 0 0 6px;
	text-decoration: none;
	margin: 0 0 0 0px;
}
	.list_side a:hover
	{
		color: #161e21;
		text-decoration: underline;
		margin: 0 0 0 0px;
	}
.list_side p
{
	color: #161e21;
	padding: 0 0 0 0;
	text-decoration: none;
	margin: 0 0 0 0px;
	line-height: 12px;
	font-size: 11px;
	width: 180px;	
}	



/* colours, typography & links
----------------------------------------------- */

a
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #000;
	text-decoration: underline;
}
span.posted
{
	font-size: 11px;
}

/* misc
----------------------------------------------- */

form, input, textarea, h1
{
	margin: 0; padding: 0;
}
a img
{
	border: 0;
}
