@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F3F3F3 url(images/corner.jpg) no-repeat fixed left top;
	margin: 0px; /* 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;
	z-index: 0;
	scrollbar-base-color: #ffffff;
scrollbar-arrow-color: #938F63;
scrollbar-3dlight-color: #fff;
scrollbar-darkshadow-color: #fff;
scrollbar-face-color: #D3C4A7;
scrollbar-highlight-color: #d3c4a7;
scrollbar-shadow-color: #ccc;
scrollbar-track-color: #ffffff;
}
.oneColElsCtr #container {
	width: 950px;
	background: #F3F3F3 url(images/back.jpg);
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 100%;
	z-index: 1;
}
.oneColElsCtr #ads {
	width: 750px;
	margin: 50px auto 0;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 100%;
}
.oneColElsCtr #footer {
	width: 950px;
	background: #F3F3F3 url(images/backbottom.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	display: block;
	visibility: visible;
	font: 10px Verdana, Geneva, sans-serif;
	height: 21px;
}
.oneColElsCtr #header {
	width: 950px;
	text-align: left;
	margin-left: 6px;
}

.oneColElsCtr #menu {
	width: 950px;
	text-align: left;
	margin-left: 6px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu {
	margin-left:0;
	padding-left:0;
	white-space: normal;
	width:117px;
	
}
#menu li {
	display:inline;
	list-style-type:none;
	text-align: center;
	background: #CCC;
	width:117px;
}
a:link {
	color:#647555
}      /* unvisited link */
a:visited {
	color:#647555
}  /* visited link */
a:hover {
	color:#45503A
}  /* mouse over link */
a:active {
	color:#647555
}  /* selected link */
#myheader {
	color: #06C;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}
.MYFUCKINGHEADER {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #06C;
}
.oneColElsCtr #container #mainContent p {
	text-align: right;
}
.oneColElsCtr #container #mainContent p {
	text-align: center;
}
