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:#e7d6d9;
	color:#713e12;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	background-image:url(/Images/HomeBG.jpg);
	background-repeat:repeat-x;
}

.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:940px;
margin:auto;
}

/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
width:940px;
float:left;
}

	div#FlashContainer
	{
		width:940px;
		height:201px;
		float:left;
		/*background-image:url(/Images/Header.jpg);
		background-repeat:no-repeat;*/
	}
	
	div#Nav
	{
		width:730px;
		height:27px;
		float:left;
		padding:0px 0px 0px 210px;
		background-image:url(/Images/Nav.jpg);
		background-repeat:no-repeat;
	}

/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	width:940px;
	float:left;
}

	div#LeftPane
	{
		width:210px;
		float:left;
	}
	
		div#MailList
		{
			width:210px;
			float:left;
			height:177px;
		}
		
		div#MailListInt
		{
			width:210px;
			float:left;
			height:auto;
			padding:0px 0px 10px 0px;
		}
		
			div#MailRegContainer
			{
				width:260px;
				float:left;
				height:auto;
				margin-left:-50px;
				z-index:20;
				position:relative;
				
			}
		
			div#SPortfolio
			{
				
				width:210px;
				float:left;
				padding:10px 0px 0px 0px;
				height:auto;
			}
	
	div#RightPaneContainer
	{
		width:730px;
		float:left;
		
	}
	
	div#RightPane
	{
		width:610px;
		float:left;
		background-color:#FFFFFF;
		padding:40px 90px 0px 30px;
		min-height:500px;
		_height:500px;
	}
	
		div#RightPaneFooter
		{
			width:730px;
			height:10px;
			background-image:url(/Images/RightPaneFooter.gif);
			background-repeat:no-repeat;
		}
		
	
	
	div#AlsoSectionTop
	{
		width:200px;
		height:43px;
		background-image:url(/Images/SectionTop.jpg);
		background-repeat:no-repeat;
	}
	
	div#AlsoSectionBot
	{
		width:200px;
		height:10px;
		background-image:url(/Images/SectionBot.jpg);
		background-repeat:no-repeat;
	}

/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{

	width:940px;
	height:62px;
	float:left;
	background-image:url(/Images/FooterBG.gif);
	background-position:bottom;
	background-repeat:no-repeat;

}

	div#FooterContent
	{
		width:827px;
		float:left;
	}