#boundary {
	float: left;
	height: 600px;
	width: 800px;
	padding-top: 0%;
	padding-right: 20%;
	padding-bottom: 0%;
	padding-left: 20%;
}
#header {
	float: left;
	height: 100px;
	width: 800px;
	background-color: #006;
}
#header h1  {
	font-family: "Comic Sans MS", cursive;
	font-size: 42px;
	font-style: italic;
	font-weight: bold;
	color: #0CF;
	text-align: center;
}

#nav {
	width: 200px;
	float: left;
	background-color: #CFF;
	height: 500px;
}
#nav ul li  {
	padding: 10px;
	height: 20px;
	width: 100px;
	border: 3px solid #03F;
	background-color: #0CF;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: bold;
	color: #006;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	float: left;
}
#nav a:link {
	color: #006;
	text-decoration: none;
}
#nav a:visited {
	color: #60F;
	text-decoration: none;
}
#navi a:hover {
	color: #0C0;
	text-decoration: underline;
}


#content {
	width: 600px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 20px;
	height: 480px;
	background-color: #CFF;
}
