body {
	background: #ebebeb;
	color: #000;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#box {
	border: 1px solid #ccc;
	background: #fff;
	width: 1000px;
	margin: 10px auto;
	text-align: left;
}

#big_nav_image {
	background: #ffffff;
	float: left;
	width: 1000px;
	text-align: center;
	}
	
#main_content {
	background: #ffffff;
	float: left;
	width: 698px;
}

#sidebar {
	background: #ffffff;
	float: right;
	width: 300px;
	color: #333;

}

#sidebar h1, #sidebar h2, #sidebar p {
	padding: 0px 20px;
}

#sidebar p {
	font-size: 1.6em;
	line-height: 1.6em;
}

#main_content {
	color: #333;
}

#main_content h1, #main_content h2, #main_content p {
	padding: 0px 20px 0px 50px;	
}

#main_content p, #main_content ul {
	font-size: 1.6em;
	line-height: 1.6em;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	text-align: center;
}

	#footer p {
		font-size: 1.1em;
	}


a {
	color: #cc0000;
	font-weight: bold;
}
