* {
	margin:0px;
	padding:0px;
}
h1 {
	font-size:160%;
}	
h2 {
	font-size:100%;
}	
h3 {
	font-size:80%;
}	
html{
	height:100%;
}
body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	height:100%;
	font-size: 100%;
	background-color:white;
}
#wrap {
	min-height:100%;
	margin:auto;
	position:relative;
}
* html #wrap {
	height:100%;
}
#header {
	background-color:white;
	height:100px;
	position:relative;
}
#navigation {
	background: #000000;
	text-align: left;
}
p {
	margin-top:5px;
	margin-bottom:5px;
}
a:link, a:visited {
	color:black;
	text-decoration:none;
}
a:hover, a:active {
	color:#00B760;
	text-decoration:none;
}
#menu {
	height: 100%;
	width: 150px;
	position: fixed;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	text-align:left;
	overflow:hidden;
}
#menu a {
	color: black;
	padding: 10px;
	text-decoration: none;
	display: block;
	padding-left:5px;
}
#menu a:hover {
	background-color: #ddd;
	color: black;
}
#content {
	color:black;
	background-color:white;
	position:relative;
	margin-left:200px;
	padding-left:10px;
	padding-top:20px;
	padding-bottom:40px;
	overflow:hidden;
}
#content a:link, #content a:visited {
	color:#00B760;
}
#content a:hover, #content a:active {
	color: black;
}
#footer {
	background: #000000;
	color:white;
	position:absolute;
	bottom:0;
	width:100%;
	font-size: 80%;
	#height:20px;
	text-align:center;
}
