body {
  background: #fff url(images/webdesign/bg1.jpg);
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  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. */
}

#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: 816px;
	padding-top:8px;
}

#header {
	width: 816px;
  height: 284px;
	background:#666666 url(images/webdesign/header.jpg) top left no-repeat;
	position:relative;
}

#menudiv {
	position:absolute;
	top:251px;
	left:0px;
	width: 816px;
	height:20px;
	background-color: transparent;
}

#footer {
	clear:both;
	height:93px;
	background-color:transparent;
}

#content_wrapper {
	zoom:1;   /* causes background image to repeat on ie6 */
	background: #fff url(images/webdesign/content_bg.jpg) repeat-y left top;
}
#content_wrapper_bottom {
	background: #fff url(images/webdesign/footer.jpg) left top no-repeat;
	height:35px;
}
#main_column_wrapper {
	color:#333333;
	padding:40px 20px 20px 20px;
}

/* narrow left column layout  */
.narrow_left #left_column {
	float:left;
	width: 240px;
	margin-right:20px;
	font-size:12px;
	padding-bottom:40px;
}
.narrow_left #right_column {
	float:right;
	width: 480px;
	padding-bottom:40px;	
}
/* narrow left column layout */

/* narrow right column layout  */
.narrow_right #left_column {
	float:left;
	width: 480px;
	padding-bottom:40px;	
}
.narrow_right #right_column {
	float:right;
	width: 240px;
	padding-bottom:40px;		
}
/* narrow right column layout */

/* this div is used for text box left or right depending on above layout */
#text_med_top {
	background:#dfdfdf url(images/webdesign/med_box_top.jpg) top left no-repeat;
	height:26px;
}
#text_med {
	background:#dfdfdf url(images/webdesign/med_box_fill.jpg) top left repeat-y;
}
#text_med_bot {
	background:#dfdfdf url(images/webdesign/med_box_bot.jpg) top left no-repeat;
	height:39px;
}

/* this div is used for text box in one column layout */
#text_wide_top {
	background:#dfdfdf url(images/webdesign/wide_box_top.jpg) top left no-repeat;
	height:23px;
}
#text_wide {
	background:#dfdfdf url(images/webdesign/wide_box_fill.jpg) top left repeat-y;
}
#text_wide_bot {
	background:#dfdfdf url(images/webdesign/wide_box_bot.jpg) top left no-repeat;
	height:31px;
}

/* interior text div gives padding inside the graphic boxes */
#text_div {
	padding-left:30px;
	padding-right:30px;	
}

/* one column layout */
.one_column #left_column {
	padding-bottom:40px;
}
/* one column layout */