body {
	background: url("images/image.jpg") no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	} 


.header {
	position: absolute;
	margin-left: 144px;
	margin-top: 132px;
	z-index: 4;
	}

.headerlyr {
	position: absolute;
	margin: 132px 0px 0px 0px;
	z-index: 4;
	}

.secmenu { 
	position: absolute;
	margin-top: 250px;
	padding-left: 5px;
	width: 174px;
	z-index: 5;
	}

div.content { 
	margin-top: 200px;
	position: absolute;
	padding: 0px;
	width: 76%;
	z-index: 3;
	}

div.ads {
	background: transparent;
	margin: 200px 0px 0px 0px;
	position: absolute;
	width: 97%;
	text-align: right;
	z-index: 1;
}

p { 
	margin-left: 170px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 1.4;
	} 
	
h1 {
	margin-left: 170px;
	font-size: 1.4em;
	font-weight: normal;
	color: #14941B;
	margin-bottom: 0px;
	} 
    
h2 {
	margin-left: 170px;
	padding-top: 20px;
	margin-bottom: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #14941B;
	} 
   
h3 {
	margin-top: 40px;
	margin-left: 170px;
	font-size: 1.0;
	font-weight: bold;
	color: #14941B;
	}


hr {
	color: #CC8200;
	margin-left: 180px;
	height: 1px;
	width: 560px;
	text-align: left;
	}
ul { 
	margin-left: 250px;
	}


.thumb { 
	border: 1px solid #CC8200;
	margin: 0px 10px 10px 0px;
	}

.pic {
	float: right;
	border: 1px solid #CC8200;
	}

a {
        font-weight: normal;
	text-decoration: underline;
	color: #177607;
	}

a.menu {
         font-weight: bold;
	 text-decoration: none;
	 color: #177607;
	 }

a.smenu {
	font-weight: normal;
	padding-left: 20px;
	text-decoration: none;
	color: #CC8200;
	}


a:hover { 
	text-decoration: none;
	}

a.menu:hover { 
	color: #DA9802;
	text-decoration: none;
}

a.smenu:hover {
	text-decoration: underline;
	}


