body {
	background-color:#FFF0B3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

a {
	text-decoration:none;
	color:#ff9900;
	}
	
a:hover {
	text-decoration:underline;
	}
	
#wrap {
	width:870px;
	margin:0 auto;
	background-color:#ffffff;
	}
 
#header {
	height:220px;
	background:url(img/header.jpg);
	}
	
#description {
	padding-top:60px;
	padding-left:80px;
	}
	
h1 {
	font-size:30px;
	}
	
h1 a {
	color:#b1a79b;
	}
	
h1 a:hover {
	text-decoration:underline;
	}

h2 {	
        margin-bottom: 10px;
	padding-bottom: 10px;
	color:#333;
	font-size:18px;
	margin-bottom:10px;
	}

.post h2 {
	color:#FFCC00;
	font-size:16px;
	margin-bottom:0;
        border-bottom:2px solid #FFF0B3;
	}
	
.post h2 a {
	color:#FF6600;
	}
	
.post h2 a:hover {
	text-decoration:underline;
	}
	

#content {
	padding-top:15px;
        margin:0;
	}

#side {
	width:330px !important;
        width:310px;
	float:right;
	color:#ffffff;
	font-size:14px;

	}
	

#sidebar-right {
	width:200px;
	float:right;
	padding:0 80px 0 0;
	}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	font-weight:bold;
	font-size:16px;
	margin:20px 0;
	color:#FFCC00;
	}
	
#side a {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}

#leftcontents {
	width:480px;
	float:left;
	margin:20px 0 0 40px;
	font-size:13px;
	color:#464879;
	text-align:justify;
	}
	
.post {
	margin-bottom:40px;
	}
	
.pub {
	font-size:11px;
	padding-top:5px;
	margin-bottom:15px;
	}
	
h2,h3,h4,h5,h6 {
	color:#ffffff;
	text-align:left;
	}
	
h3 {
  	margin-top:5px;
	font-size:14px;
	}
	
#footer {
	color:#464879;
	font-size:9px;
	height:60px;
	background:url(img/footer.jpg) bottom no-repeat;
	text-align:center;
	padding:0 40px;
	}
	
#footer-content {
	margin-top:8px;
        color:#464879;
	}
	
#footer a {
	color:#333333;
	}
	
#navi {
	height:20px;
	font-size:14px;
	}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}

#desc {
	font-size:16px;
	color:#000;
	}

.clear {
	clear:both;
	}
	
p {
	padding:5px 0;
	}

.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;

}