html,body{margin:0;padding:0;}
body{
	/*background: url(../images/body_bg.gif) repeat-x fixed center bottom;*/
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;	
	background: url(../images/header_bg.gif) repeat-x left top;
}

div#container {
  margin: 0px auto;
  width: 917px;
  
  }
div#header{	
	margin: 0px 0px 0px 0px; height:200px;width:917px;
	
}
div#extra{}
div#side{
	clear:left;float:left;	background-color: #ffffff;
	width:182px;text-align:left;padding-left: 20px;
}
#tabs {	
	
	float:left;clear:left;
	position:relative;
	bottom:41px;
	width:875px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;	
	margin-right: 0px;
	margin-bottom: -15px;	
	font: bold 17px/17px Arial, Helvetica, sans-serif;
}
div#content{		
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	font: 16px/21px Georgia, "Times New Roman", Times, serif;
	float:left;
	width:669px;
	background-color: #ffffff;
	
	padding-left: 25px;
	/*padding-right: 25px;*/
	
}

#content form{
	margin: 0px;
}
div#extra{
	position: absolute;
	right:20px;
	top:120px;
	width:140px;
	background: #dddddd;
}
div#footer{
	border-top: 1px dotted #999999;
	font: 14px/15px Georgia, "Times New Roman", Times, serif;
	float:left;clear:both;
	height:45px;
	width:867px;
	background: url(../images/footer_bg.gif) no-repeat left top;
	margin-left:0px;
	margin-top:25px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
}
