html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }

html,body
{
	background-color:#52a10d;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image: url(/Images/Bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.PageBreak		{PAGE-BREAK-AFTER: always;}

img	{border-width: 0px 0px 0px 0px;}

div	{padding:0px 0px 0px 0px;border-width: 0px 0px 0px 0px;}



/************************************************************************
* 	Main Containers & Borders
************************************************************************/
div#MainContainer
{
	width:960px; margin:auto;
}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	width:960px; height:147px; float:left;
}

div#HeaderTop
{
	width:960px;
	height:113px;
	float:left;
	background-image: url(/Images/header_fill.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

div#NavigationContainer
{
	width:960px; height:28px; float:left;
	padding:6px 0px 0px 0px;
	
}
div#LogoContainer
{ width:300px; 
float:left;
padding:28px 0px 0px 10px;
}

div#ContactDetails
{
	width:250px; 
	float:right;
	padding:33px 10px 0px 0px;
	
}

/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	width:960px;
	float:left;
	background-image: url(/Images/MainContentfill.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
div#LeftPane
{
	width:184px; float:left; 
	min-height:400px;
	padding:28px;
}

div#FlashBenner
{
	width:720px; float:right}


div#RightPane
{
	width:720px;
	float:right;

	
}

div#ContentContainer
{
	width:660px; float:left; padding:30px;
	background-image: url(/Images/ContentConer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}

/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	width:960px; float:left;
	background-color:#000000;
}