body {
  font-family:Trebuchet MS;
	font-size:14px;
	color:#000000;
	background-image:url(images/pageback.gif);
	background-repeat:repeat;
	height:100%;
	margin-top:20px;
	}
	
a:link, a:active, a:visited, a:hover {color:#ffffff; text-decoration:none;}
a:hover {color:#ffffff; text-decoration:underline;}	

#content a:link, #content a:active, #content a:visited, #content a:hover {color:#000000; text-decoration:none;}
#content a:hover {color:#000000; text-decoration:underline;}	

/** #menu a:link, #menu a:active, #menu a:visited, #menu a:hover {color:#ffffff; text-decoration:none;}
#menu a:hover {color:#ffffff; text-decoration:underline;}  **/
	
#main {
  width:824px;
/**	height:750px;  **/
	background-image:url(images/mainback.gif);
	background-repeat:repeat;
	}
	
#banner {
  width:824px;
	height:135px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	}
	
#nav {
  width:824px;
	height:17px;
	}
	
#menu {
  width:824px;
	height:17px;
	background-image:url(images/menu.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding-left:18px;
	text-align:left;
	font-weight:bold;
	}
	
html>body #menu {
  width:806px;
	}
	
#content {
  width:824px;
/**	height:598px;  **/
	padding:20px;
	text-align:left;
	}
	
html>body #content {
  width:784px;
/**	height:558px;  **/
	}
	
ul {list-style:none; display:block; text-align:center;}

ul li {
	display:inline; 
	font-size:11px;
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
	border-right:1px solid #ffffff;
	}

.style1 {
  color:#ffffff;
	}