/* CSS Document */
/* CSS styles that are for template files only */
body {
	background-color: #000;
}
/* setting the margins to auto & specifying the width creates a centered template */
#fullPage {
	margin-right: auto;
	margin-left: auto;
	width: 636px;
	background-color: #FFF;
}
/* styles for header */
#header {
	
}
/* styles for body, uses repeating background image for graphics on the page */
#body {
	width: 634px;
}
#content {
	/* make sure you put the width 5px less due to ie adding 5px padding for italic text */
	float: left;
	width: 501px;
}
/* styles for footer */
#footer {
	clear: both;
}
/* styles for the top and bottom of the page design */
#border {
	border: none;
}

