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

html, body, h1, h2, h3, h4, h5, h6, div, p, ol, ul, li, pre, form, fieldset, input, blockquote {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #979797;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
}
a {
	text-decoration:none;
}
a:link, a:visited {
	text-decoration:none;
	color: #6D6E70;
}
a:hover, a:active {
	color: #FFF;
}
a img, :link img,:visited img {
	border:none;
}
address {
	font-style:normal;
}
body {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #444444;
    text-align: center;
}
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#header {
}
#menu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6D6E70;
	border-bottom-color: #6D6E70;
	margin-top: 5px;
}
#content {
	margin-top: 20px;
}
#menu ul {
	list-style-type: none;
	text-align: center;
	padding-left: 183px;
}
#menu ul li {
	width: 98px;
	float: left;
}
.clearIt {
	clear: both;
}
#menu ul li a:link, #menu ul li a:visited {
	color: #6D6E70;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu ul li a:hover, #menu ul li a:active {
	color:#FFF;
}
#menu ul li.active a:link, #menu ul li.active a:visited {
	color: #FFF;
}#content h1 {
	font-size: 32px;
	font-weight: normal;
}
#dvds {
	display: none;
}
