html * {
	padding: 0;
	margin: 0;
	}

html {
	padding: 0;
	margin: 0;
	background: #fff url('images/bg_water.gif') fixed no-repeat left bottom;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	}

body {
	background: transparent url('images/logo1.gif') scroll no-repeat left top;
	color:#000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}

h1 {
	height: 170px;
	text-indent: -9999px;
	}

h2 {
	font-size: 1.0em;
	font-style: bold;
	color: #003399; 
	margin: 10px;
	}

#wrapper {
	margin: -23px 0 20px 163px;
	width: 700px;
	background-color: #fff;
	border: solid #ccc 1px;
	}

#copyright {
	margin: 0 0 0 160px;
	font-weight: bold;
	font-size: 0.9em;
	width: 700px;
	text-align: center;
	clear: both;
	}
	
#navigation {
	width: 160px;
	float: left;
	}
	
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	font-size: 0px;
	visibility: hidden;
	}

#nl {
	margin: 10px 0 0 10px;
	font-size: 0.85em;
	list-style: none;
	}

#nl a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	}

#nl a:hover {
	color: #000;
	}
	
#nav {
	margin: 10px 0 20px 20px;
	font-size: 11px;
	color: #666;
	}

#nav a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover {
	color: #000;
	}
	
#content {
	width: 520px;
	float: right;
	margin-top: 5px;
	}
	
#content p {
	font-size: 0.95em;
	color: #000;
	line-height: 1.4em;
	margin: 0 20px 20px 0;
	}

#content li {
	white-space:normal;
	color:#000000;
	}
#content ol {
	padding-left: 38px;
	color:#000000;
	}
#content ul {
	padding-left: 38px;
	color:#000000;
	}
#content blockquote {
	margin: 0 0 0 20px;
	white-space: wrap;
	}