body {

	background-image: url(images/bg.jpg);

	background-repeat: repeat;

	background-color: #000000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 13px;


}

html,body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
   }
.fullheight {
	height: 100%
}

#tablebg  {

	background-image:url(images/middle_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	
}

a {text-decoration : none; color : #999999; }
a:visited {color : #999999;}
a:hover {color : #8a5652;}
a.secnav {font-size:16px;
		font-weight:bold;
		color:#666666;
}
a.secnav:visited {font-size:16px;
		font-weight:bold;
		color:#666666;
}
a.secnav:hover {font-size:16px;
		font-weight:bold;
		color:#8a5652;
}
a.secnavselected {font-size:34px; }
