body{ 
	background-color:#fff;
	font-size:16px; 
	margin:0;
	padding:0; 
	font-family: arial;
}

#header{ 
	background: url(/images/menuback.jpg) repeat-x;
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	font-weight:bold;
}

#header a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover, #header a:focus {
	color: #fff;
	text-decoration: underline;
}

#side-header{ 
	float: right;
	padding: 10px 75px 10px 10px;
	float: right;
	margin: 0;
	position: relative;
	min-height: 33px;
	width: 300px;
	white-space: nowrap;
}

h1 {
	font-size: 100%;
	margin: 0;
	float: left;
}

h1 a {
	display: block;
	height: 42px;
	width: 239px;
	z-index: 1000; /* need for FX and IE */
	background: url(/images/tft_test-1.gif);
}

#center { 
background-color:#fff; 
min-height:600px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:600px; /* for IE5.x and IE6 */
}

#footer { 
clear:both;
text-align: center;
background-color:#fff;
height:100px;
}

#search, ul { background: #fff; padding: 5px; width: 350px; border: 1px solid #999; font-family: arial, sans-serif; font-size: 14px;  list-style-type: none;}
li { margin: 0 0 5px 0; cursor: none; color: green; background: #fff; text-align:left; }
li:hover { background: #ffc; }
