body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	line-height: 1.4;
	background-color: #1F2B58;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/ccam.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

h1 {
	font-family: Impact, Verdana, sans-serif;
	font-size: 2em;
	line-height: 1.25;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: #000;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.centerElement {
	border: 12px solid #900;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.centerElementText {
	text-shadow:#000;
	-moz-
}

.centerElementShadow {
	border: 2px solid #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow:3px 3px 6px #333;
	-moz-box-shadow:3px 3px 6px #333;
	-webkit-box-shadow:3px 3px 6px #333;
}
.bottomCenter {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


#wrapper {
	text-align: center;
	width: 960px;
	background-color: #FFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-image: url(../images/orig.gif);
	background-position: -4px center;
	background-repeat: repeat-x;
	margin-top: 4.7em;
}
#header {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #900;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	background-image: url(../images/satyrist.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#content {
	width: 91%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: auto;
	padding-top: 2.5em;
	padding-right: 1.5em;
	padding-bottom: 2.5em;
	padding-left: 1.5em;
}
#footer {
	text-align: center;
	color: #FFF;
	background-color: #900;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin: 0px;
	clear: both;
}
