/*body dimensions*/ body {	margin: 0px auto 0px auto;	background-image:url('../images/bg.jpg');	background-color:#ffffff;	background-position:top;	background-repeat:repeat-x;	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	color:#000000;}#wrapper {	width:960px;	height:auto;	margin: 0px auto 0px auto;	text-align:left;}/*navigation dimensions*/#navigation_area {	background-image:url('../images/bg_top.jpg');	width:400px;	height:245px;	position:relative;}#navigation {	float:left;	height:240px;	width:400px;	position:relative;	z-index:2;}#logo{height:auto;}/*content dimensions*//*footer dimensions*/#footer {	width:100%;	height:220px;	float:left;	background-image:url('../images/footer_bg.jpg');	background-repeat:repeat-x;}#footer_content {	width:960px;	height: 73px;	margin: 0px auto 0px auto;}/*fonts*/.bodytext {	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	color:#f8f8f8;	line-height:20px;}.header{	font-family:Arial, Helvetica, sans-serif;	font-size:18px;	font-weight:bold;	color:#f8f8f8;	line-height:20px;}