body {
	font-family:Arial;
	background-color: white;
    text-align:center;
}
#container {
	width:900px;
	margin: 0 auto;
	text-align: left;
}
#masthead {
	width:900px;
	height:178px;
	background-image: url('Graphic1.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#navigation {
	height:14px;
	width: 899px;
	background-color: Black;
	text-align: center;
	padding-bottom: 8px;
	padding-top: 8px;
}
#navigation a:hover {
	text-decoration: underline;
	color: white
}
#content {
	width:383px;
	height: 440px;
    padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 8px;
	float:left
}
#contentright {
	width:375px;
	height:200px;
    padding-bottom: 8px;
	padding-top: 8px;
	padding-left:11.5px;
	float: left
}
#contentmain {
	width:900px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left:11.5px;
	float: left;
	text-align: justify;
}
#footer {
	width:900px;
	height:89px;
	background-image:url('footer.jpg');
	background-repeat: no-repeat;
	float: left
}
#copyright {
	width:900px;
	height: 10px
}


