
body {
	margin: 0;
	padding: 0;
	background: #222222 url(images/img07.jpg) no-repeat top center;
	font-size: 13px;
	text-align: left;
	color: #ffffff;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFD700;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}


/* Main Header */

#mainheader {
	width: 800px;
	height: 120px;
	margin: 0 auto;
	padding: 10px 0 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#mainheader h1, #mainheader p {
	float: left;
	margin: 0;
	
}

#mainheader h1 {
	color: #FFD700;
	font-size: 36px;
}

#mainheader p {
	padding: 00px 0 0 0px;
	font-size: 13px;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 800px;
	height: 120px;
	margin: 0 auto;
	padding: 10px 0 0 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1, #header p {
	float: left;
	margin: 0;
}

#header h1 {
	color: #FFD700;
	font-size: 36px;
}

#header p {
	padding: 20px 0 0 10px;
	font-size: 10px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFD700;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 800px;
	margin: 0 auto;
	background: #222222;
	margin-bottom: 20px;
}fs

#content h2 {
	color: #FFD700;
}

#content hr {
	color: #880000;
}

.post {
	padding: 0px 0px 0 0px;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 10px solid #121F41;
	font-size: 24px;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.pagetitle {
	border-bottom: 2px solid #0F0F0F;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: left;
	color: #646464;
	padding: 10px 10px;
	background: #121F41;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.meta .more {
	padding-left: 10px;
}

.meta .comments {
	padding-left: 10px;
}

.meta a {
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Menu */

#menu {
	width: 800px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 33px;
	padding: 17px 30px 0 0px;
	/*background: url(images/img02.jpg) no-repeat;*/
	text-decoration: none;
	font-size: 1.4em;
	color: #5B6371;
}

#menu a:hover {
	color: #819CDB;
}

#menu .active a {
	background-color: #819CDB;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 800px;
	height: 37px;
	margin: 0 auto;
	/*background: url(images/footer.jpg) no-repeat;*/
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #ffffff;*/
}

#footer p {
	padding-top: 10px;
}

#footer p a {
	color: #FFFFFF;
}
