html, body { margin: 0px; padding: 0px; }

body {
	background: #5d6f91;
	border-top: solid 20px #354b76;
	color: #bfcfee;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* center for IE */
}

h2, h3, h4, h5, h6 {
	color: #fff;
}

h2, h3 {
	font-size: 14px;
}

a:link { color: #44a4fd; }
a:visited { color: #fff; }
a:active, a:hover { color: #fff; }

#container {
	margin: 0px auto; /* center for all other browsers */
	width: 700px;
	background: #3b5382;
	text-align: left; /* left-align text to counteract body's text-align */
}

#header {
	background: #5d6f91;
}

#logo {
	margin: 0px; /* take out margins to counteract Heading 1's default margins */
}
	#logo a {
		background: url('../images/logo.gif') no-repeat -10px 10px;
		display: block;
		width: 165px;
		height: 65px;
		text-indent: -999999px;
	}

#menu {
	height: 50px;
	width: 700px; /* better safe than sorry */
	background: url('../images/menubg.gif') repeat-x bottom;
	text-align: right;
}
	#menu ul {
		margin: 0px;
		list-style: none;
		padding: 7px 20px 0px 0px;
	}
	
	#menu li {
		display: inline; /* put it all in one line - works for text links, not image/button links */
		padding-left: 20px;
	}
	
	#menu a {
		color: #bfcfee;
		text-decoration: none;
		font-size: 12px;
	}
	
	#menu a:active, #menu a:hover { color: #fff; text-decoration: underline; }
	
#splashpic {
	border: solid 1px #fff;
	margin: 20px 20px 0px 20px;
	padding: 5px;
}

#splashpic img { display: block; }

#body1 {
	width: 460px;
	float: left;
	padding: 20px 20px 20px 20px;
}

#body1 h2 {
	width: 480px;
	height: 20px;
	margin: 0px -20px;
	padding: 2px 0px 2px 20px;
	background: #223a6a;
	font-size: 14px;
}


#body2 {
	width: 180px;
	float: right;
}

.photoborder {
	border: solid 1px #fff;
	padding: 5px;
	background: #35692f;
}

.infobox {
	display: block;
	width: 140px;
	margin: 20px 0px;
	padding: 0px 10px 10px 10px;
	background: #476399;
}
	
.infobox h3 {
	height: 20px;
	margin: 0px -10px;
	padding: 2px 10px;
	background: #223a6a;
	font-size: 14px;
}

	
.clear { clear: both; }


#footer {
	width: 650px;
	border-top: solid 1px #354b76;
	text-align: left;
	padding: 10px 10px 10px 20px;
	font-size: 10px;
}














