html,body {
	height:100%;
	margin:0px auto;
	padding:0;
	z-index:0;
}

* html div.wrapper_all{
	height:100%;
}


body{
	margin:0px auto;
	font-family:Arial, Verdana;
	font-size:21px;
	line-height:25px;
	color:#000;
}

#clearfooter{
	clear:both;
	height:0px;
	display:block;
	width:100%;
}


div>p {margin:0}

p {margin:0}


/*****************************************************/
img{
	border:0;
	margin:0;
	padding:0;
}

a{
	text-decoration:underline;
	color:#000;
}

h1{
	
	font-size:50px;
	line-height:27px;	
	margin:0 0 0 0;
	padding:0 0 0 0;
}


.wrapper_all{
	margin:0px auto;
	padding:0px;
	float:left;
	top:0px;
	height:auto;
	min-height:100%;
	width:100%;
	z-index:0;
	background:url(body_background.png) repeat-y center top transparent;
}
	
	.wrapper_centering{
		width:852px;
		margin:0px auto;
	}
	
		.wrapper_background{
				float:left;
				width:806px;
				padding:0px 23px 0px 23px;
				background:url(body_background.png) repeat-y transparent;

		}
	
		.wrapper_head{
			height:399px;
			float:left;
			width:759px;
			background:url(head_image.png) 48px 48px no-repeat;
		}
		
			.logo{
				padding-top:106px;
				padding:76px 0px 0px 106px;
				width:85px;
				height:232px;
				float:left;
			}
			
			
			.head_content{
				float:left;
				width:200px:;
				height:59px;
				padding:195px 0px 0px 15px;
			}
			
				.head_content b{
					font-size:38px;
				}
		
		.wrapper_main{
			float:left;
			width:100%;
			padding-bottom:80px;
		}
		
			

			
			.content{
				float:left;
				width:759px;
				padding:35px 25px 10px 25px;
			}
			
			.content ul {
				float:left;	
				margin:0 0 0 0;
				padding:0 0 0 30px;
				list-style:none;
			}
			
				.content li{
					margin:0 0 0 0;
					padding:3px 0 3px 0;
					list-style:none;	
					font-weight:Bold;
				}
			
			.content img {
				float:right;	
				padding-right:76px;
			}
			
			.content p{
				float:left;
				width:759px;
				padding:30px 0px 0px 30px;	
			}
	
	.wrapper_footer{
		float: left;
		padding-left: 50px;
	}

	
		.copyright{
			width:759px;
			margin:0px auto;
			text-align:left;
			color:#000;
			font-size:10px;
			padding-top:10px;
		}
	
