body{
	background-color: #D79C02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	background-image: url(/img/body_bg.png);
	background-repeat: repeat-x;
}

#logo{
	width: 280px;
	height: 192px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/files/img/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	behavior: url(/img/iepngfix.htc);
}

#wrapper{
  margin: 0px 0px 10px 62px;
  padding-top: 50px;
  float: left;
	width: 940px;
}

#container{
	width: 100%;
	background-color: #fff;
	border: 1px solid #000;
}

#header{
	width: 100%;
	height: 125px;
	float: left;
}

#navigation{
	width: 100%;
	height: 31px;
	float: left;
  background-image: url(/img/nav_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 2px solid #FDCB4D;
}

#main{
	width: 100%;
	float: left;
	padding: 10px 0px 10px 0px;
}

#sidebar{
	width: 150px;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dotted #cccccc;
	margin: 0px 10px 0px 10px;
}

#copy{
	width: 676px;
	padding-top: 10px;
	margin-right: 20px;
	float: right;
}

#footer{
	width: 100%;
	height: 10px;
	float: left;
	clear: left;
}

#credits{
	float: left
	width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

