body {
	background: #00CCFF;
	color: #000000;
	font-family: Veranda, Helvetica, Arial;
	font-size: 14px;
	margin: 0 auto;
}

a, a:visited, a:active {
   color: #0000FF;
}

a:hover {
   color: #FF0000;
}

#header {
   width:770px;
   align:center;
   text-align: center;
}

#page {
	width:770px;
	text-align: left;
}

#content {
   width:550px;
   margin: 5px;
   float:left;
}

#sidebar {
	margin: 3px;
	padding: 7px;
	float:left;
	width: 180px;
	border: 2px dashed #333333;
	background : #FFFFFF;
	line-height : 17px;
}

#sidebar ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

#post {
   background: #ffffff;
   padding: 5px;
   margin: 5px;
   border: 2px dashed #333333;
}

#post_title {
   border-bottom: 2px solid #454545;
   font-size: 16px;
}

h1 {
   font-size: 20px;
   color: #000000;
   font-weight: bold;
}

h2 {
   font-size: 16px;
   color: #000000;
}

h3 {
   font-size: 16px;
   color: #000000;
   font-weight:bold;
}

img {
   border: 0;
}