body {
	background-color: #015367;
	font-size: 62.5%
}

#top{
	background-color: #f8f870;
	margin: -10px -10px 20px;
	padding:5px 15px;
	font-family: "URW Palladio L", "Palatino Linotype", Palatino, serif;
	text-align: center;
	white-space: nowrap;
}
	
#body {
	position: relative;
}

#main {
	background-color: white;
	width: 45%;
	margin: 5%;
	border-right: 3px solid #004252;
	border-bottom: 3px solid #004252;
	padding:2% 5%;
	text-align: left;
	font: 1.2em/150% "DejaVu Sans", Verdana, sans-serif;
}

#side {
	position: absolute; top: 15px; left: 68%;
	background-color: #67e667;
	width: 20%;
	margin: 0 0 5% 0;
	border-right: 3px solid #004252;
	border-bottom: 3px solid #004252;
	padding:2% 2%;
	text-align: left;
	font: 1.2em/150% "DejaVu Sans", Verdana, sans-serif;
}

#tag {
	margin: 20px 0 0 0;
	font: 1em/150% "DejaVu Sans", Verdana, sans-serif;
	text-align: center
}

a:link {
	color: #003300;
}
a:visited {
	color: #001a00;
}
a:hover {
	color: #009900;
}
a:active {
	color: #009900;
	font-size: 125%
}

h1, h2, h3, p {
	color: #001a00;
}

h1 {
	font-style: italic;
	font-size: 3.2em;
	line-height: 100%;
	padding: 0;
}
h2 {
	font-size: 2.4em;
	line-height: 5%;
	padding: 0;
}
h3 {
	line-height: 0;
	font-family: "URW Palladio L", "Palatino Linotype", Palatino, serif;
	font-size: 1.6em;
	white-space: nowrap;
	padding: 10px 0 0;
}

p.head {
	font-style: italic;
	font-size: 1.6em;
	}
p.nav {
	font-style: normal;
	font-size: 1.5em;
	letter-spacing: .13em;
}


