/* CSS Document */


body {
	width: 640px;
	height: 480px;
	border-width: 1;
	border-color: #red;
}



.box {
	width: 165px;
	height: 590px;
	background: url(images/ltGreen.png) repeat;
	position:relative;
	left: 200px;
	top: -100px;
	z-index: 2;
}


.headline1 {
	color: #61701B;
	font-size: 23px;
	position: relative;
	left: 80px;
	top: 17px;
	z-index: 4;
	width:125px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.headline2 {
color: #ffffff;
	font-family: Georgia, serif;
	font: Georgia;
	font-size: 24px;
	letter-spacing: 5px;
	position: relative;
	left: 215px;
	top: -10px;
	z-index: 6;
	width: 125px;
	}
	
	hr {
	color: #fff;
	/*background-color: #fff;*/
	 border: 1px dotted #971B1E; 
	border-style: none none dotted;
	width: 280px;
	margin-top: -10px;
	margin-left: 75px;
	position: absolute;
	z-index: 8;
	overflow: visible;	
}



.homeimage {
	left: 300px;
	top: 140px;
	z-index: 12;
	position: absolute;
	}
	
	
.text  {
	color: #61701B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: arial;
	font-size: 16px;
	left: 648px;
	top: 495px;
	position: absolute;
	width: 46px;
	height: 21px;
	}
	
.arrow {
	left: 695px;
	top: 496px;
	position: absolute;
	width: 26px;
	height: 22px;
	padding-top:5px;
	}
