body {
	background-image:url('images/bg.jpg');
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
}
a:hover{
  color:#ffffff;
  text-decoration: none;
}
a{
  color:#ffffff;
  text-decoration: underline;
}
* {margin: 0px;padding: 0px;}

.clear{clear:both;}

img {border: 0px;}

#container{
	margin: 0px auto;
	width: 838px;
	overflow:hidden;
}
#top{
	width:100%;
	background-image:url('images/top_bg.jpg');
	height:auto;
	background-repeat: repeat-x;
}
#header{
	width:326px;
	background-image:url('images/header.jpg');
	height:84px;
	padding-top:130px;
	padding-left:505px;
	padding-right:7px;
}
#content_top{
	width:838px;
	height:10px;
	overflow:hidden;
	background-image:url('images/content_top.gif');
}
#content{
	width:838px;
	height:auto;
	overflow:hidden;
	margin: 0px auto;
	padding-top:15px;
	background-image:url('images/content_bg.gif');
}
#content_bottom{
	width:838px;
	height:10px;
	overflow:hidden;
	background-image:url('images/content_bottom.gif');
}
#menu{
	width:838px;
	height:54px;
	padding-top:30px;
	text-align:center;
  overflow:hidden;
  color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	word-spacing: 2px;
	font-weight: bold;
}
#menu a:hover{
  color:#f2c315;
  text-decoration: none;
}
#menu a{
  color:#ffffff;
  text-decoration: none;
}
#footer{
  width:100%;
	background-image:url('images/footer.jpg');
	height:72px;
	background-repeat: repeat-x;
	clear:both;
}
#left{
  width:300px;
  padding-left:15px;
  padding-right:15px;
	height:auto;
  display:inline;
  float:left;  
}
#right{
  width:478px;
  padding-left:15px;
  padding-right:15px;
	height:auto;
  display:inline;
  float:right;  
}
