body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
}
#header {
	height: 175px;
	width: 990px;
	margin: auto;
	position: relative;
	background-image: url(images/header_photo2.jpg);
	background-repeat: no-repeat;
}
#menu_nav {
	margin: 5px auto auto;
	width: 980px;
	position: relative;
	font-weight: normal;
	background-color: #000000;
	border: 5px solid #222222;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #222222;
}
#content {
	margin: 5px auto auto;
	padding: 5px 10px 10px;
	width: 960px;
	position: relative;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #222222;
	border-left-color: #222222;
	background-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #222222;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
}
#copyright {
	margin: 5px auto auto;
	width: 960px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
	border-top: 1px dotted #333333;
	border-right: 5px none #222222;
	border-bottom: 5px none #222222;
	border-left: 5px none #222222;
}
.frame_img1 {
	padding-right: 10px;
	border: 5px solid #222222;
}
.subtitle {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
}
.splash {
	padding-top: 15px;
	border: 1px #CCCCCC;
}
.menu {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:link {
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
.menu a:hover {
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #00CCFF;
}
.menu a:visited {

	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
.story {
	color: #FF9900;
}
.recent {
	margin-top: 5px;
}

