body{
	margin: 0 0 30px;
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #EDEDED;
	text-align: center;
}
a:link{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}	

#head {
	padding-bottom: 30px;
}
#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	width: 800px;
	border: 1px solid #ddd;
	border-top: none;
	}

#leftcontent {
	float:left;
	width:550px;
	height:700px;
	margin-right:15px;
	}

#rightcontent {
	width:auto;
	height:700px;
	}
	
#rightcontent p {
	margin-left:0px;
	}

