body,td,th {
	background: #494949;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 10px;
	text-align: center;
}
a {
	color: #737373;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-left: -5px;
	margin-right: -5px;
	padding: 1px 5px;
	border-bottom: #666666 solid 2px;
	line-height: normal;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10px;
}
hr {
	height: 1px;
	color: #999999;
}
img {
	border: 0;
}
ul {
	list-style-type: square;
}
acronym, abbr {
	border-bottom: #666666 1px dashed;
	cursor: help;
}
acronym:hover, abbr:hover {
	border-bottom-color: #FFFFFF;
}

input.styled {
	border: #E5E5E5 solid 1px;
	background-color: #F3F3F3;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.underline {
	border: solid;
	border-width: 0 0 1px 0;
}
.qoute {
	margin: 20px 50px;
	padding: 15px 25px;
	background-color: #3C3C3C;
	border: #666666 solid;
	border-width: 1px 0;
	font-size: 10px;
	line-height: 20px;
	display: block;
}
.box {
	padding: 7px 10px;
	background-color: #404040;
	display: block;
}
.story {
	padding-bottom: 12px;
	border-bottom: #666666 solid 3px;
	display: block;
}
.story .title {
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.story .title a {
	color: #CCCCCC;
}
.story .title a:hover {
	color: #FFFFFF;
}
.story .date {
	padding: 0 10px 5px 10px;
	border-bottom: #505050 solid 1px;
	color: #999999;
	font-size: 10px;
	display: block;
}
.story .text {
	padding: 5px 10px 10px 10px;
	display: block;
}
.story .bottom {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	display: block;
}
.story .bottom .element {
	padding: 0 10px 0 10px;
}
.story .bottom a {
	font-weight: normal;
	color: #999999;
}
.story .bottom a:hover {
	color: #FFFFFF;
}
.story .bottom a img {
	padding-right: 3px;
	vertical-align: middle;
}

#bg {
	margin: 0 auto;
	width: 798px;
	background: url(img/bg.png) 0 1px repeat-y;
}
#bg_top {
	background: url(img/bg_top.png) top no-repeat;
}
#bg_bottom {
	background: url(img/bg_bottom.png) bottom no-repeat;
}
#body {
	padding: 34px;
	text-align: justify;
}
#header {
	width: 730px;
	margin-bottom: 8px;
	padding: 7px 0 0 0;
	color: #FFFFFF;
	font-size: 49px;
}
#header img {
	vertical-align: top;
}
#header .slogan {
	margin-top: -13px;
	padding-right: 393px;
	color: #CCCCCC;
	font-size: 20px;
	text-align: right;
	display: block;
}
#menu {
	height: 32px;
	margin-bottom: 15px;
	padding-left: 5px;
	background: url(img/bg_menu.png);
	font-size: 16px;
	line-height: normal;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 4px 10px 6px 10px;
	color: #999999;
	font-weight: normal;
	float: left;
}
#menu ul li a:hover {
	color: #FFFFFF;
}
#menu .pressed {
	padding: 4px 10px 6px 10px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}
#content {
	padding: 0 15px;
	line-height: 18px;
}
#footer {
	margin: 15px 5px 0 5px;
	padding: 5px 0;
	border-top: #434343 solid 2px;
	font-size: 10px;
	text-align: right;
}
#footer a {
	color: #737373;
}
#footer a:hover {
	color: #FFFFFF;
}