body { 
	font-family: Verdana,sans-serif;
	font-size: 12px;
	line-height: 170%;
	text-align: justify;
	margin: 0;
	height: 100%;
}

h2 {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 19px;
	font-weight: 400;
}

ul {
	list-style-type: disc;
	padding-left: 10px;
}

li { margin-left: 10px; }

div { margin:0; padding:0; }

#container { 
	overflow: hidden;
	margin: 0 auto; 
	width: 960px; 
	min-height: 100%;
	position: relative;
	}

#header {
	height: 80px;
}

#content { 
	float: right; 
	width: 700px; 
	padding-bottom:40px;
}

#footer {
	font-family: Helvetica,Arial,sans-serif;
	font-size: x-small;
	position:absolute;
	height: 30px;
	bottom: 0;
	right: 0;
}

#menu { 
	float:left; 
	font-size:18px;
	line-height: 150%;
	padding-top: 20px;
	}
	
a.nav {
	display: block;
	width:120px; 
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-decoration: none; 
	background: #B0B0B0;
	color: black;
	border: 1px solid black;
	border-right: 8px solid black;
}

a.nav:hover {
	background: #D0D0D0;
}
