body {
	background-color: white;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	color: #224D6F;
	text-decoration: none;
}
a:hover { color: blue; }

#container {
	width: 850px;
	margin: 0px auto;
	text-align: left;
}

#header {
	background-image: url(../images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	height: 120px;
	margin: 0px;
	color: #333;
}
#header p {
	text-align: right;
	color: white;
	float: right;
	margin: 25px;
	line-height: 1.5em;
}
#header a { color: white; }
#header a:hover { color: black; }

#top_box {
	background-color: black;
	height: 356px;
	width: 850px;
	margin: 0px;
	padding: 0px;
}
#top_box h3{
	font-size: 16px;
	margin: 12px 0px 0px 7px;
}

#nav {
	background-image: url(../images/bg_nav.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 280px;
	padding: 55px 6px 0px 20px;
	margin: 0px;
}
#nav a { color: black;}
#nav a:hover { color: #006698; }

#gallery {
	float: right;
	position: relative;
	width: 570px;
}

#flash {
	z-index: 1;
	position: absolute;
	top: 5px;
	right: 15px;
}

#links {
	z-index: 2;
	position: absolute;
	top: 20px;
	left: 50px;
	height: 316px;
	overflow: auto;
	color: white;
}
#links a { color: white; }
#links a:hover { color: #F4E62F; }

#content {
	position: relative;
	padding: 5px 15px;
	border: solid 1px black;
}
#content h1, #content h5 {
	font-size: 20px;
	color: white;
	margin: 5px 0px;
}
#content h3 { text-transform: uppercase; }
#content h1, #content h2, #content h3, #content h4, #content h5 { padding: 3px 4px; }
#content p { padding: 0px 4px; }

#top_link {
	position: absolute;
	right: 13px;
	font-size: 10px;
	font-weight: bold;
}
#top_link a {
	position: fixed;
	bottom: 1px;
}

#tagbox { margin: 5px 0px; }
