	

body {
	
	background:#b7d1c4;
	padding: 10px 20px 0px 20px;
	
}

.content {
	margin: 50px;
}

.content ul li {
	padding-bottom: 15px;
}

h1 {
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #a26d87;
}

#header {
	position: relative;
	top:10px;
	background-color: #3c4543;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}


#navbar ul {
	list-style-type: none;
	position: floating;
	margin: -10px;
}

#navbar li {
	display:inline;
	padding:5px;
	border: 2px solid #000000;
	font-family: Futura, Tahoma, sans-serif;
	color: #ffffff;
	border-radius: 5px 5px;
	background-color: #cc0323
}

#author p {
	font-size:16px;
}

a:hover {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

a:link {
    text-decoration:none;
    color:#008b45;
}

a:visited {
    color:#ee9a00;
}

#footer {

	clear: both;
	padding: 100px;
}

#footer ul {
	
	list-style-type: none;
	position: floating;
	margin: 10px;
}

#footer li {
	display:inline;
	padding:5px;
	border: 2px solid #000000;
	font-family: Futura, Tahoma, sans-serif;
	color: #ffffff;
	border-radius: 5px 5px;
	background-color: #cc0323
}

#copy {
	display:block;
	padding: 20px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	
}

#ref_list {
	list-style-type: none;
}