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;
}

#nav {
	background-image: url(../images/bg_nav.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 6px;
	color: #666;
}
#nav h3{
	font-size: 14px;
	margin: 7px;
}

#top_link {
	width: 20px;
	font-size: 10px;
	font-weight: bold;
}
#top_link div{
	position:fixed;
	bottom: 5px;
}

#content {
	width: 600px;
	border-bottom: solid 5px blue;
}

#tagbox {
	background-image: url(../images/bg_tagbox.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px;
	margin: 5px 0px;
	border-bottom: solid 2px #E5E5E5;
}