/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #004000;
	margin:0px 0px 0px 0px;
}
	
#leftcontent {
	position: absolute;
	width:225px;
	background:#fff;
	margin-right:15px;
	padding-bottom:150px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	top:5px;
}

#rightcontent {
	text-align: center;
	margin-top:150px;
	margin-left:230px;
	}

#content {
	position:absolute;
/*	left:50%; */
	margin-top:100px;
/*	margin-left:-266px; */
	width:600px;
}
#maintext {
	position: absolute;
	text-align: center;
	top:0px;
	left:51%;
	font-family: "Times New Roman", Times, serif;
	font-size:50px;
	color:#004000;
	font-style: italic;
}
#shadowtext {
	position: absolute;
	text-align: center;
top:3px;
	margin-left:51.25%;
	font-family: "Times New Roman", Times, serif;
	font-size:50px;
	color:#999999;
	font-style: italic;
}
#contact {
	position:absolute;
	left:35%;
	width:500px;
	margin-top:35px;
	margin-left:10px;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	color:#004000;
	font-style: italic;
	text-align: center;

}
#copyright {
	position:absolute;
	left:35%;
	width:500px;
	margin-top:85px;
	margin-left:10px;
	font-family: "Times New Roman", Times, serif;
	font-size:9px;
	color:#004000;
	font-style: italic;
	text-align: center;
}
#centerpics {
	position:absolute;
	left:50%;
	width:500px;
	margin-bottom: 280px;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #004000;
}

A:hover {
	text-decoration: none;
}