body {
  background: #5379a0 url(images/webdesign/body_bg.jpg) top left repeat-x;;
  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. */
}
#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: 899px;
}

#header {
	width:899px;
  height: 393px;
	position:relative;
}

#menudiv {
	position:absolute;
	top:213px;
	left:20px;
	height:145px;
	background-color: transparent;
	z-index:3;
}

#formdiv {
	width:600px;
}

#footer {
	clear:both;
	height:144px;
}

#text_links {
	color:#fff;
	clear:both;
	padding-top:35px;
	width: 899px;
	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: 300px;
	margin-right:20px;
	font-size:12px;
}
.narrow_left #right_column {
	float:right;
	width: 480px;
}
/* narrow left column layout */

/* one column layout */
.one_column #right_column {
	padding-left:40px;
	padding-right:40px;
	padding-bottom:30px;
}
/* one column layout */