body {
	background:url(../../images/bkg2.jpg) repeat-x #FFF;
	margin:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:90%;
	color: #000000;
}

a {
	color: #029904;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: none;
}

#home {
	background:url(../../images/cornbkg.jpg) no-repeat #FFF;
	width:750px;
	margin: 0 auto;
	border-left: 1px solid #D3CCB5;
	border-right: 1px solid #D3CCB5;
}
#header {
	background:url(../../images/header.jpg) no-repeat top left;
	padding-top:1px;
	margin-top:0;
	height:420px;
}
#buttons {
	margin-left:440px;
	margin-top:110px;
}


#links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	padding-top:10px;
	height:32px;
	text-align: center;
}
#content{
	width: 710px;
	padding: 20px;
}

.small-text {
	font-size: 10px;
}
.address {
	font-size: 80%;
	text-align: center;
}
.floatright{
	float: right;
	margin: 0 0 10px 10px;
}
div.floatright{
	width: 250px;
	font-size: 90%;
	text-align: center;
	font-style: italic;
}
.floatright img{
	margin-bottom: 5px;
}