body
{
	background-color : #fff;
	margin: 0 0 0 0;
	font-family: "verdana", serif;
 	font-size: 12px;
 	color: #fff;
 	line-height: 15px;
 	text-align:center;
}

#hdr
{
	width : 100%;
	height: 150px;
	background-color : #fff;
	background-image : url(../images/header.jpg);
	background-attachment : fixed;
	background-position : top center;
	background-repeat : no-repeat;
	margin: 0 0 0 0;
	padding : 0 0 0 0;
}

#nav
{
	width : 702px;
	background-color: #556711;
	border: solid #000;
 	border-width: 1px 1px 1px 1px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}


#bodyblock {
 	/* position: relative; */
 	color: #333333;
 	width: 702px;
 	/* height: 300px; */
 	padding:0;
 	background-color : #B3C89D;
 	background-image : url(../images/bg_main.jpg);
	background-attachment : fixed;
	background-position : bottom right;
	background-repeat : no-repeat;
 	border: solid #000;
 	border-width: 0 1px 1px 1px;

 }

#l-col {
 	float: left;
 	width: 165px;
 	color: #333333;
 	line-height: 20px;
 	text-align:left;
 }

#cont {
 	width:530px;
 	color: #000;
 	text-align:left;

 }


#ftr
{
	width : 700px;
	margin: 0 0 0 0;
	padding : 0 0 0 0;
	font-size: 10px;
	text-align: center;
	color : #B3C89D;
}



