@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 #header {
	padding: 0;  /* 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. */
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	background-position: center top;
	width: 781px;
	background-image: url(img/woddbg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.RightFloatImg {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	border: 1px solid #CCCCCC;
}
.ImgBorder {
	border: 1px solid #CCCCCC;
}


.oneColFixCtrHdr #container #mainContent a {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #99FF00;
	border-right-color: #99FF00;
	border-bottom-color: #99FF00;
	border-left-color: #99FF00;
}

.oneColFixCtrHdr #footer {
	background-color: #000000;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 75px;
	color: #666666;
	text-align: left;
}
.oneColFixCtrHdr #footer p {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -2px;
	display: compact;
	color: #FFFFFF;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: -2px;
	background-repeat: no-repeat;
}
#mnu {
	margin-right: auto;
	margin-left: auto;
	top: 379px;
	position: absolute;
	padding-left: 0px;
	left: 330px;
}
#MySpaceBox {
	position: relative;
	top: 380px;
	width: 218px;
	left: 750px;
}
#WoodBar {
	background-image: url(img/bg/bar.png);
	height: 25px;
	width: 900px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: center;
}
.JumpBox {
	border: 0px solid #999999;
	font-size: 11px;
	background-image: url(img/stripbg.png);
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 100px;
	width: 300px;
	background-repeat: no-repeat;
}

