body
{
	padding: 0;
	margin: 0;
	background: #472E00;
	color: #fff;
	font-family: georgia, times new roman, times, serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

h1
{
	color: #FF7009;
}

h2
{
	color: #FF7009;
}

h3
{
	color: #FF7009;
}

h4
{
	color: #FF7009;
}

h5
{
	color: #FF7009;
}

h6
{
	color: #FF7009;
}

a
{
	text-decoration: none;
	color: #FFB86D;
}

a:hover
{
	text-decoration: none;
	color: #FF7009;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -370px;
	position: absolute;
	top: -216px;
	left: 50%;
}

#header
{
	width: 740px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFF;
	width: 700px;
	height: 340px;
}

#containerleft
{
	float: left;
	width: 60px;
	height: 320px;
	background-image:url('images/about.jpg');
	border-right: 20px solid #FFF;
	padding: 10px;
}

#containerleft a
{
	text-decoration: none;
	color: #5B8B89;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #fff;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: georgia, times new roman, times, serif;
	letter-spacing: -0.5px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 580px;
	height: 320px;
	background: #A36B4A;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: georgia, times new roman, times, serif;
	letter-spacing: -0.5px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
}

#footer
{
	width: 730px;
	text-align: left;
	padding: 0px;
	color: #FF80A8;
	height: 31px;
	letter-spacing: 1px;	
}

#footer a
{
	text-decoration: none;
	color: #FF80A8;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}

#image {
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#image-left {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
#image-right {
	float: right;
	width: auto;
	margin-left: 10px;
	margin-bottom: 10px;
}