body
{
	margin: 0;
	padding: 0;
	border: 0;
	background: #f0f0f0;
	text-align: center;
}

img.home
{
	border: 0;
	vertical-align: bottom;
}

h1
{
	color: gray;
	text-align: center;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 28px;
}

hr
{
	text-align: center;
	color: Gray;
}

h2
{
	color: gray;
	margin:0;
	font-size: 16px;
}

.navi
{
	color: #fff;
	background: #444;
	font: 14px Arial, Helvetica, sans-serif;
}

img
{
	border: 0
}

.navi:hover
{
	background: #444;
	color: #efefad;
}	
	
#header
{
	position: relative;
	text-align: center;
	margin-top:10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height:64px;
}
.padder
{
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}

#container
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 790px;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#leftcontent
{
	text-align: left;
	position: relative;
	float: left;
	width: 147px;
	height: 100%;
	background: #444;
	color: #fff;
	border-width: 3px 0 3px 3px;
	border-style: solid;
	border-color: #fff;
}

#rightcontent
{
	text-align: left;
	font: 14px Arial, Helvetica, sans-serif;
	width: 637px;
	position: relative;
	height: 100%;
	float: right;
	background: #fff;
	color: #444;
	border-width: 3px 3px 3px 0;
	border-style: solid;
	border-color: #444;
}

#footer
{	
	width: 640px;
	height: 35px;
	background: #efefad;
	text-align: center;
   position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom: 0px;	
	padding: 0px;
}

