@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background-color:#FFFFFF;
	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-repeat: repeat-x;
}
.oneColElsCtr #container {
	width: 46em;
	background-image:url(../images/bg.jpg);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.dots{
background-image:url(../images/dots.png);
width:180px;
margin:0 auto;
margin-bottom:10px;
}

.logo{
	text-indent:-9009px;
	background-image:url(../images/logo.png);
	width:180px;
	height:80px;
	margin:0 auto;
	border-top:2px;
	border-top-color: #000000;
	border-top-style:ridge;
	border-bottom:thin;
	border-bottom-color: #000000;
	border-bottom-style:solid;
	background-position:center;
	background-repeat:no-repeat;
	padding-top:25px;
	padding-bottom:0px;
}

.soon{
margin:0 auto;
text-align:center;
padding:10px 0 10px 0px;
	border-bottom:2px;
	border-bottom-color: #000000;
	border-bottom-style:ridge;
	width:180px;
	margin-bottom:10px;
}

.introtext{
width:180px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin: 0 auto;
}


