/* CSS Document */

body {
	background-image: url(images/BackgroundGraphic.jpg);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	padding: 5px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 300%;
}
.contentwrapper {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.floatright {
	float:right;
	padding-left:10;
	
}
.clearfloat {
	clear:both;
}

