body {
	background-color: #CCE0DD;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #554545;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4A793C;
	font-weight: normal;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #99CC66;
}

#container {
	width: 700px;
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B0CDC5;
	border-left-color: #B0CDC5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0CDC5;
}	

#header {
background-image: url(images/header.gif);
	background-repeat: repeat-x;
}

#logo {
	float: left;
	text-decoration: none;

	border width: 0px;
	margin-bottom: 10px;
}	

#music {
	float: right;
}

#navigation {
	float: right;
	padding-right: 15px;
}

#subnav {
	text-align: right;
	color: #336633;
	margin-bottom: 25px;
	padding-right: 25px;
}

#navigation img {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 70px;
}

#content {
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-color: #FFFFFF;
}

#links {
	float: left;
	width: 222px;
}

#links img {
	margin-bottom: 10px;
}

#rotating {
	float: right;
}

#rightphoto{
	float: right;
	margin-left: 20px;
}

#form {
	padding-left: 125px;
	padding-right: 125px;
}

#footer {
	width: 700px;
	margin: 0 auto;
	position: relative;
	font-size: 10px;
	color: #669966;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
} 
.red {
	color: #CC3300;
	font-size: 10px;
	font-weight: bold;
}
.teagreen {
	color: #577962;
	font-size: 10px;
	font-weight: bold;
}
