body {
    margin: 0;
    padding: 0;
    border: 0;			/* This removes the border around the viewport in old versions of IE */
    width: 100%;
    background-color: #9cb8c3;
	font: 14px Arial, Helvetica, sans-serif;
}

table.base {
	width: 100%;
	border: 0px;
	margin: 0;
	padding: 0;
	table-layout: fixed;
}

.base img {
	border: 0px;
}

.base .head_left {
	width: 266px;
	height: 236px;
}

.base .head_middle {
	width: 553px;
	height: 236px;
}

.base .head_fill {
	width: 100%;
	height: 236px;
	background-image: url(../images/header_fill.jpg);
	background-repeat: repeat-x;
}

.base .head_right {
	width: 271px;
	height: 236px;
}

.base .content_left {
	width: 266px;
	background-image: url(../images/col_left.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}

.base .content_left .left {
	margin-left: 30px;
}

.base .content_middle {
	width: 100%;
	height: 500px;
	background-color: #fefbfb;
	vertical-align: top;
}

.base .content_middle .middle {
	margin: 0px 5px 5px 5px;
}

.base .content_right {
	width: 271px;
	background-image: url(../images/col_right.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}

.base .content_right .right {
	margin: -10px 10px 0px 10px;
}

.base .footer_left {
	width: 266px;
	background-image: url(../images/footer_left.jpg);
	background-repeat: no-repeat;
}

.base .footer_middle {
	width: 100%;
	background-image: url(../images/footer_middle.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

.base .footer_right {
	width: 271px;
	background-image: url(../images/footer_right.jpg);
	background-repeat: no-repeat;
}