* { margin: 0px; padding: 0px; overflow: hidden;}

body {
	background: url(img/body.jpg) #FFF no-repeat top center;
	font-family: Helvetica LT STD, Arial, Helvetica, sans-serif;
	color: #022a61;
	font-size: 12px;
	overflow: auto;
	}
html {
	overflow: auto;
	}
a {
	color: #022a61;
	text-decoration: none;
	font-weight: bold;
	}
p {
	line-height: 200%;
	margin: 20px 0px;
	}
	
#container {
	width: 851px;
	margin: 0px  auto;
	padding: 100px 0px 0px 0px;
	position: relative;
	}
#hdr{
	background: url(img/supbg.png) repeat-x;
	height: 10px;
	width: 850px;
	margin: 0px 0px 0px 1px;
	padding: 25px 0px 0px 0px;
	}
#cont {
	background: url(img/contbg.png) repeat-y;
	padding: 150px 200px 0px 200px;
	}
h1{
	background: url(img/logo.png) no-repeat;
	width:274px;
	height:129px;
	text-indent: -9999em;
	position: absolute;
	margin: -20px 0px 0px 250px;
	}
h2 {
	font-weight: bold;
	font-size: 14px;
	}
h3 {
	font-size: 16px; 
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	}
.fot {
	text-align: right;
	font-weight: bold;
	margin-right: -150px;
	}
#inf {
	background: url(img/foot.png) no-repeat;
	height:61px;
	margin: 0px 0px 20px 7px;
	}
