body {
	margin: 0;
	padding: 0;
	background-image: url(images/dot_bg.gif);
	background-repeat:repeat;
}

#page {
	margin: auto;
}

#header {
	background-image: url(images/logo_bg2.gif);
   /* background-image: url(images/logo_bg3.png);*/
	background-repeat: no-repeat;
	height: 95px;
	/*background-color: Gray;*/
    background-color:#ffffff;
	margin: auto;
	width: 980px;
	xmargin-top: 100px;
}

#header_content {
	margin: auto;
	width: 980px;
	height: 20px;
}

#topmenu {
	height: 22px;
}

#topmenu td {
	padding: 0 6px 0 17px;
	background-image: url(Images/topnav_arrow.png);
	background-repeat: no-repeat;
}


#teaser {
	height: 169px;
}

#content {
	margin: auto;
	width: 980px;
	background-color:#ffffff;
}

#left_content {
	float: left;
	width: 155px;
	left: 0;
	border-right: dotted 1px lightgrey;
}

#right_content {
	float: right;
	width: 704px;
	background: white;
}
#center_content {
	margin: 10px;
	width: 940px;
	background: white;
	padding: 10px 10px 10px 10px;
	min-height: 500px;
}
#center_content_nomargin {
	margin: 0px;
	width: 940px;
	background: white;
	padding: 0px 0px 0px 0px;
}

#clear {
	clear: both;
}

#footer {
	margin: auto;
	background-color: #1E5A8C;
	width: 980px;
	height: 33px;
}