body {
	background-image:url('images/bg.jpg');
	color: #FFF;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px
	font-stretch: condensed;
	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;}
 img, div { behavior: url(iepngfix.htc) }

#container{
	margin: 0px auto;
	width: 895px;
	background-image:url('images/container_bg.png');
	overflow:hidden;
}
#header{
	margin: 0px auto;
	text-align: center;
	width:863px;
	background-image:url('images/header.jpg');
	height:318px;
}
#content{
	width:833px;
	height:auto;
	padding:15px;
	overflow:hidden;
	margin: 0px auto;
}
#menu{
	width:853px;
	height:auto;
	padding:5px;
	text-align:center;
  overflow:hidden;
	margin: 0px auto;
}
