



		* {
			margin:0;
			padding:0;
			}
			   
		html, body {
			text-align: center;
		}               

		body {
			background: #b5bfb7 url('/img/background/bg_empty.jpg') top left repeat-x;
			}
		
		#wrap {
			margin:0 auto;
			width: 993px;
		}

		#content {
			width: 850px; 
			float: left;
			background: #fff;
		}

		#banners {
			width: 138px; 
			float: right;
			}
 
		#toplinks {
			width: 850px; 
		}

		#submenu {
			width: 190px;
			float: left;
		}

		#mainright {
			width: 655px; 
			float: right;
		}

		#main {
			width: 850px; 
		}



		


		img	{
			border: 0;
			}

		div.bannerwrap {
			margin: 32px 0 0 0;
			}
		
		div.banner {
			margin: 0;
			background: transparent url("/img/background/bg_banner.png") no-repeat top left;
			border: 0;
			height: 78px; 
			width: 138px;
			}
		div.banner img {
			margin: 9px 0 0 0;
		}	

		a {
			text-decoration: none;
		}

		.PGthin		{
			background: #fff;
			}






   .clearfix:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   }
   .clearfix {display:inline-block;}
   /* Hide from IE Mac \*/
   .clearfix {display:block;}
   /* End hide from IE Mac */
