#header {
	width: 800px;
	height: 89px;
	border: 1px solid #000000;
	background-color: #FFFFCE;
	background-image: url("images/johnmedia_weblogo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#menu {
	list-style: none;
	width: 784px;
	height: 20px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	float: left;
	margin: 0;
	padding: 1px 8px 8px;
}
#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	display: inline;
}
#menu a {
	background: #000000;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: 800;
}
#menu a:hover {
	background: #FFF url("images/hover.gif") left center no-repeat;
	color: #000;
	padding-bottom: 8px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 802px;
}
#content {
	width: 760px;
	height: 401px;
	border-right: 1px solid #99877D;
	border-left: 1px solid #99877D;
	border-bottom: 1px solid #99877D;
	background-color: #000000;
	color: #fff;
	float: left;
	padding: 20px;
}
body {
	font-family: Verdana, Arial;
	font-size: 14px;
}
a:link      {
	color: white;
}
a:visited   {
	color: white;
}
h1 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 8px;
	margin-bottom: 11px;
}
.container {
position:absolute;
width:802px;
height:550px;
top:50%;
left:50%;
background-color:black;
margin-left:-401px;
margin-top:-275px;
}