body		{/*background-color: silver;*/
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #323266;
		font-size: 12pt;
		}

#main_wrapper	{width: 750px;
	  	margin: 0 auto;
	  	margin-top: 15px;
		font-size: 11px;
	  	line-height: 1.6em;
	   	background-color: #323266;
		padding-left: 5px;}

#header		{
		margin: 0px;
		padding: 0px; }

#header h1 	{background: #323266 url(images/header.jpg) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		height: 120px;
		width: 750px;
		}


#main	    		{/*margin-left: 180px;*/
			/*padding: 15px;*/
			text-align: justify;
			background-color: #323266;
			width: 746px;
	  		margin: 0 auto;
			font-size: 12px;
			color: #fff;
			}

#header_index		{
		margin: 0px;
		padding: 0px; }

#header_index h1 	{background: #323266 url(images/index_header.jpg) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		height: 80px;
		/*width: 750px;*/
		}


#content {
	  width: 520px;
	  padding-left: 10px;
	  padding-right: 9px;
	  padding-top: 10px;
	  float: left;
	  border-right: dotted 1px silver;}


#content p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }


