html, body
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background-color: #f9f7ed;
}

body
{
	font-family: Arial;
}

h2 
{
	font-size:22px;
	margin: 0;
	padding: 0;
}

p, a
 {
	/*font-size:13pt;*/
	margin: 0;
	padding: 0;
}

#name_cloud h2
{
	font-size: 22px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

#name_cloud p, a
{
	font-size: 13pt;
	font-weight:normal;
	padding: 0;
	margin: 0;
}

#page
{
	width: 1000px;
	position: relative;
	min-height: 738px;
	height: auto !important;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #F9F7ED;
}

#header ul #page
{
	position: absolute;
	left: -5000px;
}

#page #header h1, #page #header span
{
	position: absolute;
	left: -5000px;
}

#main
{
	float:left;
	background-image: url("images/page_middle.jpg" );
	background-repeat: repeat-y;
	width: 825px;
	min-height: 368px;
	padding-bottom: 30px;
}

#bottom
{
	clear: both;
	background-image: url("images/page_bottom.jpg");
	background-repeat: no-repeat;
	width: 825px;
	height: 34px;
}

#footer .padding
{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 185px;
	border: black 0px solid;	
}

#footer img.oh_logo
{
	float: left;
	padding-right: 10px;
	border: none;
}

img
{
	border: 0px;
}
