body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #2E2E2E;
	vertical-align: top;
	line-height:14px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0px;
	}
a:link {
	color: #095595;
	text-decoration: none;
}
a:visited {
	color: #095595;
	text-decoration: none;
}
a:hover {
	color: #095595;
	text-decoration: underline;
}
a:active {
	color: #095595;
	text-decoration: none;
}


h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

.pad10 {
	padding: 10px;
}
.gallerybutton {
	background-image: url(images/gallery_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 500px;
}

.padding_top {
	padding-top:10px;
}

#left_nav
{
	display: block;
	width: 97px;
	height: 30px;
	float: left;
	background-image: url(images/rsi-nav-bkgrd.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	line-height:9px;
}

#left_nav:hover
{ 
  	background-position: 0 -30px;
	text-decoration: none;
}

#left_nav span
{
  display: none;
}

#center_nav
{
	display: block;
	width: 98px;
	height: 30px;
	float: left;
	background-image: url(images/rsi-nav-bkgrd.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	line-height:9px;
}

#center_nav:hover
{ 
  	background-position: center -30px;
	text-decoration: none;
}

#center_nav span
{
  display: none;
}

#right_nav
{
	display: block;
	width: 97px;
	height: 30px;
	float: left;
	background-image: url(images/rsi-nav-bkgrd.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	line-height:9px;
}

#right_nav:hover
{
	background-position: right -30px;
	text-decoration: none;
}

#right_nav span
{
  display: none;
}

.nav_bkgrd {
	background-image: url(images/rsi-nav.jpg);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}
