html,body{margin:0 auto 0 auto;padding:0; }
body{text-align: left;width:850px;  background:url("../images/body_bg.gif") repeat-x left -50px;
}
div#header{		
	height:180px;width:850px;float:left;clear:left;padding: 0px 0px 0px 0px;margin: 30px 0px 0px 0px;
	display: inline;/*display: inline; fixes ie double margin bug*/	
	text-align:center;color:#345;
}
div#side{
	
	width:239px;clear:both;float:left;margin: 0px 0px 30px 20px;padding-top:6px;padding-left:5px;
	display: inline;/*display: inline; fixes ie double margin bug*/
	
}

.sidebg{
	background-image:url("../images/side_bg.gif");margin: 6px 0px 30px 20px;padding-top:6px;padding-left:5px;
	background-repeat:no-repeat;
}
div#content2{		
	width:544px;float: right;margin: 0px 20px 30px 0px;	
	text-align:left;border-left:1px dotted #9999bb;	padding-left:21px;	
	color:#123;
	letter-spacing:0px;
	
}
div#tabs {		
	height:34px;
	width:820px;float:left;clear:both;margin: 0px 0px 20px 20px;
	font: bold 17px/20px Georgia, "Times New Roman", Times, serif;
	display: inline;/*display: inline; fixes ie double margin bug*/
	
}
div#content{		
	width:795px;float: left;margin: 10px 30px 15px 30px;		
	text-align:left;
	color:#345;
	letter-spacing:0px;
	
}

#content form{
	margin: 0px;
}
div#footer{
	background-image:url(../images/footer_bg.jpg);
	color:#fff;
	font: 16px/19px Georgia, Verdana,Arial, Helvetica; "Times New Roman", Times, serif;
	float:left;clear:both;
	height:140px;
	width:785px;
	margin-top:10px;
	margin-left:0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 40px;
}