body {
	background-color:#cbc4ad; 
	background-image:url(../images/page-bg.png); 
	background-repeat:repeat-x; 
	margin:0px;
	text-align:center;
}
.container {
	width:876px;
	text-align:left;
	margin:0 auto;
	background-image:url(../images/middle-content-bg.png);
	background-repeat:repeat-y;
}
.top-content {
	width:876px;
	height:218px;
	position:relative;
}
.middle-content {
	width:876px;
	min-height:542px;
	position:relative;
}
.middle-content-left {
	width:548px;
	padding:47px 30px 20px 22px;
	background-image:url(../images/middle-content-left-bg.png);
	background-repeat:no-repeat;
	float:left;
	margin:0px 0px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#333333;
}
.middle-content-right {
	width:213px;
	padding:20px 15px 20px 18px;
	background-image:url(../images/middle-content-right-bg.png);
	background-repeat:no-repeat;
	float:right;
	margin:0px 15px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
}

.bottom-content {
	width:876px;
	height:100px;
	background-image:url(../images/bottom-content-bg.png);
	background-repeat:repeat-x;
	position:relative;
	clear:both;
}
.bottom-content-left {
	width:548px;
	padding:49px 30px 20px 22px;
	text-align:center;
	position:absolute;
	left:15px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}
.bottom-content-right {
	width:213px;
	padding:49px 15px 20px 18px;
	background-image:url(../images/bottom-content-right-bg.png);
	background-repeat:no-repeat;
	text-align:center;
	position:absolute;
	left:615px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}
.bottom-content-left a {
	margin:0px 15px 0px 15px; 
}
.bottom-content-left a:link, a:visited {
	color:#ffffff;
}
.bottom-content-left a:hover {
	color:#FFFF00;
	text-decoration:overline;
}
.middle-content-left a:link, a:visited {
	color:#0000AA;
}
.middle-content-left a:hover {
	color:#0000FF;
}
.middle-content-right a:link, a:visited {
	color:#0000AA;
}
.middle-content-right a:hover {
	color:#0000FF;
}
.signup_message{
	color:#880000;
	font-weight:bold;
}
