body,td,th {
	background: #4C4C4C;
	color: #CCCCCC;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 10px;
	text-align: center;
}
a {
	color: #CCCCCC;
	border-bottom: #666666 solid 1px;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	border-bottom-color: #FF0000;
}
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 1px;
	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: #FF0000;
}

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: url(img/bg_45.png);
	border: #666666 solid;
	border-width: 1px 0;
	font-size: 10px;
	line-height: 20px;
	display: block;
}
.box {
	padding: 7px 10px;
	background-color: #3C3C3C;
	display: block;
}
.story {
	padding-bottom: 12px;
	background: url(img/fade.png) bottom repeat-x;
	display: block;
}
.story .title {
	padding: 0 10px;
	font-size: 16px;
	display: block;
}
.story .title a {
	border: none;
	color: #CCCCCC;
}
.story .title a:hover {
	color: #FFFFFF;
}
.story .date {
	padding: 0 10px 5px 10px;
	border-bottom: #666666 solid 1px;
	color: #999999;
	font-size: 10px;
	display: block;
}
.story .text {
	padding: 5px 10px 10px 10px;
	display: block;
}
.story .bottom {
	font-size: 10px;
	text-align: right;
	display: block;
}
.story .bottom .element {
	padding: 0 10px 0 10px;
}
.story .bottom a {
	border: none;
	color: #999999;
}
.story .bottom a:hover {
	color: #FFFFFF;
}
.story .bottom a img {
	padding-right: 3px;
	vertical-align: middle;
}

#bg {
	margin: 0 auto;
	width: 80%;
}
#bg_top {
	background: url(img/bg_top.png) top repeat-x;
}
#bg_right {
	background: url(img/bg_right.png) right repeat-y;
}
#bg_bottom {
	background: url(img/bg_bottom.png) bottom repeat-x;
}
#bg_left {
	background: url(img/bg_left.png) left repeat-y;
}
#c_tr {
	background: url(img/c_tr.png) top right no-repeat;
}
#c_br {
	background: url(img/c_br.png) bottom right no-repeat;
}
#c_bl {
	background: url(img/c_bl.png) bottom left no-repeat;
}
#c_tl {
	background: url(img/c_tl.png) top left no-repeat;
	padding: 7px;
}
#body {
	padding: 10px;
	background-color: #333333;
	text-align: justify;
}
#header {
	height: 104px;
	margin-bottom: 5px;
	background: url(img/bg_45.png);
	background-position: 1px 0;  /* Cycle the first number from 0 to 4px until the 45 degree lines in the header align. */
	font-size: 46px;
}
#header #logo {
	padding: 18px 25px 10px 15px;
	background: url(img/red.png) top right no-repeat;
	float: left;
}
#header .slogan {
	padding-left: 5px;
	font-size: 16px;
}
#menu {
	height: 30px;
	margin-bottom: 15px;
	padding-left: 5px;
	background: url(img/bg_45.png);
	font-size: 14px;
	line-height: normal;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 6px 10px 7px 10px;
	border: none;
	color: #CCCCCC;
	float: left;
}
#menu ul li a:hover {
	color: #FFFFFF;
}
#menu .pressed {
	padding: 6px 10px 7px 10px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}
#content {
	padding: 0 5px;
	line-height: 18px;
}
#footer {
	margin-top: 15px;
	padding: 8px;
	background: url(img/bg_45.png);
	font-size: 10px;
	text-align: center;
}
#footer a {
	color: #CCCCCC;
	border-bottom: #666666 solid 1px;
}
#footer a:hover {
	border-bottom-color: #FFFFFF;
}