@charset "utf-8";
/* CSS Document */
body { 
text-align: center; /*ie5 hack */
margin: 0px; 
padding: 0px; 
}

.table {
		position:relative;
        width:700px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align: left;    
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:700px;
	height:200px;
	z-index:1;
}
#sidebar {
	position:absolute;
	left:-10px;
	top:282px;
	width:200px;
	height:170px;
	z-index:1;
}
#content {
	position:absolute;
	left:195px;
	top:31px;
	width:500px;
	height:171px;
	z-index:1;
	padding-left: 5px;
}
#topnav {
	position:absolute;
	left:0px;
	top:197px;
	width:700px;
	height:31px;
	z-index:1;
}
#footer {
	position:absolute;
	left:2px;
	top:38281px;
	width:698px;
	height:48px;
	z-index:1;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3f6e60;
	
}
#border {
	position:absolute;
	left:0px;
	top:197px;
	width:696px;
	height:38328px;
	z-index:1;
	border-width: 2px;
	border-style: solid;
	border-color: #3f6e60;
}

