body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(background_3.jpg);
	background-color:#000000;
	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;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #7e1b1b;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
}
 /* Default link colors */
a:link		{ color: #7e1b1b; text-decoration: underline }

a:visited	{ color: #7e1b1b; text-decoration: underline }

a:active	{ color: #7e1b1b; text-decoration: underline }

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

/* Footer and Title Link colors */
a.link_window:link	{ color: #7e1b1b; text-decoration: none }

a.link_window:visited	{ color: #7e1b1b; text-decoration: none }

a.link_window:active	{ color: #7e1b1b; text-decoration: none }

a.link_window:hover	{ color: #333333; text-decoration: none }

.oneColElsCtrHdr #container {
	width: 768px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #f4f1f1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #7e1b1b;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #logo {
	background: #f4f1f1;
} 
.oneColElsCtrHdr #menu {
	height:40px;
	margin-bottom:10px;
}
.oneColElsCtrHdr #header {
	background: #f4f1f1;
	padding: 10px 10px 0 575px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	background-image: url(front_prom.jpg);
	text-align:left;
	line-height:150%;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:3px #000000 solid;
} 
.oneColElsCtrHdr #logo {
	background: #f4f1f1;
} 
.info_windows {
	height:208px;
	width:149px;
	border:1px solid #7e1b1b;
	margin-left:auto;
	margin-right:auto;
}
.info_links {
	width:129px;
	margin-left:10px;
	margin-right:10px;
	margin-top:140px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color:#f4f1f1;
	border:1px #7e1b1b solid;
	color:#7e1b1b;
}
.info_links2 {
	width:129px;
	margin-left:10px;
	margin-right:10px;
	margin-top:150px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color:#f4f1f1;
	border:1px #7e1b1b solid;
	color:#7e1b1b;
}
.info_links:hover {
	background-color:#E6E6E6;
}
.info_links2:hover {
	background-color:#E6E6E6;
}

.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f4f1f1;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f4f1f1;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
