body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/images/bkgd.jpg);
	background-position: center top;
	background-attachment: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	text-align: center;
}
#main {
	width: 904px;
}
#header {
	background-image: url(images/base_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 173px;
	width: 100%;
	overflow: hidden;
}
#header_inside {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.divider {
	background-image: url(/images/base_06.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 9px;
	width: 100%;
	overflow: hidden;
}
#leftborder {
	background-image: url(/images/base_11.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 100%;
}
#rightborder {
	background-image: url(/images/base_14.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#body {
	background-color: #FFFFFF;
	background-image: url(/images/base_10.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
#body_inside {
	margin-right: 10px;
	margin-left: 10px;
}
#body_inside p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer {
	background-image: url(/images/base_18.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

