	body,
	html{

	}	
	
	body{
		margin:0;
		padding-top:2px;
		font-family:arial;
		background:url('/assets/main/images/body_bg.jpg') top left repeat-x #797995;
	}
	.clear{
		clear:both;
		height:1px;
		overflow:hidden;
	}
	a{
		text-decoration:none;
		color:black;
	}
	
		
	#center{
		margin:0 auto;
		width:980px;
		overflow:hidden;
		background:url('/assets/main/images/centerBg.jpg') top left repeat-y;
	}
		#center #left{
			float:left;
			width:329px;
			background:url('/assets/main/images/leftBg.jpg') top left no-repeat;
			height:893px;
		}
			#center #left .logooverlay{
				width:254px;
				height:163px;
				margin:24px 0 0 31px;
				border:0;
			}
			#center #left #navigation{
				margin-top:70px;
			}
			#center #left #navigation .subNav{
				margin-left:53px;
				padding-bottom:15px;
			}
			#center #left #navigation a{
				font-size:20px;
				color:black;
				text-decoration:none;
				display:block;
				padding:0px;
				margin:15px 40px 15px 65px;
				overflow:hidden;
				height:22px;
			}
			#center #left #navigation a:hover,
			#center #left #navigation a.activ{
				font-weight:bold;
				font-size:20px;
			}
		#center #right{
			float:left;
			width:650px;
		}
		#center #right #head,
		#center #right #head h1,
		#center #right #head h2{
			font-family:verdana, sans-serif;
			font-weight:normal;
			padding:0;
			margin:0;
		}
			#center #right #head h1{
				font-size:38px;
				margin-top:74px;
			}
			#center #right #head h2{
				font-size:20px;
				margin-top:0px;
			}
			#center #right #head .alignRight{
				text-align:right;
				font-weight:bold;
				font-size:12px;
				margin:13px 31px 0 0;
			}
		#center #right #content{
			margin-top:79px;
			padding-right:29px;
		}
		
		#content h1 { font-size: 19px; margin-bottom: 10px; letter-spacing: 1px; }
		#content {
			font-size: 14px;
			line-height : 1.8em;	
			}
		#content a { text-decoration : underline;
			}
		#content a:hover { text-decoration : none;}
		#content img
			 { float: right; margin: 0px 0px 10px 18px; padding: 0; }

			#center #right #content .leftCol{
				float:left;
				width:600px;
				overflow:hidden;
			}
			#center #right #content .rightCol{
				float:left;
				width:278px;
				overflow:hidden;
				margin-left:35px;
				text-align: justify;
			}
		#center #right #content #footer{
			margin:27px 0 15px 0;
			font-size:12px;
		}
	