body {
	margin: 0px auto;
	padding: 0;
	background: #ffffcc;
	font-size: 14px;
	font-family: Verdana;
	color: #666666;
	text-align: center;
}


h1, h2, h3{
	margin:0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	color: #fd9b0e; 
}
h1, h2 {
	font-size: 14px;
        color: #ffffff;
}
h3 {
	font-size: 18px;
}

a {
	text-decoration: none;
color: #cc9966;
}

a:hover{
	color: #cc6633;
}





#wrapper {
	margin: 0 auto;
	width: 900px;
        background: #fefefe;
	text-align: left;
	border: 1px solid #cccccc;


}
#header {
	background: url(images/header.jpg);
        width: 900px;
        height: 290px;
}

	/* Header Styles */
	#header h1 {
	        padding: 148px 0px 0px 100px;
		margin: 0;
		font-size: 2.6em;
	}
	#header h1 a {
		text-decoration: none;
		color: #050608;
	}
	
.description
{
	margin:0px;
        padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.9em;
	text-align: left;
	padding: 20px 0px 0px 200px;
	color: #050608;
}

	
#content {
	float: left;
	padding: 0 11px 2px 12px;
        margin-top: 30px;
	width: 618px;
} 

#sidebar {
	float: right;
        margin: 10px 15px 0 0;
	padding: 0px;
	width: 243px;
        display: inline;
	font-size: 0.9em;


} 



#footer {	clear: both;

        width: 900px;
        height: 45px;
	font-size: 0.9em;
	text-align: center;


}

	/* Footer Styles */
	#footer p {
		padding-top: 13px;   
		font-size: 0.9em;
		text-align: center;
                color: #383838;

	}

#footer p a {   text-decoration: none;
                color: #383838;
	}

#footer p a:hover, #footer p a:active {
	color: #383838;
        text-decoration: none;
}	
	

#sidebar h2 {
	margin: 1.3em 0 0 0;
	padding: 3px 5px 3px 15px;
	background: url(images/titlebg.jpg) repeat-x;
        color: #f6f6f6;
        height: 15px;
        width: 200px;
	font-size: 1.1em;
	border-bottom: 2px solid #2e2e2e;
	border-top: 2px solid #3b3b3b;

}
#sidebar ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}

#sidebar ul ul {
	margin: 0px;
}

#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 25px;
	border-bottom: none;
list-style-type: none;

}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
	width: 205px;
list-style-type: none;

} 

#sidebar ul ul li a:link{
	display          : block;
  font-size        : 11px;

  font-weight      : normal;
  padding          : 3px 0px 3px 5px;
  color            : #000000;
  width            : 200px;
  text-indent      : 10px;
  text-decoration  : none;


}
#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	background-color : #ffffff;
  font-size        : 11px;
  font-weight      : normal;
  text-decoration  : none;
  color            : #666666;
  text-indent      : 0px;

	}

.post {
}
.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #ffffff;
	background: url(images/titlebg.jpg) repeat-x;
	border-bottom: 2px solid #2e2e2e;
	border-top: 2px solid #3b3b3b;
	overflow: auto;
        color: #ffffff;	

}
.posttitle a {
	float: left;
	padding-left: 10px;
        color: #666666;	
}
.posttitle a:link{
	color: #666666;	
}
.posttitle a:hover{
	color: #999999;	
}


.postentry {
	font-size: 0.9em;
	color: #383838;
	font-family: verdana;
        padding: 0px 10px;
}
.permalink {
	margin: 0 1.8em 0 0;
	text-align: right;
}


.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            padding-top: 5px;
            }

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	font-size: 14px;
}

img {
	margin: 0;
	padding: 0px 5px 0px 5px;
	border: 0;
}


li{
list-style-type: none;
}

.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;

}