html {
	padding:0;
	margin:0;
}
body {
	padding:0 70px 20px;
	margin:0;
	background-color:#f0f0f0;
	color:#000;
	width:880px;
	font-family: verdana,arial,sans-serif;
	font-size:.8em;
}
#header {
	background-color:#1e1b1a;
	border-bottom:10px #383332 solid;
	padding:5px 20px;
	margin-bottom:20px;
}
#content {
	background:#fff url(img/contentAreaBG.gif) repeat-x top left;
	border:1px #ccc solid;
	padding:20px;
	width:600px;
	float:left;
	margin-right:20px;
}
#rightSide {
	float:left;
	width:218px;
}
#rightSide .box {
	background:#fff url(img/boxBG.gif) repeat-x top left;
	border:1px #ccc solid;
	margin-bottom:20px;
	padding:3px 5px 5px;
	min-height:120px;
}
#rightSide h2 {
	line-height:25px;
	font-size:1em;
	font-weight:normal;
	margin:0 0 20px;
}