body
{
	padding:0px;
	margin:0px;
}

h1, h2, h3, h4 ,h5 ,h6, p
{
	padding:0px;
	margin:0px;
}

ul, li
{
	padding:0px;
	margin:0px;
	list-style:none;	
}

body
{font-family:Arial, Helvetica, Verdana, Sans-Serif;}

a img
{border:0px;}

/* Header */
#header
{
	float:left;
	width:1000px;
	border-bottom:solid 5px #ff9801;
}

#header a.logo
{
	float:left;
	padding:0px 0px 5px 0px;
}

#header a.logo img
{border:0px;}

#header ul.menu
{margin: 0px 0px 0px 0px;}

#header ul.menu li
{
	float:left;
	padding:0px 10px;
	margin:0px 0px 0px 5px;
	background:none;
}

#header ul.menu li a
{
	float:left;
	height:20px;
	padding:5px 10px 0px 0px;
	margin:0px;
	text-decoration:none;
	font-size:14px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#000;
}

#header ul.menu li.active
{background:url(/images/menu/tab_left.gif) no-repeat top left;}

#header ul.menu li.active a
{
	color:#fff;
	background:url(/images/menu/tab_right.gif) no-repeat top right;
}

/* Body */
#body
{
	float:left;
	width:1000px;
}

#body .content
{
	padding:10px 0px;
}

#body .content_sidebar
{
	float:left;
	width:1000px;
	padding:10px 0px;
	background:url(/images/bg/sidebar_bg.gif) repeat-y top right;
}

#body .content
{
	float:left;
	width:620px;
	padding:0px 10px;
	margin:0px 7px 0px 0px;
}

#body .sidebar
{
	float:left;
	width:300px;
	/*padding:0px 0px 0px 10px !important;*/  /*Removed on 20090521 by Shaun as requested by NC to stop sidebar items from sticking to the side.*/
	padding:0px;
	margin:0px 0px 0px 7px;
}

#body .sidebar .item
{
	float:left;
	padding:0px;
	margin:0px 0px 7px 0px;
}

#body .sidebar .item h1
{
	font-size:14px;
	font-weight:bold;
	color:#ce0304;
	padding:0px;
	margin:5px 0px 5px 0px;
}

/* Footer */
#footer
{
	float:left;
	width:1000px;
	font-size:11px;
	text-align:center;
	height:46px;
	color:#fff;
	padding:5px 0px;
	background:url(/images/common/footer_bg.gif) repeat-x top left;
}

#footer .footer_links
{
	padding:5px 0px;
	margin:0px;
}

#footer .footer_links a
{
	text-decoration:none;
	color:#fff;
}

#footer .footer_links a:hover
{text-decoration:underline;}

#footer p
{
	padding:0px;
	margin:0px;
}

#footer p a
{color:#fff;}