<style type="text/css">


#main {
	position:absolute;
	left:0px;
	top:0px;
	width:784px;
}

#header {
	width:784px;
	height:152px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#right {
	width:153px;
	height:auto;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	float: left;
	clear: right;
	padding-top: 180px;
}

#content {
	width:460px;
	vertical-align:top;
	float: left;
	clear: none;
	background-color: #FFFFFF;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
}
.text-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 11px;
}
#content .text-content h2 {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}



#left {
	width:157px;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	float: right;
	height: 310px;
	border-left-style: none;
}
#container {
	width: 784px;
	border: 1px solid #000000;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	top: 0px;
}


#footer {
	width:784px;
	height:154px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
}


</style>
.container {
	border: thin groove #00CC00;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#tablecenter {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
