
  body
  {
	margin: 0px;
	padding: 0px;
	background-image: url(images/backg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, sans-serif;
  }
  
 #container
 {
	width: 860px;
	margin: 0px auto;
 } 

#logo
{
	width: 860px;
	margin: 0;
	height: 255px;
}

div#linkbar
{
	height: 32px;
	margin: 0;
	padding: 0;
	background-image: url(images/links1.jpg);
	background-repeat: repeat-x;
	width: 860px;
}


div#linkbar #buttons
{
	width: 860px;
	height: 32px;
	margin: 0;
	padding: 0;
	position: relative;
}

div#linkbar #buttons li
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	list-style-type: none;
	list-style-position: default;
}

div#linkbar #buttons li, div#linkbar #buttons a
{
	height: 32px;
	display: block;
}

#b1 a, #b2 a, #b3 a, #b4 a, #b5 a, #b6 a, #b7 a, #b8 a, #b9 a {
	background-image: url(images/links1.jpg);
	background-repeat: no-repeat;
}

#b1 a:hover, #b2 a:hover, #b3 a:hover, #b4 a:hover, #b5 a:hover, #b6 a:hover, #b7 a:hover, #b8 a:hover, #b9 a:hover {
	background-image: url(images/links2.jpg);
}


#b1, #b1 a {left:28px; width: 57px;}
#b1 a { background-position: -28px 0px; }

#b2, #b2 a {left:85px; width: 80px;}
#b2 a { background-position: -85px 0px; }

#b3, #b3 a {left:165px; width: 115px;}
#b3 a { background-position: -165px 0px; }

#b4, #b4 a {left:280px; width: 80px;}
#b4 a { background-position: -280px 0px; }

#b5, #b5 a {left:360px; width: 114px;}
#b5 a { background-position: -360px 0px; }

#b6, #b6 a {left:474px; width: 136px;}
#b6 a { background-position: -474px 0px; }

#b7, #b7 a {left:610px; width: 82px;}
#b7 a { background-position: -610px 0px; }

#b8, #b8 a {left:692px; width: 58px;}
#b8 a { background-position: -692px 0px; }

#b9, #b9 a {left:750px; width: 76px;}
#b9 a { background-position: -750px 0px; }



#buttons li a span { display: none; }



#content
{
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background-color: #FBFAE8;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 20px;
	line-height: 17px;
}

#footer
{
	text-align: center;
	padding: 20px 0;
	float: left;
	clear: both;
	display: inline;
	width: 860px;
}


#content p { line-height: 1.5; }

a, a:link, a:visited { color: #DDD; }
a:hover { color: #07b9fc; }


#content a { color: #060; }

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

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;
}

#logo img {border:0;}


