* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

h4 {
	margin: 0;
	padding: 10px 0 0 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1em;
	font-weight: bold;
	color: #FFA;
}

h5 {
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 1em;
	font-weight: bold;
	color: #FFA;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

hr {
	display: none;
}

a img {
	border: none;
}

.imageright {
	float: right;
	padding-left: 20px;
}

.imageleft {
	float: left;
	padding-right: 20px;
}

/* Header */

#header {
	width: auto;
	height: 108px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: 3px;
}

#headermenu {
	width: auto;
	height: 108px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
}


/* Menu */

#menu {
	width: 1025px;
	height: 22px;
	background-image: none;
	background-color: #666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 60px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding-right: 23px;
	padding-bottom: 0;
	font-size: 14px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF3;
}

#menu a:hover {
	text-decoration: underline;
}

/* Flash */

#flash {
	width: 1025px;
	height: 119px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 985px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background-image: none;
	background-repeat: no-repeat;
}

/* Wide Content */

#content2 {
	float: left;
	width: 985px;
}

/* Content */

#content {
	float: left;
	width: 670px;
}

.post {
	margin-bottom: 40px;
}

.post h2 {
	border-bottom: 1px solid #454545;
}

.post .title a {
	text-decoration: none;
	cursor: text
}

.post h3 {
	height: 28px;
	padding: 12px 0px 0px 20px;
	margin: 0;
	background: url(images/header_bg1.png) no-repeat;
	line-height: normal;
}

.post .entry {
	padding: 0 20px;
}

.post ul li {
	padding: 0;
	list-style: disc inside;
}

.post .meta {
	height: 20px;
	padding: 15px 20px;
	background: url(images/img05.gif) no-repeat;
	line-height: normal;
}

/* Font Styles */

.emphasis {
	font-weight: bold;
	font-size: 16px;
	color: #CCC;
}

.emphasis_yellow {
	font-weight: bold;
	font-size: 16px;
	color: #FFA;
}

.important {
	color: #F00;
}

.red {
	color: #FAA;
}

.yellow {
	color: #FFA;
}

.pink {
	color: #FCF;
}

.morepages {
	padding-top: 5px;
	float: right;
	font-weight: bold;
}

.morepages a {
	text-decoration: none;
}

.morepages a:hover {
	text-decoration: underline;
}

.tbl_title {
	font-weight: bold;
	font-size: 15px;
	color: CCC;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 5px;
	border-bottom: solid 1px #666;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 295px;
}

#sidebar p {
	padding: 0 0 10px 20px;
	margin: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2 {
	height: 50px;
	padding: 14px 0px 6px 20px;
	background: url(images/header_bg2.png) no-repeat;
	font-size: 1.6em;
}

#sidebar h2.calendar {
	height: 50px;
	padding: 14px 0px 6px 35px;
	font-size: 1.6em;
	background: url(images/calendar_bg.gif) no-repeat;
	color: #1F1F1F;
}

#sidebar li.calendar {
	background-color: #CCC;
	border-bottom: #000 solid 20px;
	padding-bottom: 5px;
}

/* Form */

input, textarea, select {
	color: #DDD;
	font: bold 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #454545;
	background-color: #1A1A1A;
}

input:hover, textarea:hover, select:hover {
	color: #FFF;
	background-color: #1F1F1F;
}

input:focus, textarea:focus, select:focus {
	color: #FFF;
	background-color: #1F1F1F;
}

input, textarea {
	padding: 5px;
}

.submit_button {
	background: #000 url(images/header_bg2.png) no-repeat center center;
	color: #FFF;
	cursor: pointer;
	font-size: 1.2em;	
}

.submit_button:hover {
	background: #111 url(images/header_bg2.png) no-repeat center center;
}

/* Search */

#search {
	padding: 20px;
	text-align: center;
}

#search input {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #000 url(images/header_bg2.png) no-repeat center center;
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search input:active {
	background: #111 url(images/header_bg2.png) no-repeat center center;
}

#search #s {
	width: 80%;
	background: #1F1F1F;
}

.submit {
	cursor: pointer;
}

/* Calendar */

#calendar {
	padding-bottom: 20px;
}

#calendar table, #calendar caption {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: bold;
}

#calendar thead th {
	background: #333333;
}

#calendar tbody td {
	background: #111111;
}

#calendar a {
	text-decoration: none;
	font-weight: bold;
}

#calendar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 1025px;
	height: 20px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}
#content3 {
	float: left;
	width: 750px;
}
#sidebar1 {
	float: right;
	width: 300px;
}
