body {
	background:#fff url('../images/bg.png') repeat-x; 
	font: 16px/25px 'TheSerifLight Plain', 'Palatino Linotype', Garamond, Times; 
	color:#332a21; 
	margin:0; 
	padding:0;
}
img {border: none;}
a, .blue {color:#2cbacf; text-decoration:none; font-family:'TheSerifLight Plain', 'Palatino Linotype', Garamond, Times;;}
a:hover {text-decoration: underline;}
b, strong {font-weight:bold;}

div#wrap {position:absolute; width:100%; top:20%;}
	#wrap.sub {top:90px; font-size:14px; line-height:22px;}
div#content {width:690px; margin:auto;}
	#content img {margin-bottom:35px;}
div#left {
	float: left;
	width:313px;
	border-right:1px solid #ecebea;
	padding:64px 37px 64px 0;
	text-align: right;
}
div#right {
	float: left;
	width:298px;
	padding:64px 0 64px 37px;
}
div#footer {
	font-family: 'Palatino Linotype', Garamond, Times;
	position:absolute;
	bottom:20px;
	text-align:center;
	width:100%;
	z-index:-1;
	font-size:12px;
	line-height:18px;
}
	#footer.sub {
	position:relative;
	bottom:0px;
	padding:20px 0;
	}
	#footer a {color:#3898b2; text-decoration:underline;}
	#footer a:hover {text-decoration: none;}

