body {
	margin: 0;
	background: url(img/header.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #646464;
}

h1, h2, h3 {
	margin: 0;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h2, h3 {
  text-transform: uppercase;
}

h1 {
	font-size: 1.8em;
	color: #CC3333;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a {
	text-decoration: none;
	color: #755B5B;
}

a:hover {
	background: none;
	text-decoration: underline;
	color: #323232;
}

/* header */

#header {
	width: 920px;
	height: 98px;
	margin: 0 auto;
}

/* logo */

#logo {
	float: left;
	width: 600px;
}

#logo h1 {
	float: left;
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 2.6em;
	color: #CC0000;
}

/* menu */

#menu {
	width: 920px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-right: 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	background: none;
	text-decoration: none;
	color: #363636;
}

/* page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 15px;
}

/* content */

#content {
	float: left;
	width: 630px;
}

.post {
	background: url(img/mainbg.jpg) no-repeat left top;
}

.post .entry {
	padding: 20px 20px;
	text-align: justify;
	line-height: 22px;
}

/* sidebar */

#sidebar {
	float: right;
	width: 260px;
	border-bottom: 1px dashed #D2D4C9;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar h2 {
	padding: 5px 10px;
	background: #F49819 url(img/sidebar.jpg) repeat-x left top;
	letter-spacing: -.5px;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar p {
	padding: 20px;
}

#sidebar a {
	color: #787878;
}

/* footer */

#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0;
	background: #F49819 url(img/footer.jpg) left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}