body {
  background-color: #fff;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  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 {
	position: relative;
	color:#000000;
  margin: 0 auto 20px auto; /* (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 940px;
	padding: 0;	
}
#header {
	height:223px;	
	width:940px;
}
#menu {
	position:relative;
}
#menubar {
	position:absolute;
	top:0px;
	left:445px;
}

#footer {
	clear:both;
	color: #333333; 
	text-align:center;
	padding-top:3px;
}

/* 1 column layout = default layout */
#content_div {
	background:url(images/webdesign/bg_03.jpg) repeat-y;
}
#content_bot {
	background:url(images/webdesign/web_layout_05.jpg) top left no-repeat;
	height:136px;
}

#main_column_wrapper {
	margin-left:50px;
	margin-right:50px;
}
/* 1 column layout end */