body {
	font-family: "Gill Sans MT", Arial;
	font-size: 12px;
	color: #333333;
}
#header {
	background-image: url(images/joc%20logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: center;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
}
#bodyarea {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#webcredit {
	float: right;
}
a {
	color: #F19292;
}
a:hover {
	color: #E83636;
}
#menubar {
	float: left;
	width: 150px;
	height: 290px;
}
#contentblock {
	float: right;
	width: 600px;
}
#menubar ul {
	list-style-image: none;
	list-style-type: none;
}
#menubar li {
	font-size: 20px;
	line-height: 45px;
}
#menubar a {
	text-decoration: none;
}
#home .home, #about .about, #portfolio .portfolio, #contact .contact {
	color: #333333;
}
#pagebackground {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.detailbox {
	width: 475px;
	margin-right: auto;
	margin-left: auto;
}
.coverpic {
	border: 1px solid #666666;
	margin-right: 10px;
	float: left;
}
