* {
	margin: 0;	
	padding: 0;
}








body
{
  background: #fff url("images/bg.gif") repeat-x;  
  text-align: center;
  color: #000;
  font: normal 11px/18px verdana, arial, tahoma, sans-serif;
}








#container 
{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}








#header
{
	text-align: left;
	height: 200px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	color: #fff;
	overflow:hidden;
}








#logo
{
	width: 250px;
	text-align: center;
}
#logo h1
{
font: normal 30px/38px verdana, arial, tahoma, sans-serif;
}








a 
{
	color: #666;
	text-decoration: none;
}








a:visited 
{
	text-decoration: underline;
}








a:hover 
{
	color: #ccc;
}








#leftsidebar {
	width:200px;
	float: left;
	position: relative;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	apadding: 8px;
	text-align: left;
}








#rightsidebar {
	width:200px;
	float: right;
	position: relative;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	apadding: 8px;
	text-align: left;
}








#rightsidebar img {border: 1px solid #ccc;padding: 4px;margin: 4px;background-color: #fff;}








#bronzetop {
	width: 200px;
	background-image: url("images/bronzetop1.png");
	background-repeat: no-repeat;
	height: 24px;
	background-position: 0 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}








#bronzemid {
	width: 200px;
	background-image: url("images/bronzemid.png");
	background-repeat: repeat-y;
	background-position: 0 0;
	text-align: center;	
}








#bronzebot {
	width: 200px;
	background-image: url("images/bronzebottom.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 30px;
}








#silvertop {
	width: 200px;
	background-image: url("images/silvertop1.png");
	background-repeat: no-repeat;
	height: 24px;
	background-position: 0 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	
}








#silvermid {
	width: 200px;
	background-image: url("images/silvermid.png");
	background-repeat: repeat-y;
	background-position: 0 0;
	text-align: center;	
}








#silverbot {
	width: 200px;
	background-image: url("images/silverbottom.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 30px;
}








#goldtop {
	width: 200px;
	background-image: url("images/goldtop1.png");
	background-repeat: no-repeat;
	height: 24px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}








#goldmid {
	width: 200px;
	background-image: url("images/goldmid.png");
	background-repeat: repeat-y;
	background-position: 0 0;
  text-align: center;
}








#goldbot {
	width: 200px;
	background-image: url("images/goldbottom.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 30px;
}








#content img {
border: 1px solid #ccc;
padding: 4px;
margin: 4px;
background-color: #fff;
}
















#content {
float: left;
width: 300px;
border: 1px soldi red;
padding-left: 15px;








}
























#credits {
text-align: center;
clear: both;
height: 50px;
border-top: 1px dotted #808080;
color : #808080;








}
















#menutop {
	width: 200px;
	background-image: url("images/menutop.png");
	background-repeat: no-repeat;
	height: 19px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}








#menumid {
	width: 200px;
	background-image: url("images/menumid.png");
	background-repeat: repeat-y;
	background-position: 0 0;
  text-align: center;
}








#menubot {
	width: 200px;
	background-image: url("images/menubottom.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	height:19px;
}
ul.suckerfish,ul.suckerfish li,ul.suckerfish li ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 200px;
  text-align:left;
}








ul.suckerfish a
{
	text-decoration : none;
	display : block;
	color : #808080;
	font-family : Verdana, Georgia;
	font-size : 14px;
	line-height: 24px;
   	abackground-image:url(images/listdot.png);
  	background-repeat: no-repeat;
   	padding-left: 15px;
}
ul.suckerfish a:hover
{
   color: red;
   text-decoration:underline;
}
ul.suckerfish li {
  position: relative;
  width: 180px;
  line-height: 1.5em;
  text-indent: .5em;
}
ul.suckerfish li ul {
  display: none;
  position: absolute; 
  top: 0;
  left: 180px;
  border: 1px solid #808080;
  z-index: 200;
  background-image:url(images/menumid.png);








}
ul.suckerfish li:hover ul,ul.suckerfish  li.sfhover ul {
  display: block;
}
















