body {
	color: #7FFFD4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	background : #454545;
}

a, a:visited, a:active {
   color: #00CCFF;
}

a:hover {
   color: #FF9900;
}

#header {
	width:100%;
	align:center;
	text-align: center;
	margin-bottom: 5px;
}

#page {
   width:780;
   text-align: left;
}

#content {
   width: 540;
   margin: 5px;
   float:left;
}

#sidebar {
	margin: 10px 10px;
	float:left;
	width: 200px;
	line-height : 18px;
}

#sidebar ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

#post {
	padding: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FF9900;
}

#post_title {
   font-size: 16px;
}

h1 {
   font-size: 20px;
   color: #FF9900;
   font-weight: bold;
}

h2 {
   font-size: 18px;
   color: #FF9900;
   font-weight: bold;
}

h3 {
   font-size: 16px;
   color: #FF9900;
   font-weight:bold;
}