/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background: url(../media/img/body_bg.gif) repeat-x #fff;
}

div#wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto -100px;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../media/img/wrapper_bg.gif) repeat-y;
}

	div#header
	{
		position: relative;
		width: 960px;
		height: 143px;
		background: url(../media/img/header_bg.gif) right top no-repeat transparent;
		overflow: hidden;
	}
	
	div#menubar
	{
		position: relative;
		width: 960px;
		height: 37px;
		background: url(../media/img/menubar_bg.gif) no-repeat;
		overflow: hidden;
	}
	
	div#left
	{
		position: relative;
		padding: 4px 0 10px 0;
		width: 220px;
		background: url(../media/img/news_heading_bg.gif) left top no-repeat;
		float: left;
	}
	
		div.block
		{
			position: relative;
			padding: 0 10px;
		}
	
		div.itemblue
		{
			position: relative;
			padding: 10px;
			width: 200px;
			background: url(../media/img/news_item_blue_bg.gif) repeat-y;
			border-bottom: 1px solid #f0c300;
		}
		
		div.itemyellow
		{
			position: relative;
			padding: 10px;
			width: 200px;
			background: url(../media/img/news_item_yellow_bg.gif) repeat-y;
			border-bottom: 1px solid #f0c300;
		}
	
	div#middle
	{
		position: relative;
		padding: 0 20px 10px 20px;
		width: 480px;
		float: left;
	}
	
	div#right
	{
		position: relative;
		padding: 4px 0 10px 0;
		width: 220px;
		float: left;
	}

	div#footerspace
	{
		position: relative;
		height: 100px;
	}
	
div#footer
{
	position: relative;
	padding: 16px 10px 0 10px;
	margin: 0 auto;
	width: 940px;
	height: 84px;
	background: url(../media/img/footer_bg.gif) no-repeat;
}

table
{
	width: 100%;
}

	td
	{
		vertical-align: top;
	}
	
div#footer table
{
	width: auto;
}

div#footer td
{
	width: 230px;
}

/*Header footer text*/
div#header p
{
	margin: 20px 0 0 0;
	font-size: 10px;
	float: right;
}

	div#header p a
	{
		font-size: 10px;
		text-decoration: none;
	}
	
		div#header p a:hover
		{
			text-decoration: underline;
		}

div#footer td
{
	color: #fff;
}

div#footer p
{
	margin: 16px 0 0 0;
	font-size: 10px;
	float: right;
}

	div#footer table a
	{
		color: #fff;
	}

	div#footer p a
	{
		font-size: 10px;
	}