body.index {
	background: #FAE48E url('images/GradSunset3.jpg') repeat-x top left;
	margin: 10px;
}
body.main {
	background: #D8D2B2 url('images/GradOrTan2.jpg') repeat-x top left;
	margin: 10px;
}

img, a img { border: 0; }

a {
	color: #003300;
}
a:hover {
	color: #006600;
}


/* Main design styles */

#header {
	width: 900px;
	margin: 54px auto 0px auto;
}
#header img { display: block; }

#nav {
	border: 0;
	width: 910px;
	font-family: Verdana;
	margin: 0px auto;
}
#nav td {
	height: 25px;
	background: url('images/GradNav.jpg') repeat-x top left;
	text-align: center;
}
#nav a { color: black; text-decoration: none; font-size: 0.8em; margin: 0px 25px; }
#nav a:hover { color: #803410; }

#content {
	margin: 0px auto;
	width: 900px;
	background-color: white;
	text-align: left;
	font-family: Arial;
	font-size: 1em;
}
#content p { margin: 16px 0px; }
#content .pad { padding: 1px 20px; }

#footer {
	margin: 0px auto;
	background: url('images/GradNav.jpg') repeat-x top left;
	height: 25px;
	width: 900px;
	margin: 5px auto;
	font-family: Verdana;
	font-size: 0.8em;
	text-align: center;
	line-height: 25px;
}

.cm {
	text-align: center;
	font-family: Verdana;
	font-size: 0.65em;
	color: #A0A473;
	text-decoration: none;
}
.cm a { color: #A0A473; text-decoration: none; }
.cm a:hover { text-decoration: underline; }


/* Index page styles */

#index {
	background: url('images/skyfire900-1.jpg') no-repeat top left;
	width: 900px;
	height: 559px;
	margin: 54px auto 0px auto;
	font-family: Arial;
	color: white;
	position: relative;
}

#index p { margin: 0; font-weight: bold; line-height: 35px; }

#index a { color: white; text-decoration: none; }
#index a:hover { text-decoration: underline; }

#index .bottom { position: absolute; bottom: 25px; left: 35px; }

#index-foot {
	text-align: center;
	font-family: Verdana;
	font-size: 0.65em;
}

#index-foot a { color: #A0A473; text-decoration: none; }
#index-foot a:hover { text-decoration: underline; }
