body {
  background: #d1e0ea url(images/webdesign/background.gif) repeat-x;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: auto;
  margin: 0 0 0 0; /* (top, right, bottom, left) */
  padding: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#container {
	color:#000000;
	background:#FFFFFF url(images/webdesign/content_bg.jpg) repeat-y;
  margin: 0 auto 0px; auto; /* (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 892px;
	padding: 0;	
}
#header {
	position:relative;
	width:892px;
	height: 346px;
}
/* h1 text, not visible */
#header h1 {
	position:absolute;
	top:0;
	left:0;
	margin:0; 
	padding:0; 
	text-align: left;	
	text-indent: -9000px; 
	display: none; 
}
#menu_div {
	position:absolute;
	top:290px;	
	left:43px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#footer {
	position:relative;
	clear:both;
	width:892px;
  height: 148px;
	color: #ffffff;
	background:url(images/webdesign/footer.jpg) no-repeat;
	text-align:center;
}
#links {
	position:absolute;
	width:560px;
	top:30px;
	left:280px;
}
#address {
	margin-top:20px;
	font-size:12px;
	margin-bottom:40px;
}
.divider {
	padding-bottom:20px;
	border-bottom: #CCCCCC 1px solid;
	margin-bottom:40px;
}

/* 2 column layout = default layout */
#main_column_wrapper {
	float: right;
  width: 600px;  
	padding-top:20px;
	margin-right:25px;
}
#main_column_text {
	color:#333333;
	margin-left:30px;
	margin-right:7px;
	padding:25px 15px 3px 8px;
}
#secondary_wrapper {
	float:left;
	width: 240px;
	padding-top:20px;
}
#secondary_column_text {
	color:#333333;
	margin-left:25px;
	margin-right:10px;
	padding:25px 0 25px 0;
}
/* 2 column layout end */

/* 1 column layout, set body class to column_one */
.one_column #main_column_wrapper {
	float: left;
	background-color: #fff;
	padding: 25px 0 25px 40px;
}
/* 1 column layout end */