

body 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #6e6e6e;
  color: #fff;
  margin: 0 auto;
  padding: 0;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 400px;
	color: #fff;
	text-align: center;
	background-color: #6e6e6e;
}

#header
{
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 10px;
}

#content
{
	background-color: #505050;
	color: inherit;
	padding: 10px;
	width: 510px;
	height: 410px;
	border: 4px solid #4E4E4E;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#content h3
{
	font-size: 0.7em;
}

#content p
{
	font-size: 0.6em;
	margin-bottom: 20px;
}

#content a
{
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

#content a:hover
{
	background-color: inherit;
	color: #999;
}

.image
{
	float: left;
	border: 1px solid #666;
	margin: 25px;
}
 

#navbar
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}

#navbar a
{
	font-size: 0.8em;
	background-color: inherit;
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
}

#navbar a:hover
{
	background-color: inherit;
	color: #999999;
}

#footer
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: inherit;
	color: #fff;
}

#footer p
{
	font-family: Helvetica, sans-serif;
	font-size: 0.6em;
	padding-bottom: 20px;
	line-height: 20px;
}

#footer a
{
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#footer a:hover
{
	color: #999;
	background-color: inherit;
}
