/* CSS Document */

body
	{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	background-color: #f1f1f1;
	background-image:  url(../img/back.gif);
	background-repeat: repeat-x;
	text-align:justify;
	}
		
#container		
	{
	background-color: #FFF;
	width: 783px;
	margin-left:auto;
	margin-right:auto;
	}
		
#banner
	{
	background-color: #000;
	height:209px;
	}
		
#banner h1
	{
	margin: 0;
	padding: .5em;
	}
		
#nav
	{
	float: right;
	width: 183px;
	margin-right: 10px;
	padding-top: 1em;
	padding-left: 10px;
	}
		
#nav p 
	{ 
	margin-top: 0; 
	}
		
#content
	{
	
	}
		
#content h2 
	{ 
	margin-top: 0; 
	}
		
#footer
	{
	clear: both;
	background-color: #666;
	text-align: center;
	border-top: 1px solid #333;
	background-image:url(../img/back_bottom.gif);
	height: 70px;
	}
.bottom1	{
	color: #fff;
	margin-top: 15px;
	font-size: 11pt;
}
.bottom2	{
	color: #fff;
	margin-top: 20px;
	font-size: 8pt;
	
}