@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-color: #333333;
}
.oneColFixCtrHdr #container {
	width: 840px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	height: auto;
}
.oneColFixCtrHdr #navbar {
	background-color: #5b6786;
	width: 840px;
	height: 102px;
	text-align: center;
	background-image: url(../Images/Logo_Home.jpg);
	margin-right: auto;
	margin-left: auto;
}

.oneColFixCtrHdr #mainContent {
	background-color: #333333;
}
#home_link {
	height: 50px;
	width: 320px;
	padding-left: 515px;
	padding-top: 38px;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #wall {
	width: 642px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border: 3px double #5b6786;
	margin-bottom: 40px;
	background-image: url(../Images/Drop_Main_text_1.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #navbar #home_link img {
	padding-left: 1px;
}
.oneColFixCtrHdr #dropper {
	background-color: #333333;
	width: 640px;
	height: 25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #5b6786;
	width: 640px;
	height: 96px;
	background-image: url(../Images/Welcome_Header_1.png);
	border: 1px solid #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #body {
	width: 600px;
	height: auto;
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #footer {
	background-color: #7381A0;
	width: 620px;
	height: 80px;
	border: 1px solid #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	word-spacing: normal;
	padding: 10px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent #wall #body img {
	padding-left: 5px;
}
