﻿body {
  background: #fff url(images/webdesign/body_bg.jpg);
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 17px;
  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. */
}
#page {  /* this just used to hold gradient background in top 500px, body bg repeats below that */
  background: url(images/webdesign/page_bg.jpg) repeat-x;
}
#container {
	color:#000000;
  margin: 0 auto 0 auto; /* (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 964px;
	padding-top:8px;
}

#header {

	width:964px;

  height: 220px;

	position:relative;

}



/* home page larger image cut into 2 jpg's     height: 220px;
*/

#home_page #header {

  height: 136px;

}

#home_page #header2 {
	width:964px;
  height:403px;
}

#menudiv {
	position:absolute;
	top:20px;
	left:279px;
	height:20px;
	background-color: transparent;
	z-index:3;
}

#footer {
	clear:both;
	background:url(images/webdesign/footer.jpg);
	height:93px;
}
#address {
	font-size:12px;
	color: #333333;
	text-align:center;
}

#text_links {
	color:#667055;
	clear:both;
	padding-top:35px;
	width: 964px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#content_wrapper {
	zoom:1;   /* causes background image to repeat on ie6 */
	background: #fff url(images/webdesign/content_bg.jpg) repeat-y left top;
}
#main_column_wrapper {
	color:#333333;
	padding:40px 40px 20px 40px;
}

/* narrow left column layout  */
.narrow_left #left_column {
	float:left;
	width: 240px;
	margin-right:20px;
	font-size:12px;
}
.narrow_left #right_column {
	float:right;
	width: 580px;
}
/* narrow left column layout */

/* home page layout  */
.home #left_column {
	float:left;
	width: 240px;
	margin-right:20px;
	font-size:12px;
}
.home #right_column {
	float:right;
	width: 500px;
	margin-right:50px;
}
/* narrow left column layout */

/* one column layout */
.one_column #left_column {
	padding-left:4px;
	padding-bottom:20px;
}
/* one column layout */