@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../Images/Water.gif);
}
#container  {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #990000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
} 
#header  {
	color: #ff9900;
	height: 200px;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #990000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#halloweenHeader {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 800px;
}
#halloweenContent {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 800px;
}
#veteranlist {
	color: #FFFFFF;
	width: 800px;
}



#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #990000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	height: 200px;
	width: 760px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-attachment: fixed;
	color: #ff9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	background-color: #990000;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#mainContent  {
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 310px;
	padding-top: 10;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 10px;
	width: 450px;
	text-align: left;
} 
#footer  {
	background-color: #990000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #FFFFFF;
	width: 760px;
} 

#Menu {
	height: 100px;
	width: 800px;
	background-color: #FFFFFF;
	border: medium none #990000;
	background-image: url(../Images/Water.gif);
}
#ContentSidebarContainer {
	width: 800px;
	background-color: #990000;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
#veteranDesc {
	width: 800px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
#HomeMain {
	background-color: #990000;
	height: 505px;
	width: 800px;
}
#HomeMainLeft {
	background-color: #990000;
	height: 300px;
	width: 295px;
	float: left;
	border: thin solid #000000;
}
#HomeMainBottom {
	background-color: #990000;
	height: 195px;
	width: 795px;
	border: thin solid #000000;
	float: left;
}
#HomeMainBottomPhoto {
	height: 150px;
	width: 200px;
	float: left;
}
#HomeMainBottomText {
	height: 175px;
	width: 500px;
	float: left;
}
#HomeMainRight {
	background-color: #990000;
	height: 300px;
	width: 495px;
	float: right;
	clear: none;
	border: thin solid #000000;
}
