body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/background_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer {
	clear: both;
	float: left;
	height: 40px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
}

#header {
	background-attachment: scroll;
	background-image: url(images/header_web.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 850px;
}
#container {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 850px;
}
#tagline {
	background-attachment: scroll;
	background-image: url(images/tagline.jpg);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	height: 55px;
	width: 850px;
}
#navbar {
	background-attachment: scroll;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 850px;
}
#main {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/background_line.jpg);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	width: 850px;
}
.tableborder {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}

#main_middle {
	margin: 5px 15px 10px 10px;
	padding: 5px 15px 10px 10px;
	float: left;
	width: 180px;
}
#main_right {
	float: right;
	width: 155px;
}
