body {
margin: 0;
padding: 0;
background: url(images/background.gif) repeat;
}

#wrapper_main {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	width: 760px;
	position:absolute;
}

#header {
	background: url(index_images/index_header.jpg) no-repeat;
	width: 760px;
	height: 112px;
	margin: 0;
	position: relative;
	float:right;
}

#header_links {
	background: url(index_images/index_links_bg.jpg) no-repeat;
	width: 760px;
	height: 23px;
	position: relative;
	float:left;
}

.links_top {
	margin-right: 10px;
	margin-top: 3px;
	position: relative;
	float:right;
	font: bold 12px arial, helvetica, sans-serif;
	color: #000000;
}

.links_top a {
	color:#000000;
	text-decoration:none;
}

.links_top a:hover {
	color:#8b4513;
	text-decoration:underline;
}

.links {
	margin-left: 5px;
	margin-top: 3px;
	position: relative;
	float:left;
	font: bold 12px arial, helvetica, sans-serif;
	color: #000000;
	text-align:center;
}

.links a {
	color:#000000;
	text-decoration:none;
}

.links a:hover {
	color:#8b4513;
	text-decoration:underline;
}

#home_image {
	width: 760px;
	margin: 0;
	position: relative;
	float:left;
}

.disclaimer {
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
}