body {
	background-color: #f8be03;
	font-family: Trebuchet MS, Tahoma, Arial; 
	font-size: 13px;
}

.page-container {
	background-color:#f8be03;
	width:744px; 
	margin:0px auto;
	margin-top:5px; 
	margin-bottom:5px; 
}
.header-top {
/*
	background:url(../gfx/bkg3.jpg);
	height:75px; 
*/
	background:url(../gfx/bkg5.jpg);
	height:125px; 
	
	font-weight:bold; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
.header-middle {
}
.header-bottom {
	background-color:#f8be03;
	height:4px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
.content-top {
  background:url(../gfx/ctop.jpg);
	width:744px;
	height:15px;
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
.content { 
	background:url(../gfx/c.jpg) repeat-y;
	width:744px;
	min-height:400px;
	margin-top:-15px !important /*Firefox*/;
	margin-top:0px /*IE6*/;
	margin-bottom:-15px !important /*Firefox*/;
	margin-bottom:0px /*IE6*/;
}
.content_text{
	padding-left:10px;
	padding-right:10px;
}
.content-bottom { 
	background:url(../gfx/cbottom.jpg);
	width:744px;
	height:15px;
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

.news {
	margin-left:8px;
	margin-right:8px;
	float:right;
	width:178px;
}
.news_top {
	background:url(../gfx/ntop.jpg);
	height:15px;
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
.news_content {
	background:url(../gfx/n.jpg) repeat-y;
	padding-left:8px;
	padding-right:8px;
}
.news_bottom {
	background:url(../gfx/nbottom.jpg);
	height:15px;
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

.navi {
}

.navi ul {
	list-style:none;
	padding-left:12px;
/*
	padding-top:57px;
*/
	padding-top:107px;
	margin:0;
}

.navi li.tab {
	display:block;
	background:url(../gfx/tab.gif) no-repeat;
	width:100px;
	list-style:none;
	text-align:center;
	padding:0;
	margin:0;
	float:left;
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
.navi li.space {
	display:block;
	width:5px;
	list-style:none;
	float:left;
}

.navi a:link {color: #ffffff; text-decoration: none}
.navi a:visited {color: #ffffff; text-decoration: none }
.navi a:hover {color: #dddddd; text-decoration: none }

.team_table {
	padding:0px !important /*Firefox*/; 
	padding:4px /*IE6*/;
	border-style:solid;
	border-width:1px;
	border-color:#f8be03;
}

.team_td{
	padding:4px;
	border-style:solid;
	border-width:1px;
	border-color:#f8be03;
}

a:link {color: #000000; text-decoration: underline}
a:visited {color: #333333; text-decoration: underline }
a:hover {color: #444444; text-decoration: none }

td {font-family: Trebuchet MS, Tahoma, Arial; font-size: 13px}
hr {color: #444444; height: 1px}
h1 {font-size: 20px; font-weight: normal; color: #444444}
h2, h3, h4 {font-size: 16px; font-weight: bold; color: #444444}

.small {font-size: 10px;}


