body {
	background-color: white;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {color: #224D6F; text-decoration: none;}
a:hover {color: blue}

#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#header {
	background-color: white;
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	height: 90px;
	margin: 0px;
	color: #333;
}

#top_box {
	height: 272px;
	width: 800px;
	margin: 0px;
}

#nav {
	background-image: url(../images/bg_nav.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 148px;
	padding: 6px;
	margin: 0px;
	color: #666;
}
#nav h3 {
	font-size: 14px;
	margin: 7px;
}

#links {
	background-image: url(../images/bg_flash.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 6px;
	margin: 0px;
	width: 261px;
}
#links div {
	width: 261px;
	height: 260px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

#flash {
	background-image: url(../images/bg_flash.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: right;
	width: 355px;
	padding: 6px;
	margin: 0px;
}


#content {
	border-bottom: solid 5px blue;
}

#tagbox {
	background-image: url(../images/bg_tagbox.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 6px;
	margin: 5px 0px;
	border-bottom: solid 2px #E5E5E5;
}