BODY {
	font:	10px "Verdana", Courier, monospace;
	background-color: #ADC092;
	background-repeat: no-repeat;
	background-position: center;
}




.boxes {

	color: Black;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	overflow: auto;
}


		
#box1  {
	width : 500px;
	height : 400px;
	top: 15%;
	left: 30%;
	font-size: 14px;
	text-align: left;
	
	
	
	
}

#box2 {
	width: 95%;
	height: 100px;
	background-image: url(../images/LogoIndex.gif);
	background-repeat: no-repeat;
	background-position: right;
	top: 80%;
	left: 2%;
	font-size: 12px;
	text-align: left;
	vertical-align: bottom;
	font: 800;
}



#box5{
	width: 100%;
	height: 100px;
	font-size: 12px;
	top: 2%;
	left: 10%;
	font: 800;
}

#box6{
	width: 200px;
	height: 200px;
	top: 2%;
	left: 2%;
	background-image: url(../images/photofront.jpg);
	background-color: transparent;
}







	P {
	color: #000000;
	text-align: left;
}



#box1	a {
	color: #A50D0D;
	text-decoration: none;
}


	a {
	color: Black;
	text-decoration: none;
}

	a:hover {
	text-decoration: underline;
	color: Black;
}





ul{
list-style: none;
}

li{
display: inline;
margin: 0 10px 0 0;
} 
	