body {
	background-color: #352417;
	margin: 0px;
	padding: 0px;
	background-image: url(assets/big_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content {
	background-color: #84642F;
	color: #F4EDE1;
	font-weight: bold;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(assets/con_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content img {
	border: 1px solid #402913;
	margin: 4px;
}

#sandbox {
	padding-top: 10px;
}
#titlebar {
	padding: 3px;
	margin-top: 10px;
	background-color: #5D4224;
	color: #DBC295;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
a:link, a:visited {
	color: #A7DB59;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ED037C;
}

#footer {
	color: #795B2B;
	font-weight: bold;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #CC6600;
}
#footer a:hover {
	color: #A7DB4B;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #543B21;
	font-style: italic;
	letter-spacing: -1px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: disc;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #DBC295;
	margin: 0px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #DBC295;
	margin: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ED037C;
	font-style: normal;
	letter-spacing: -1px;
}
#sched {
	width: 650px;
	text-align: center;
	font-size: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A2A826;
}
#sched  td {

}
#sched a {
	color: #780140;
	font-weight: bold;
}
#sched a:hover {
	color: #ED037C;
}
.noncon  {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
