body {
 	background: url('img/bodyBG.jpg') top left repeat-x #262626;
	font-family: "Helvetica", "Arial", sans-serif;
	margin: 0;
	padding: 0;
	z-index: -20;
	font-size: 10px;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

#header {
	background: url('img/headerBG.jpg') top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	z-index: 5
}

#tabs {
	position: absolute;
	top: 90px;
	left: 10px;
	height: 40px;
	z-index: 10;
	font-size: 1.7em;
}

#tabs li {
	background: url('img/tabBG.jpg') no-repeat;
	height: 40px;
	width: 160px;
	float: left;
}

#tabs a {
	color: #000;
	text-decoration: none;
	width: 140px;
	height: 30px;
	display: block;
	margin: 0;
	padding-top: 8px;
	text-align: center;
}

#tabs a:hover, a:active {
	color: #e80000;
}

#content {
	width: 960px;
	padding-top: 130px;
	z-index: 2;
}

#sidebar {
	color: #ccc;
	background-color: #262626;
	float: right;
	width: 240px;
	height: 100%;
	margin-top: -20px;
	padding-top: 20px;
	text-align: right;
	z-index: 15;
	font-size: 1.2em;
}

#sidebar h2 {
	font-size: 1.2em;
	margin-bottom: .2em;
	text-decoration: underline;
	font-weight: bold;
}

.sidebarList {
	margin-bottom: 1em;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover, a:active {
	color: #e80000;
	text-decoration: underline;
}

#main {
	background-color: #fff;
	margin-top: -20px;
	padding: 30px 15px 20px 15px;
	width: 688px;
}

#footer {
	width: 100%;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	color: #fff;
}

#footerWrapper {
    width: 960px;
    margin: 0 auto;
}

/* Post Style */

.post h2 {
	font-size: 2.2em;
	color: #e80000;
}

.post h2 a {
	color: #e80000;
	text-decoration: none;
}

.post small {
	font-size: 1.2em;
	font-style: italic;
}

.entry {
	padding-top: .7em;
}

.entry p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: .7em;
	margin-bottom: .7em;
}

.entry h3 {
	font-size: 1.7em;
}

.entry li {
	font-size: 1.2em;
	margin: .5em 0 .5em 1em;
}

.entry strong {
	font-size: 1.2em;
	font-weight: bold;
}

.postmetadata {
	font-size: 1em;
	margin: 1em 0 1.3em 0;
}

/* Page Style */



/* Common Classes */

.empty {clear: both;}

.floatLeft {float: left;}

.floatRight {float: right;}