body {
	background: #CD853F;
	text-align: center;
	margin: 0 auto;
	}
	

#frame {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background: url(images/framebg.jpg) 0 0 no-repeat;
	}
	
#middle {
	background: url(images/framebg.jpg) 0 0 repeat-y;
	overflow: auto;
	width: 100%;
	}

#content {
	float: left;
	width: 619px;
        padding-left: 0px;
        padding-right: 0px;
        background: #fefefe;
        margin-left: 12px;
	}
	
#sidebar {
	float: left;
	width: 229px;
	padding: 10px;
	}


#header {
	height: 110px;
        background: url(images/header.jpg);
        width: 900px;
        height: 240px;
	}
	
.header-title {
	font-family: Tahoma, Verdana, Arial;
	color:#222222;
	font-size:28px;
        font-weight:bold;
	padding:30px 0 0 93px;
	text-align:left;
	}
.header-title a{
	color:#ffffff;
	text-decoration:none;
	border-bottom:none;
	}
.header-title a:hover{
	color:#ffffff;
	text-decoration:none;
	border-bottom:none;
	}
.header-description {
        font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	padding:8px 0 0 116px;
	text-align:left;
        font-weight:normal;
	}

#content .post {
	margin: 0 10px 20px 10px;
	}
	

#content h2 {
	color: #CD853F;
        background: #fff9ee url(images/h2-background.jpg);
	font: 0.9em/1.6em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0 8px 0;
        padding-left: 5px;
        border-top: #f4f4f4 1px solid;
        border-bottom: #f4f4f4 2px solid;
	}

#content h2 a {
	color: #CD853F;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #333333;
	text-decoration: none;
	}

#content a { color: #333333; }

#content a:hover { color: #333333; }

.entry {
	margin: 0px 0 0px 0;
	padding: 0px 0 5px 0;
	}

.entry  p {
	margin: 5px 0 5px 0;
	padding: 0;
	}

.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            }
	
#sidebar h3 {
	color: #222222;
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
        padding-bottom: 2px;
	border-bottom: 1px solid #333333;
	}
	
#sidebar p, #sidebar li {
	color: #222222;
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	}
	
#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 10px 0;
	}
	
#sidebar ul { list-style: none; }

#sidebar ul li {
	padding: 0 0 0 3px;
	list-style-type: circle;
	margin-left: 16px;
	}
	

#sidebar a {
	color: #222222;
	text-decoration: none;
        font-weight:bold;
	}
	
#sidebar a:hover {
	color: #222222;
	text-decoration: underline;
        font-weight:bold;
	}
	
#footer {
	clear: left;
	background: url(images/footer.jpg);
	height: 60px;
        width: 900px;
        margin: 0px auto;
	}

.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #f4f4f4;
background-color:#ffffff;
font-size:12px;
color:#333333;
}

.boosters{
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;

}

.boosters a{
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}

.boosters a:hover{
	text-decoration: underline;
	color: #999999;
}

.boosters_content{
	font-size: 14px;
	padding-top: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;

}