html, body{
  height: 100%;
  margin: 0;
  padding: 0;
}

body { 
	text-align: center;
	background-image: url(../images/rr_bg2.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: arial, sans-serif;
	font-size: 12px;
}

/* *********** MENUS *********** */
div#menu_top_container {
	height: 19px;
	width: 392px;
	float: right;
	margin-top: -19px;
	text-align: left;
}

/* *********** TOP MENU *********** */

/******** all rollover images ********/
.News { background:url(../images/btn_news_on.gif) bottom left no-repeat; }
.Browse { background:url(../images/btn_browse_on.gif) bottom left no-repeat; }
.Forums { background:url(../images/btn_forums_on.gif) bottom left no-repeat; }
.Contact { background:url(../images/btn_contact_on.gif) bottom left no-repeat; }

/********** horizontal ********/
#menu_top {
	height:19px;
	width:392px;
	margin:0;
	list-style:none;
	padding:0;
}

#menu_top li {
	margin:0;
	padding:0;
	display:block;
	width:98px;
	float:left;	
}

#menu_top a:hover img {
	visibility:hidden;
}

#menu_top a {
	display:block;
}

#menu_top a/**/ {
	height:19px; /* hide from IE5.0/win */
}

/* fixes for IE/win \*/
* html #menu_top a {
	cursor:hand;
}

* html #menu_top li a:hover {
	height:1%;
}
/* */

div#site_head {
	background-image: url(../images/header.jpg);
	background-repeat: x;
	height: 75px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#site_logo {
	height: 75px;
	width: 393px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#maincontainer {
  display: table;
	height: auto;
	width: 794px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#banner_top {
	background-image: url(../images/shadow_small.jpg);
	background-repeat: x;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 6px;
}

div#site_foot {
	background-image: url(../images/footer.gif);
	height: 27px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#site_foot_text {
	height: auto;
	width: auto;
	float: right;
	margin-top: 3px;
	margin-left: 13px;
	margin-right: auto;
	text-align: left;
	color: #727272;
	font-size: 11px;
	font-family: arial, sans-serif;
}

.border_tbl_main {
  background-color: #ffffff;
	border-color: #BABABA;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

td.header {
  height: 75px;
}