body {
	background-color: #1D1D1D;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #F5F5F5;
	background-image: url(../images/bg.jpg);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	color: #F33;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #933;
	padding-top: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #F5F5F5;
	padding-bottom: 3px;
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	background-image: url(../images/grey_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

a:visited {
	color: #F66;
}

a:active {
	color: #F33;
	text-decoration: none;

}

a:link {
	color: #F33;
	text-decoration: none;
}

a:hover {
	color: #F33;
	text-decoration: underline;
}

#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #1D1D1D;
}

#header {



}

#logo {
	height: 90px;
}

#nav {
	height: 30px;
}

#banner {
	height: 228px;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
}

#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	text-align: right;
	color: #F00;
	height: 50px;
}
