body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/backg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

#toplink
{
	width: 760px;
	height: 150px;
	margin: 0px auto;
	text-align: left;
}

#content
{
	width: 730px;
	margin: 0px auto;
	text-align: left;
	background-color: #FBFAE8;
	border-color: #FBFAE8;
	border-width: 5px;
	border-style: solid;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#content a { color: #060; }

#title
{
	text-align: center;
	text-transform: inherit;
	letter-spacing: 2px;
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}

#botlink
{
	padding: 2px;
	border-color: #060;
	border-width: 1px;
	border-style: solid;
	margin-top: 25px;
	margin-bottom: 15px;
	background-image: url(images/backgrad.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}

#botlink a:link, #botlink a:visited
{
	color: #669933;
	text-transform: inherit;
	text-decoration: none;
}

#botlink a:hover
{
	color: #990000;
	text-transform: inherit;
	text-decoration: none;
}

h3 { font-size: 14px; }
h5 { font-size: 9px; }
img
{
	border-color: #990000;
	border-width: 1px;
	border-style: solid;
}
.borderaddress
{
	border-color: #900;
	border-width: 1px;
	border-style: solid;
	background-color: #FF9;
	padding: 10px;
	width: 200px;
	display: block;
	text-align: center;
	text-transform: inherit;
	letter-spacing: 1px;
	margin: 0 auto 0 auto;
}