html {
	min-height:100%;
	height:100%;
}

.shadow {
	/*-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;*/
	text-shadow:0px 4px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');
}


body {
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-color:#1a0000;
	min-height:100%;
	height:100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin:0;
	padding-bottom:20px;
}

br {
	padding:0;
	margin:0;
}

#wrapper {
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	min-height:100%;
	height:100%;
}

#content-area {
	width:1000px;
	background-image:url(../images/footer.png);
	background-repeat:repeat-y;
	margin:auto;
	min-height:100%;
	height:100%;
}

#header {
	width:1000px;
	height:488px;
}

img {
	display:block;
}

#content {
	background-image:url(../images/content.png);
	background-repeat:repeat-y;
	width:1000px;
	padding:0;
	background-color:#1a0000;
}

#content-container {
	font-size: 20px;
	padding: 0px 70px 0px 70px;
	margin:0;
}

#content-container p{
	padding-bottom: 20px;
	/*margin: 0 0 0 20px;*/
}

#content-bottom {
	background-image:url(../images/content-bottom.png);
	background-repeat:no-repeat;
	width:1000px;
	height:44px;
	margin:auto;
}

#footer-wrapper {
	width:1000px;
	margin:auto;
	color:#e79a1f;
	font-size:12px;
	background-image:url(../images/footer.png);
	background-repeat:repeat-y;
	text-align:center;
	overflow:hidden;
}

#footer-wrapper p {
	padding: 0 0 9px;
	margin: 0;
}

#footer-left {
	text-align:left;
	float:left;
	width: 250px;
	margin-left: 50px;
}

#footer-center {
	float:left;
	width: 400px;
}

#footer-right {
	text-align:right;
	float: right;
	width: 250px;
	margin-right: 50px;
}

.footer-nav {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

.copyright {
	font-size:12px;
}

.footer-nav a{
	color:#FFF;
	text-decoration:none;
}

.footer-nav a:hover{
	color:#FFF;
	text-decoration:underline;
}

#volunteer-right {
	float:right;
	position:relative;
	/*background-image:url(../images/volunteer-now.png);*/
	padding:0;
	margin:0;
	width: 200px;
	height: 200px;
}

#volunteer-right img {
	float: right;
	padding:0;
	margin:0;
}

#volunteer-left {
	float:left;
	position:relative;
	padding:0;
	margin:0;
	width: 200px;
	height: 200px;
}

#volunteer-left img {
	float: left;
	padding:0;
	margin:0;
}

#coronalogo {
	width:155px;
	margin:auto;
}

#title img{
	font-size: 38px;
	font-weight:bold;
	text-align:center;
	/*background-color: #990000;*/
	margin:auto;
	margin-bottom: 40px;
	padding: 5px 10px 5px 10px;
	/*width:300px;*/
}

h1 {
	font-size: 34px;
	font-style:italic;
	font-weight:bold;
	color: #470300;
	padding:0 0 20px 0;
	margin:0;
}

a:link, a:visited, a:active, a:hover { color: #990000; }

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	padding:0 0 10px 0;
	margin:0;
}

hr {
	border:1px solid #990000;
	width: 400px;
	margin: auto;
}

#disclaimer {
	font-size:12px;
	text-align:center;
	padding-top:20px;
}

.brewtable td{
	padding-top:15px;
	padding-bottom: 15px;
}

.brewtable {
	background-color:#fff;
}

.brewlogocell img{
	margin:auto;
	padding: 0 10px 0 10px;
}

.brewtextcell {
	padding-right:15px;
}

#center {
	text-align:center;
	margin:auto;
}

ul {
	margin-top:0;
	margin-bottom:0;
}

li {
	padding-bottom:10px;
}
