body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #010204;
	background-image: url(media/site/images/bg.jpg);
	background-repeat: repeat-x;
	color: #CCCCCC;
}
.content {
	background-color: #2d363d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.quote {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #274674;
	float: left;
	width: 200px;
	margin: 10px;
	padding: 10px;
	font-weight: bold;
	background-color: #F7F7F7;
	border: 1px solid #E9E9E9;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFCC00;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FF9900;
}
h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FF6600;
}
h4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FF3300;
}
.date {
	font-size: 10px;
	color: #990000;
	letter-spacing: 0.1em;
	text-align: right;
	margin: 5px;
}
.menu_item {
	text-decoration:none;
	color:#CCCCCC;
	background-color:#0c151f;
	display: block;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a.menu_item {
	font-size: 14px;
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px;
	padding: 2px;
	border: 1px solid #151A1E;
	background-color: #20262B;
}

a.menu_item:hover {
	text-decoration:none;
	background-color:#274674;
	color: #FFFFFF;
}
hr {
	border: 1px dashed #CCCCCC;
	display: block;
	clear: both;
	height: 1px;
}
.side_right {
	background-color: #FFFFFF;
}
.side_left {
	background-color: #0c151f;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #000000;
}

.featured {
	font-size: 12px;
	color: #FF3300;
	font-weight: bold;
}
a {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

