body
{
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	font-family: Georgia, serif;
	color: #32130f;
	background-image: url(images/background.jpg); 
	background-color: #dedede;
}

div
{
}

h2
{
	font-size: 18px;
	font-weight: normal;
	
}

h3
{
	font-size: 16px;
	font-weight: bolder;
	
}

input
{
	background: #cfc0ad;
	border: 1px solid #4d1e18;
	color: #4d1e18;
}

textarea
{
	background: #cfc0ad;
	border: 1px solid #4d1e18;
	color: #4d1e18;
}

select
{
	background: #cfc0ad;
	border: 1px solid #4d1e18;
	color: #4d1e18;
}

input:focus, textarea:focus, select:focus
{
	background: #ffffff;
}

#container
{
	margin: auto;
	width: 900px;
	
}

#menu
{
	width: 900px;
}

#content_container
{
	width: 880px;
	background-color: #cfc0ad;
	padding: 10px;
	text-align: left;
}

#content_container_contact
{
	width: 880px;
	background-color: #dcd0c0;
	padding: 10px;
	text-align: left;
}

#page_content
{
	position: relative;
	left: 265px;
	width: 615px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px;
}

#logobottom
{
	position: absolute;
	z-index: 2;
}


#footer
{
	position: relative;
	height: 32px;
	width: 900px;
	background-image: url(../images/botshadow.gif);
	background-repeat: repeat-x;
	padding: 8px 0 8px 0;
}

#footertext
{
	color: #4d1e18;
	font-size: 12px;
}

a:link {color: #4d1e18; text-decoration: underline;}
a:visited {color: #4d1e18; text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}
a:active {color: #4d1e18; text-decoration: underline;}

a.footer_link:link {color: #4d1e18; text-decoration: underline;}
a.footer_link:visited {color: #4d1e18; text-decoration: underline;}
a.footer_link:hover {color: #000000; text-decoration: underline;}
a.footer_link:active {color: #4d1e18; text-decoration: underline;}

.table_head
{
	background: #cfdff4;
	padding: 3px;
	font-size: 12px;
}

.table_content
{
	background: #FFFFFF;
	padding: 3px;
	font-size: 12px;
}

.home_result
{
	border: 1px solid #85a9c1;
	margin: 0 0 10px 0;
}

.blue_block
{
	position: absolute;
	left: 350px;
	width: 200px;
	background: #e3ebf7;
	padding: 10px;
}

.column
{
	line-height: 24px;
	float: left;
}
