body {
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#333333;
	}

a {
	text-decoration:none;
	color:#333333;
	}
	
a:hover {
	text-decoration:underline;
        color:#cccccc;
	}
	
#wrap {
	width:870px;
	margin:0 auto;
	background-color:#ffffff;
	}
 
#header {
	height:220px;
	background:url(img/header.jpg);
        background-repeat: no-repeat;
	}
	
#description {
	padding-top:60px;
	padding-left:80px;
	}
	
h1 {
	font-size:30px;
	}
	
h1 a {
	color:#ffffff;
	}
	
h1 a:hover {
	text-decoration:underline;
	}

h2 {
	color:#000000;
	font-size:18px;
	margin-bottom:10px;
	}

.post h2 {
	color:#333333;
	font-size:16px;
        border-bottom:2px solid #333300;
        margin-bottom: 10px;
        padding-bottom: 10px;
	}
	
.post h2 a {
	color:#333333;
	}
	
.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:210px;
	float:right;
	padding:0 80px 0 0;
	}
	
#side li, #side ul {
	list-style-type:none;
        padding:0 10px 5px 0;
        border-bottom:1px solid #333300;
	}
	
#side h2 {
	font-weight:bold;
	font-size:16px;
	margin:20px 0;
	color:#336600;
	}
	
#side a {
	color:#666633;
	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;
color:#000000;
	}
	
.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:#000000;
	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:#000000;
	}
	
#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;
	}
