body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #AF9771;
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	height: 100%;
}
#container #mainContent h1 {
	letter-spacing: .2em;
	background-image: url(imgs/sm_cc_logo.jpg);
	background-repeat: no-repeat;
	background-position: left 600px;
}

.style1 {font-size: 70%}

a:link {
	color: #666633;
	text-decoration: none;
}
a:visited {
	color: #666633;
	text-decoration: none;
}
a:hover {
	color: #A06C44;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: underline;
}
.img {
	border: 1px solid #996600;
}
.imglarge_border {
	border: 2px solid #666633;
}
