html
{
	height: 100%;
}

body
{
	background-color: #00202a;
	background-image: url('images/bgr.png');
	background-repeat: repeat-x;
	height: 100%;
	font: 12px arial;
}

.centered
{
	margin: 0 auto;
}

table.menu
{
	background-image: url('images/menu-bgr.png');
	height: 40px;
	width: 802px;
}

img.menu-image
{
	border: 0;
	margin: 0;
	padding: 0;
}

td.content
{
	background-image: url('images/content-bgr.png');
	height: 400px;

}

td.footer
{
	height: 42px;
	background-image: url('images/footer-bgr.png');
}


h1{font-size: 180%; color: #00536e;}
h2{font-size: 160%; color: #00536e;}

p.text
{
	margin: 10px 0px 20px 5px;
	font: 12px arial;
}

span.contact-text
{
	margin-left: 5px;
	margin-right: 5px;
}

div.content
{
	margin-left: 23px;
	width:100%;
	height:100%;
	background-image: url('images/gears.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.form-heading
{
	margin-bottom: 5px;
	float: left;
	width: 75px;	
}
	
div.form-field
{
	margin-bottom: 5px;
	float: left;
	width: 200px;	
}	

input.input-field
{
	background-color: #eeebe3;
	border: solid 1px;
	border-color: #aa9b7f;
	width: 200px;
}

input.button
{
	width: 200px;
	background-color: #d9d1c1;
	border: solid 1px;
	border-color: #aa9b7f;
}

textarea.form
{
background-color: #eeebe3;
border: solid 1px;
border-color: #aa9b7f;
width: 200px;
height: 100px;
}

input.button:hover
{
	background-color: #aa9b7f;
	border-color: #d9d1c1;
}

a
{color: #00536e;}
