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

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	min-height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #510000;
	background-image: url(images/reds.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: visible;
}

#footer {
	margin: 0 auto;
	text-align: right;
	width: 100%;
	padding: 12px 0px 20px 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 9px;
}

#footer a{
	color: #ffffff;
}

.shell {
	width: 874px;
    margin: 0 auto;
	background-image: none;
	background-repeat: no-repeat;
}

.cl {
	clear: both;
	text-indent: -4000px;
}

img {
	border: 0px;
}

#top {
	width: 100%;
	margin: 0px auto;
	
	border-top: 0px;
	border-right: 0px;
	border-bottom: 2px solid #FFFFFF;
	border-left: 0px;
}

#logo {
	width: 234px;
	height: 200px;
	float: left;
	background-image: none;
}

#nav {
	width: 640px;
	height: 28px;
	padding: 12px 0px 6px 0px;
	float: left;
	background-color: #74000c;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#nav li {
	margin: 0px;
	padding: 0px 0px 0px 26px;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 0px;
	text-transform: uppercase;
	font-size: 13px;
}

#nav a{
	color: #FFFFFF;
	text-decoration: none;
	display: inline block;
}

#nav a:hover {
	color:#FC6;
	text-decoration: none;
	display: inline block;
}

#copy {
	width: 590px;
	float: left;
	background-color: #FFFFFF;
	padding: 40px 25px 25px 25px;
	margin: 0px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 16px 0px;
	line-height: 0px;
}

#copy a {
	color: #74000c;
	text-decoration: none;
}

#copy a:hover {
	background-color: #eca861;
	color: inherit;
	text-decoration: none;
}

.where {
	font-size: 16px;
	color: #74000c;
	font-weight: bold;
}

.month {
	color: #cd503e;
	font-weight: bold;
}

#copy ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
	margin: 0px 0px 0px 11px;
	padding: 0px;

}

#copy li {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
