body {
	text-align:center;
}

h1 {
	font-size:1.6em;
}

h2 {
	font-size:1.4em;
}

#wrapper {
	background:#eef;
	width:730px;
	padding:0;
	overflow:hidden;
	border:5px solid #dde;
	text-align:left;
}

#header {
	background:#89C4F4;
	display:block;
	height:100px;
	color:#1F4788;
	position:relative;
	padding-left:20px;
	border-top:5px solid #1F4788;
	border-bottom:5px solid #1F4788;
}

#header h1 {
	border:none;
	margin:0;
	padding-top:15px;
}

#header a {
	color:#333;
	text-decoration:none;
}

#header a:hover {
	color:#333;
}

#header a img {
	border:none;
}


ul#nav {
	position:absolute;
	bottom:0; left:0;
	margin:0 0 0 16px;
	list-style-type:none;
}

ul#nav li {
	list-style-type:none;
	float:left;
	margin:0 0.5em 0 0;
}

ul#nav li a {
	padding:10px 14px;
	border:none;
	text-transform:lowercase;
	color:#fff;
/*
	background:#1F4788;
*/
	background:#4B77BE;
	border:1px solid #fff;
	border-bottom:none;
	border-color:#357 #002 #002 #357;
	display:block;
	white-space:nowrap;
}

ul#nav li a:hover {
	background:#FFCE54;
	text-decoration:none;
}

ul#nav .current_page_item a,
ul#nav .current_page_item a:hover {
	color:#fff;
	font-weight: bold;
/*
	background:#4B77BE;
*/
	background:#1F4788;
	text-decoration:none;
	border-color:#ff3 #da0 #da0 #ff3;
}

#content {
	width:700px;
	padding:0;
	margin:20px auto 20px auto;
	font-size:0.75em;
}

#content a {
	color: #009;
}

#content a:hover {
	color: #69e;
}


#footer {
	font-size:0.675em;
	width:100%;
	padding:15px 0 15px 8px;
	border-top:5px solid #89C4F4;
	color:#fff;
	clear:both;
	background:#1F4788;
	text-align:center;
}

#footer a {
	color: #69e;
}

.btn {
	padding: 5px;
}
