/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 13px;
	color: #FFFFFF;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E75C14;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #000000;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #e75c14;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 260px;
	margin: 0 auto;
	background: url(images/banner.jpg) no-repeat left center;
}

#s {
	width: 190px;
	padding: 3px 5px;
	background: #000000 url(images/img03.gif) repeat-x;
	border: 1px solid #000000;
}

#x {
	display: none;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background:#333333
}

/* Content */

#content {
	float: right;
	width: 750px;
	background:#333333;
	padding-left: 10px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
}

.byline {
	margin: 0;
}

/* Sidebar */

div#navbar2 {
	height: 30px;
	width: 760px;
	background-color: #e75c14;
	text-align: center;
	margin: auto;
}
div#navbar2 ul {
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 color: #FFF;
 line-height: 30px;
 white-space: nowrap;
}
div#navbar2 li {
 list-style-type: none;
 display: inline;
}
div#navbar2 li a {
 text-decoration: none;
 padding: 7px 10px;
 color: #FFF;
}
div#navbar2 li a:link {
color:#FFFFFF
}
div#navbar2 li a:visited {
 color: #CCC;
}
div#navbar2 li a:hover {
 color: #000000;
}
/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}
