body {
	overflow: -moz-scrollbars-vertical;
	background-color:#f3f3f4;
	margin: 0 0 0 0;
	margin-bottom:10px;
	width:100%;
}

/* Used to push down the top of the content body */
div#body {
	padding-top:55px; 
	width:100%;
	/*this div tag has it's own align="center" attribute in the HTML */
}

/*This is everything inside the white content area, including the curvey top graphic. The sub-sheets add a height attrib */
div#content {
	background-color:white; 
	width:780px;
	position:relative;
	padding-bottom:15px;
}

a {
 color:blue;
}