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

p { 
	color: #086F19;
	line-height: 1.5;
	} 

div.adsindex {
	margin: 0px;
	margin-top: 140px;
	border-left: 1px dotted #CCCCCC;
	padding: 0px 10px 0px 5px;
	position: absolute;
	width: 130px;
	text-align: right;
	z-index: 2;
}


div.text {
	margin-top: 140px;
	margin-left: 130px;
	padding: 0px 10px 0px 20px;
	border-right: 1px dotted #CCCCCC;
	width: 38%;
	position: absolute;
	z-index: 2;

}

div.link { 
	color: #CCCCCC;
}

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


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

