#container {
	width: 100%;
	margin : 0px auto;
	background: transparent;
	text-align: center; 
	margin : 0px auto;
	height : auto;
	z-index : 100;
}
#topcenter {
	position : relative;
	width : 720px;
	margin : 0px auto;
	z-index : 100;
}
#webaddress {
	position : absolute;
	width : 200px;
	top : 0px;
	left : 0px;
	height : auto;
	z-index : 100;
}
#header {
	position : absolute;
	top : 0px;
	left : 200px;
	height : auto;
	z-index : 100;
}
#menu {
	position : absolute;
	width : 200px;
	top : 50px;
	left : 0px;
	height : auto;
	z-index : 100;
}
#side {
	position : absolute;
	top : 200px;
	left : 0px;
	width : 200px;
	background : #0058A8;
	text-align : left;
	vertical-align : top;
	height : auto;
	z-index : 100;
	margin-bottom : 0px;
}
#content {
	position : absolute;
	top : 205px;
	left : 205px;
	width : 510px;
	text-align : left;
	vertical-align : top;
	font-family : Arial;
	font-size : 12px;
	height : auto;
	z-index : 100;
}
#footer {
	position : relative;
	width : 720px;
	text-align : center;
	vertical-align : top;
	font-family : Arial;
	font-size : 10px;
	background-color : e2e2e2;
	z-index : 1;
}
.side_text {
	font-family : Arial;
	font-size : 10px;
	color : #ffffff;
	text-align : left;
	vertical-align : top;
}
h1	{
	color : #FFFFFF;
	font-size : 16px;
	margin : 0px 0px 0px 0px;
	font-family : Arial;
	font-weight : bold;
	padding : 3px 3px 0px 3px;
	border-bottom : 3px solid #0084FF;
	background: #0058A8;
}
td {
	font-family : Arial;
	font-size : 12px;
}