@charset "UTF-8";
/* CSS Document */

/*
	tswtabs.css		1.2.4
https://www.thesitewizard.com/wizards/css-menu-buttons.shtml
*/

#tswcsstabs ul {
	margin: 0px ;
	padding: 10px ;
	list-style: none ;
	display: inline;
}
#tswcsstabs ul li {
	margin: 0px ;
	padding: 10px ;
	display: inline ;
	text-align: left ;

	font-family: Arial, Helvetica, sans-serif ;
}
#tswcsstabs li a {
	color: #666633 ; 
	font-weight: bold;
	padding: 10px ;
	text-decoration: underline;
	display: inline-block ;
}

/*
#tswcsstabs li a:hover {
	color: #ffffff ;
	background-color:  ;
}
*/


#bg {
  /* Preserve aspet ratio */
  min-width: 100%;
}