html, body {
	border:0; margin:0; padding:0; 
	background:#555555;
	text-align:center;
}

#main {
	width:900px; height:100%;
	min-height:600px;
	text-align:left;
	margin:0 auto;
	margin-top:10px;
	background:#333333;
	border:1px solid black;
}

#header {
	width:900px; height:80px;
	margin-left:auto; margin-right:auto;
	background:url('../img/header.gif');
}

#content {
	width:680px; height:100%;
	float:right;
	font:9pt tahoma;
	background:#333333;
	margin-left:auto; margin-right:auto;
}
	#content h1 {
		color:#0098a5;
		text-align:center;
		font:bold 14pt tahoma;
		padding:0 0 20px 60px;
	}
	
	#content ul li a {
		text-decoration:none;
		font:13pt tahoma;
		color:#0098a5;
	}	
	
	#content ul li a:hover {
		text-decoration:none;
		font:bold 13pt tahoma;
		color:#0098a5;
	}
	
	#content #slide {
		margin-left:auto; margin-right:auto;
		width:600px; height:363px;
		background:url('../img/slide01.gif');
	}
	
	#content #slide img {
		width:600px;
		height:363px;
		top:0;
		left:0;
	}

#left {
	width:170px; height:100%;
	float:left;
	padding:30px 0 0 10px;
}
	
	#left #menu {
		padding:0;
		margin:0;
		float:left;
	}
	
	#left #menu ul {
		width:170px;
		font:8pt verdana;
		color:#0098a5;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		padding:0; margin-left:0;
	}
	
	#left #menu ul li {
		ppfloat:left;
	}
	
	#left #menu ul li a {
		border-style:solid;
		border-width:1px 1px 1px 6px;
		color:#CCCCCC;
		display:block;
		padding:2px 2px 2px 6px;
		text-decoration:none;
	}
	
	#left #menu ul li a:hover {
		border-color:#0098a5;
		font-weight:bold;
	}

#footer {
	width:100%; height:100%;
	clear:both;
	text-align:center;
	font:8pt tahoma;
	color:white;
	margin:10px 0 16px 0;
}
