body
	{
	background: transparent url(bg.jpg) no-repeat top left;

    	margin: 0;
	padding: 0;
    	text-align: left;
    	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #4C5155;
	}
	
p { margin: 0 0 14px 0; padding: 0; }
	
a img { border: none; }	
a:link, a:visited { color: #E76D00; text-decoration: none; }	
a:hover, a:active { color: #E76D00; text-decoration: underline; }
	
#clear { width: 100%; display:block;}
	
#pageframe
	{
	width: 600px;
	height: 420px;
	margin: 0;
    	padding: 0 0 0 30px;    /* creates space left of content */
	}
	
#close
	{
	
	float: left;
	display: block;
	margin: 10px 0 0 0;    /*   aligns link with border shape   */
	padding: 0;
	width: 600px;
	font-size: 11px;
	text-align: right;
	}
	
#close a { margin: 0; padding: 0; }	
#close a:link, #close a:visited { color: #6B805F; text-decoration: none; }	
#close a:hover, #close a:active { color: #6B805F; text-decoration: underline; }

#content    
	{ 
	position:relative;
	float: left;
	display:block;
	display: inline;
	margin: 20px auto 0 auto;    /* space above and below company name  */
	padding: 0;
	width: 600px;
	height: 400px;
	
	}

 /* ADDRESS - styles to display address - if needed */

#address
	{
	clear: left;
	position: relative;
	float: left;
	display: inline;
	margin: 0 ;
	padding: 0;
	}
	
#address ul { margin: 30px 0 0 0 ; padding: 0; }	
#address li  { list-style: none; margin: 2px 0 0 0; padding: 0; }



 /* FOOTER */

#footerframe
	{
	position:fixed;
	top: 455px;
	
	width: 600px;
	margin: 15px 0 0 30px;
    	padding: 0;
	}

#footer, #footer p
	{
	position:relative;
	float: left;
	display:inline;
	
	margin: 0;
    	padding: 0;
	color: #71925E;
	font-size: 11px;
	text-align: left;
	}

#footer{clear:left; width: 100%;}
	
#footer p.right { float: right; }
#footer a:link, #footer a:visited { color: #71925E; text-decoration: none; }	
#footer a:hover, #footer a:active { color: #71925E; text-decoration: underline; }


#footer p.powered { float: right; margin-right:18px; }	
#footer .powered a:link, #footer .powered a:visited { color: #E76D00; text-decoration: none; }	
#footer .powered a:hover, #footer .powered a:active { color: #E76D00; text-decoration: underline; }
	

