body {
	margin: 10px auto 0px;
	width:800px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	background-image: url(../images/signup/bg_wood.jpg);
}

h1 {
 	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:normal;
	font-weight:normal;
}


hr {
	border: none 0;
	border-top:1px #CCCCCC dashed;
	height:1px;
}

.header {font-family: Georgia, "Times New Roman", Times, serif; font-size: 21px; line-height:normal;}
.dek {font-family:Georgia, "Times New Roman"; font-size: 16px; color:#CC6600; line-height:normal;}
.caption {font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#000000; line-height:normal;}
.fineprint {font-family:Arial, Helvetica, sans-serif; font-size: 10px; color:#999999; line-height:normal;}
.topnav {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color:#FFFFFF; line-height:normal;}
.articleLinks {font-family:Arial, Helvetica, sans-serif; color:#3399CC; line-height:normal; font-size:14px; font-weight:normal;}

a {font-size: 12px; font-weight: bold; text-decoration:none;color:#3399CC;}
a:link {text-decoration:none;}
a:hover{text-decoration:underline;}

a:link.topnav { text-decoration:none; }
a:hover.topnav { text-decoration:underline; }

a:link.articleLinks { text-decoration:none; }
a:hover.articleLinks { text-decoration:underline; }

/* ======================================= */

#wrapper {
	width:800px;
}

/*========= HEADER ======================= */

#pageHeader
{
	float:left;
	margin: 0 auto;
	width: 800px;
	height: 86px;
}

/* ======== MAIN CONTENT HOLDER =================== */

#page
{
	float:left;
	margin:0 auto;
	width: 720px;
	height:auto;
	background-color:#FFFFFF;
	background:url(../images/signup/ce_mid.jpg) repeat-y;
	padding: 25px 40px;

}

#leftColumn
{
	float: left;
	width: 420px;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
}

#rightColumn
{
	float: right;
	width: 240px;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
}

.whatsFresh
{
	padding: 0 0 20px 0;
}

/* ========= FOOTER ======================= */

#pageBottom
{
	clear:both;
	width: 800px;
	height: 6px;
	margin: 0 auto;
	background:url(../images/signup/ce_btm.jpg) no-repeat;

}
#pageTop
{
	clear:both;
	margin:0 auto;
	width: 800px;
	height: 4px;
	background:url(../images/signup/ce_top.jpg) no-repeat;

}


#footer
{
	padding-top: 15px;
	clear:both;
	width:780px;
	height:auto;
	font-size:10px;
	line-height:normal;
	color:#999999;
	text-align:center;
}

