html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }

html,body
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}
body{
	background:#000 url(../Images/BodyBG.JPG) center bottom no-repeat;
	padding:15px 0px 180px 0px;
}

.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
{
	
	margin:auto;
	width:900px;
	overflow:hidden;
}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	float:left;
	width:900px;
}
	div#HeaderContainerTop
	{
		float:left;
		height:19px;
		width:900px;
		padding-top:18px;
		background:url(/Images/header_bg.png) bottom center no-repeat;
	}
	div#HeaderContainerMiddle
	{
		float:left;
		height:147px;
		width:900px;
		background:#fea638;
	}
	div#HeaderContainerNav
	{
		background:url(/Images/MainNavBg.gif) top left repeat-x;
		height:50px;
		width:900px;
		float:left;
	}

/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	width:900px;
	float:left;
}
	div#MainBodyContainerHome{
		
		height:atuo;
		width:900px;
		float:left;
		background:#000000;
	}
		div#MainBodyContainerHomeText{
			margin:auto;
			padding:40px 0px 200px 0px;
			min-height:200px;
			width:450px;
			color:#FFFFFF;
		}

	div#MainBodyContainerInner
	{
		width:900px;
		float:left;
		background: url(/Images/MainContent_bg.gif) left top repeat-y;
	}	

		div#MainBodyContainerLeft
		{
			width:630px;
			padding:0px 15px;
			float:left;
		}
			div#MainBodyContainerLeftInner
			{
				width:570px;
				padding:40px 30px 20px 30px;
				background:url(/Images/ContainerLeftTopBg.gif) top left no-repeat;
				float:left;
			}


div#PortfolioContainer
{
	width:227px;
	float:left;
	padding:10px 6px 0px 7px;
}
/*div#PortfolioContainerTop1
{
	background:url(/Images/PortfolioTop1.gif) top left repeat-y;
	height:85px;
	width:234px;
	float:left;
}
div#PortfolioContainerBottom1
{
	background:url(/Images/PortfolioBottom1.gif) top left repeat-y;
	height:16px;
	width:234px;
	float:left;
	margin-bottom:5px;
}
div#PortfolioContainerTop2
{
	background:url(/Images/PortfolioTop2.gif) top left repeat-y;
	height:85px;
	width:234px;
	float:left;
}
div#PortfolioContainerBottom2
{
	background:url(/Images/PortfolioBottom2.gif) top left repeat-y;
	height:16px;
	width:234px;
	float:left;
	margin-bottom:5px;
}
div#PortfolioContainerTop3
{
	background:url(/Images/PortfolioTop3.gif) top left repeat-y;
	height:85px;
	width:234px;
	float:left;
}
div#PortfolioContainerBottom3
{
	background:url(/Images/PortfolioBottom3.gif) top left repeat-y;
	height:16px;
	width:234px;
	float:left;
	margin-bottom:5px;
}
div#pfoFooter_divPortfolioItem{
	background:url(/Images/PortfolioMiddle1.gif) top left repeat-y;
	float:left;
}
div#pfoFooter2_divPortfolioItem{
	background:url(/Images/PortfolioMiddle2.gif) top left repeat-y;
	float:left;
}
div#pfoFooter3_divPortfolioItem{
	background:url(/Images/PortfolioMiddle3.gif) top left repeat-y;
	float:left;
}*/
/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	line-height:12px;
	font-size:11px;
	width:900px;
	clear:both;
}
div#FooterHomeTopContainer
{
	background:url(/Images/footerBG.png) top center no-repeat; 
	height:20px;
	width:900px;
}

div#FooterTopContainer
{
	background:url(/Images/FooterIntBG.png) top left no-repeat; 
	height:46px;
	width:900px;
}


