@import 'nav.css'; /* This imports the navigation for the top of the template, do not remove this! /*

/* layout
----------------------------------------------- */

body
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(imgs/bg.gif);
}
div#container
{
	width: 906px;
	background: url(imgs/content_bg.jpg) repeat-y;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 51px;
	padding-bottom: 0;
	padding-left: 40px;
}
div#nav_holder
{
	width: 885px;
	height: 49px;
	padding: 8px 0 0 21px;
	background: url(imgs/nav_bg.gif) no-repeat;
}
h1#banner
{
	width: 906px;
	height: 137px;
	text-indent: -9999px;
	background: url(imgs/banner.jpg) no-repeat;
}
.banner_below
{
	color: #b1c9e4;
	font-size: 16px;
	width: 866px;
	height: 68px;
	line-height: 55px;
	padding: 0 0 0 40px;
	background: url(imgs/banner_below.jpg) no-repeat;
}
	.banner_below_content
	{
		width: 229px;
		padding: 0 0 0 20px;
		float: left;
	}
	.banner_below_center
	{
		width: 249px;
		margin: 0 23px 0 60px;
		float: left;
	}
div#content 
{
	width: 900px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	div#content_gradient
	{
	width: 905px;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(imgs/content_gradient.gif);
	background-repeat: no-repeat;
	}
	div#left
	{
	width: 350px;
	float: left;
	}
	div#right
	{
	width: 536px;
	float: right;
	border: thin solid #CCCCCC;
	}
.box_left_holder
{
	width: 249px;
	background: #dedbdb;
	float: left;
}
.box_right_holder
{
	width: 249px;
	background: #3d3d3d;
	margin: 0 0 0 38px;
	float: left;
}
	.box_left_header
	{
		color: #b1c9e4;
		font-size: 16px;
		width: 239px;
		height: 48px;
		padding: 23px 0 0 10px;
		background: url(imgs/box_left_header.jpg) no-repeat;
		margin: 10px 0 0 0;
	}
	.box_left_content
	{
	width: 330px;
	padding: 10px;
	background: #FFFFFF url(imgs/box_bg.gif);
	line-height: 20px;
	margin: 0;
	overflow: auto;
	outline-color: #FFFFFF;
	border: thin solid #CCCCCC;
	}
		img.sponsor
		{
			margin: 0 0 8px 0;
			display: block;
		}
	.box_left_footer
	{
		width: 249px;
		height: 5px;
		background: url(imgs/box_left_footer.gif) no-repeat;
		overflow: hidden;
		clear: both;
	}
.search_input
{
	font-family: Trebuchet MS, sans-serif;
	color: #3e3e3e;
	font-size: 12px;
	width: 137px;
	height: 22px;
	padding: 7px 0 0 5px;
	border-top: 3px solid #545456;
	border-left: 3px solid #545456;
	border-bottom: 3px solid #545456;
	border-right: 0;
	background: url(imgs/search_bg.gif) repeat-x;
	float: left;
}
	.search_submit
	{
		width: 73px;
		height: 35px;
		background: url(imgs/search_button.gif) no-repeat;
		border: 0;
		float: left;
		margin: 0 0 10px 0;
		cursor: pointer;
	}
.content_header
{
	font-size: 16px;
	width: 526px;
	height: 71px;
	line-height: 62px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	background: url(imgs/content_header.gif) no-repeat;
	clear: both;
}
.content_holder
{
	width: 536px;
	background: #3e3e3e;
}
	.content_box
	{
		width: 504px;
		padding: 10px;
		background: #4b4b4b url(imgs/box_bg.gif) repeat-x bottom;
		border-left: 1px solid #2f2f2f;
		border-right: 1px solid #2f2f2f;
		border-bottom: 1px solid #2f2f2f;
		margin: 0 auto;
	}
	.LOGO
	{
		width: 536px;
		height: 5px;
		background: url(imgs/content_footer.gif) no-repeat;
		overflow: hidden;
	}
.news_title
{
	font-weight: bold;
	width: 490px;
	height: 23px;
	padding: 15px 0 0 10px;
	margin: 0 auto 10px auto;
	background: url(imgs/news_title_bg.gif) repeat-x;
}
.footer_above
{
	width: 898px;
	height: 39px;
	background: url(imgs/footer_above.jpg) no-repeat;
	margin: 0 auto;
	clear: both;
}
	.footer
	{
		font-weight: bold;
		width: 858px;
		height: 58px;
		line-height: 58px;
		padding: 0 20px 0 20px;
		background: url(imgs/footer_bg.gif) no-repeat;
		margin: 0 auto;
	}
		.footer a
		{
			color: #fff;
			text-decoration: underline;
		}
		.footer a:hover
		{
			color: #fff;
			text-decoration: none;
		}
		.code, .design
		{
			margin: 24px 0 0 0;
			float: left;
		}

/* colours, typography & links
----------------------------------------------- */

a
{
	color: #a8cdf0;
	text-decoration: underline;
}
a:hover
{
	color: #a8cdf0;
	text-decoration: none;
}
.red
{
	color: #fe0000;
}

/* misc
----------------------------------------------- */

p
{
	margin: 0;
	padding: 0 0 10px 0;
	-moz-appearance: 30;
}

form, input, textarea, h1, h2, h3
{
	margin: 0;
	padding: 0;
	margin-right: 10px;
}
a img
{
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.clear
{
	clear: both;
}

