@charset "UTF-8";
body {
	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: #8BFFFE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #3E1F2F;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	color: #8BFFFE;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 759px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.foot_left {
	float: left;
	line-height: 83px;
	text-align: right;
	width: 320px;
}
.foot_right {
	float: right;
	line-height: 83px;
	text-align: left;
	width: 320px;
}
.oneColFixCtrHdr #header {
	height: 135px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.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 #mainContent {
	padding: 0 20px;
}
.right_body_img {
	float: right;
	margin-left: 10px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/footer_background.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 83px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu {
	display: inline;
	margin-left: -20px;
}
.buttons {
	display: inline;
	font-size: 13pt;
	font-weight: bold;
	color: #3E1F2F;
	padding-left: 20px;
	line-height: 30px;
}
.buttons a {
	color: #3E1F2F;
	text-decoration: none;
}
.buttons a:hover {
	color: #8BFFFE;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header #navbar {
	width: 520px;
	height: 30px;
	margin-top: 105px;
	float: left;
}

