#container {
  margin:auto;
  width:950px;
}
#header {
   width:900px;
   height:196px;
background: url(images/behind.png) center no-repeat;
}
#navigation {
   width:900px;
   height:55px;
   padding: 25px 0px 0px 0px;
}
#left {
   float:left;
   padding:49px 20px 3px 20px;
   width:400px;
   height:484px;
   background: url(images/leftcolumn.png) no-repeat top left;
   overflow:hidden;
   color:#000000;
   font-size:18px;
}
#scrollbox {
	float:left;
	width:415px;
	height:430px;
	overflow:scroll;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#right {
   float:left;
   padding:3px 3px 3px 20px;
   width:450px;
   height:300px;
   background:url(images/rightcolumn.png) top right no-repeat;
}
#rightbottom {
	float:left;
	padding:0px 3px 3px 3px;
	width:275px;
	height:30px;
}	
	
	
#footer {
   clear:both;
   width:900px;
   height:24px;
}
a img {
	border:none 0px;
}

	