/*
LAYOUT: One-Column 
DESCRIPTION: One-column fluid layout with sidebars stacked in two columns below content
*/

body {
font: 12pt Georgia,Times,serif;
margin: 0;
padding: 0;
background: #e9ebe8 url(./images/serengeti.jpg) no-repeat bottom center;
}

div#clear {
clear:both;
}

div#wrapper {
margin: 0;
padding: 0;
}

div#header {
margin: 0;
padding: 0;
height: 228px;
background: url(./images/header.jpg) center no-repeat;
}

div#access {
height: 50px;
width: 100%;
background-color: white;
}

	#access #menu {
		font-size: 1.3em;
		width: 800px;
		height: 50px;
		margin: 0 auto;
		padding: 0;
	}

	#access #menu ul {
		height: 50px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#access #menu ul li {
		height: 50px;
		float: right;
	}

	#access #menu ul li a {
		display: block;
		height: 50px;
		line-height: 50px;
		padding: 0 .5em;
		text-decoration: none;
		color: #1f224c;
	}

	#access #menu ul li a:hover {
		text-decoration: none;
		background-color: #47486a;
		color: white;
	}
	
	#access #menu ul li a:active {
		outline: 0;
	}

	#access #menu .divider {
		padding: .5em 0;
		margin: 0;
		color: #1f224c;
	}

div#container {
border: 1px solid black;
width: 500px;
margin: 2em auto;
padding: 1em;
line-height: 1.4em;
background-color: white;
}

	#container a {
		color: #da8a00;
		text-decoration: none;
		border-bottom: 1px dotted #da8a00;
	}

	#container a:hover {
		color: #f4b240;
		border-bottom: 1px dotted #f4b240;
	}

	#container h2 {
		border-bottom: 1px dashed #1f224c;
		margin: 16px 0 16px;
		padding-bottom: 20px;
		font-size: 42pt;
		color: #00042c;
	}
	
	.entry-content {
		text-align: justify;
		padding: 1px 1.5em;
		color: #111433;
	}

div#footer {
font-size: .7em;
color: white;
clear: both;
width: 500px;
margin: 3.5em auto 1em;
text-align: center;
}

	#footer a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
	}
	
	#footer a:hover {
	color: #f4b240;
	border-bottom: 1px dotted #f4b240;
	}
