@charset "utf-8";
/* CSS Document */


#body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
#mainContent p {
	text-align: left;
}

#brownBorder {
	background-image: url(images/Backgrounds/mauvebumps.jpg);
	text-align: center;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px;
	border: 1px;
	background-color: #7E6153;
}

#container {
	background-image: url(images/Backgrounds/beige.gif);
	background-repeat: repeat;
	border-color: #66493B;
	border: 1px;
	margin: 1px;
}
#wrapper {
	background-repeat: repeat;
}
#mainContent {
	background-image: url(images/Backgrounds/whitebumpy.GIF);
}

#header {
	background-color: #DCC698;
	background-image: url(images/Backgrounds/diamondaarenabannerbackground.jpg);
	background-repeat: no-repeat;
	height: 150px;
	background-position: center;
}


#header h1 {
	position: absolute;
	top: -9999px;
}

#navigation {
	background-color: #7F6254;
	background-image: url(images/Backgrounds/mauvebumps.jpg);
	background-repeat: repeat;
	height: 30px;
}
#email {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #6B4E45;
	text-align: center;
	padding-top: 10px;
}
#email a {
	color: #674A3C;
}
#email a:hover {
	color: #65483A;
	text-decoration: underline;
}
#navigationlist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

#navigationlist li {
	display: inline;
	padding: 10px;
}
#navigationlist li a {
	color: #FFF;
	padding: .5em 0;
}
#navigationlist li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#wrapper {
	background-image: url(images/Backgrounds/whitebumpy.GIF);
	border: 1px;
	border-color: #634638;
	border-style: solid;
	margin: 5px;

}
#leftSidebar {
	margin: 0px;
	float: left;
	width: 160px;
	padding: 1em;
}
#rightSidebar {
	margin: 0px;
	padding: .7em;
	float: right;
	width: 160px;
}
#mainContent {
	padding: 1em;
	margin-right: 200px;
	margin-left: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #634638;
	border-right-color: #634638;
	border-bottom-color: #634638;
	border-left-color: #634638;
}

#footer {
	clear: both;
	text-align: center;
	overflow: auto;
	padding: 10px;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding: 10px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li a {
	color: #6B4E40;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer img {
	padding: 5px;
}
