body {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 1em;
	margin: 0;
	background: #5c5c5c;
	text-align: center; /* IE Fix */
}

a img
{
	border: none;
	color: #FFF;
}

.container {
	margin: 0 auto;
	width: 920px;
	text-align: left; /* IE Fix */
}

#header {
	background: url("../images/headerBg.jpg") repeat-x #cfcfcf;
	height: 90px;
}

#navigation {
	font-family: Georgia, Tahoma, Arial, serif;
	background: url("../images/navigationBg.jpg") repeat-x #a62106;
	height: 45px;
	color: #EEE;
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation li {
	display: inline;
	list-style-type: none;
	line-height: 45px;
}

#navigation a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 0 8px 0 8px;
}

#navigation a:hover {
	text-decoration: underline;
}

#contentBackground {
	background: #5c5c5c;
}

#content {
	padding: 20px 30px 20px 30px;
	color: #333;
	line-height: 1.5em;
	background: url("../images/contentBg.jpg") repeat-x #FFF;
}

#content a
{
	color: #a62106;
	text-decoration: underline;
	padding: 3px;
}

#content a:hover
{
	background: #a62106;
	color: #FFF;
}

#footer {
	background: url("../images/footerBg.jpg") no-repeat #333;
	height: 50px;
	line-height: 45px;
	padding-left: 30px;
	color: #AAA;
	font-size: small;
}

#footer #side
{
	float: right;
	padding-right: 30px;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	color: #999;
	border-bottom: 2px solid #666;
}

.sidenote {
	float: right;
	width: 200px;
	border: 1px solid #CCC;
	height: 200px;
	margin: 0 0 20px 20px;
}

.side {
	float: right;
}

.right
{
	float: right;
	padding: 5px;
	border: 1px solid #CCC;
	margin: 0px;
	color: #666;
	font-size: small;
	font-weight: bold;
}

.notice
{
	color: #a62106;
	background: #EEE;
}

h1
{
	font-size: x-large;
	color: #a62106;
}

h2
{
	font-size: large;
	color: #333;
}

table
{
	color: #333;
}

table td
{
	padding: 5px;
}

.regMessage
{
	background: #a62106;
	color: #FFF;
	font-size: small;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}

.regMark
{
	color: #a62106;
	font-weight: bold;
	font-size: large;
	padding-left: 5px;
}

form input,
form textarea,
form select {
	padding: 4px 8px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}