body {
	background-color:#252525;
  color: #cdcdcd;
	font-family: Trebuchet, sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px
}
a:hover{
  color:#cdcdcd;
  text-decoration: none;
}
a{
  color:#f2a000;
  text-decoration: none;
}
* {margin: 0px;padding: 0px;}

.clear{clear:both;}

img {border: 0px;}

#bg{
  width:100%;
  background-image:url('./images/top_bg.gif');
	background-repeat: repeat-x;
}
#container{
	margin: 0px auto;
	width: 780px;
	overflow:hidden;
}
#header{
  width:780px;
  height:267px;
  background-image:url('./images/header.gif');
}
#menu{
  width:780px;
  height:76px;
  text-align:center;
  font-size: 12pt;
  color: #f2a000;
  letter-spacing: 3px;
}
#menu a:hover{
  color:#cdcdcd;
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
}
#menu a{
  color:#f2a000;
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
}
#footer{
  width:100%;
  height:119px;
  background-image:url('./images/footer_bg.gif');
	background-repeat: repeat-x;
}
#left{
  width:444px;
  height:auto;
  float:left;
  display:inline;
  padding-right:15px
}
#right{
  width:321px;
  height:auto;
  float:right;
  display:inline;
  background-image:url('./images/right_bg.gif');
	background-repeat: repeat-y;
}
