/* Global Properties*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.copyright {
	font-size: 0.83em;
	color: #C89C63;
	text-align: right;
}

body {
	background-color: #000000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

h1 {
	color: #730E1B;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

h2 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
}

a,  a:link {
	color: #730E1B;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #4D0000;
	font-weight: bold;
	text-decoration: underline;
}

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

a:focus {
  color: #000;
}

a:active {
  color: #000;
}
/* Content */
#outerWrapper {
	text-align: left;
	width: 910px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	border: 1px solid #000000;
	height: 925px;
	background-color: #E5B571;
}
#sidebar {
	float: left;
	width: 264px;
	padding: 0px;
	margin-top: -60px;
}

#nav {
	padding-left: 55px;
}

#content {
	margin-bottom: 0;
	margin-left: 284px;
	margin-top: 462px;
	padding-top: 10px;
	padding-right: 110px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

