body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	behavior: url("scripts/csshover3.htc");
}
body {
	background-image: url(../images/bg.jpg);
	margin-top: 15px;
}
a {
	color: #600F0B;
}
a:hover {
	color: #399A3F;
}
#imageContainer {
	position:relative;
	margin:auto;
	width:750px;
	height:130px;	
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
.header {
	font-size: 16px;
	font-weight: bold;
	color: #600F0B;
}
.navtext {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
.navtext:hover {
	font-size: 12px;
	font-weight: bold;
	color: #399A3F;
	text-transform: uppercase;
	text-decoration: none;
}
.mainphoto {
	border: 2px solid #600F0B; 
}
.copyright {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
.copyright:hover {
	font-size: 10px;
	color: #600F0B;
	text-decoration: none;
}