body {
	margin: 0;
	padding: 0;
	text-align: center;
}
#container {
	width: 800px;
	margin: 75px auto 0;
	padding: 10%;
	position: relative;
	text-align: left;
	/*border: 1px solid #C6AAAE;*/
	background-color: #FFFFFF;

	float: none;



}

#leftcol {
	position: absolute;
	width: 400px;
	left: 10px;
	top: 10px;	
	
}

#rightcol {
	position: absolute;
	width: 210px;
	top: 10px;
	right: 10px;
	float:none;

}



h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
