@charset "utf-8";
/* CSS Document */



#wrapper {
	background-color:#C9F5F5;
	width: 1200px;
	margin-top:25px;
	margin-right:auto;
	margin-left:auto;
	border-style:solid;
}

#header {
	background-color:#C9F5F5;
	padding:10px;
}

#sidebar {
	background-color: #8AB7F4;
	float: left;
	width: 40%;
	height: 2000px;
	font-size: 20px;
	padding: 25px;
	margin-top: 20px;
	margin-right: px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-style: solid;
}

#main {
	background-color: #8AB7F4;
	float: none;
	width: 90%;
	height: 2000px;
	padding: 25px;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 25px;
	font-size: 20px;
	border-style: solid;
}

#footer {
	clear:both;
	padding:5px;
	margin:5px;
	background-color:#C9F5F5;
	color:#0C7812
	}
	
	nav {
		left:25px;
		top:25px;
		padding:0px;
		background-color:#157C21;
		border-style:double
		
	}
	
	li {
	display:inline-block;
	width:12%;
	text-align:center;
	padding:10px;
	font-size:12px;
	background-color:#8AB7F4;
	margin: 10px 5px 10px 10px;
	}
	
	h2 {font:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-decoration:underline;
	}
	
	h1{text-decoration:underline;
	}