@charset "utf-8";
body {
	background-color: #c1c1c1;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
}

#MainBox {
	height: 800px;
	width: 981px;
	background-image: url(box.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 19px;
}

#menuLayer {
	width: 981px;
	height: 129px;
}

#leftFloat {
	float: left; 
	width: 564px; 
	height: 671px;	
}

#rightFloat {
	float: right; 
	width: 417px; 
	height: 304px; 
}

#newsLayer {
	padding-left: 53px;
	width: 511px;
	height: 136px;
	padding-top: 397px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #525252;
}

#signupLayer {
	height: 73px; 
	width: 299px; 
	padding-left: 265px; 
	padding-top: 65px;
}

.fancyTextBox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 18px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #848484;
	background-image: url(textbox.jpg);
	line-height: 13px;
	background-repeat: no-repeat;
	padding-top: 5px;
}

