body {
	background: #d9f3f5 url('/images/bg.png') top left repeat-x;
	font-family: sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;
}

#header {
	width: 800px;
	height: 150px;
	margin: auto;
	margin-bottom: 0px;
	background: url('/images/header.png') top center no-repeat;
}

#content {
	float: left;
/*	border: 1px solid red; */
	margin: auto;
	margin-top: 0px;
	width: 800px;
	min-height: 500px;
	background: #fff; /* url('/images/content-top.png') top center no-repeat; */
}

#post {
	float: left;
	width: 540px;
	padding: 30px;
	padding-top: 1em;
}

#post p {
	text-align: justify;
}

#sidebar {
	width: 200px;
	background-color: #f9faea; 
	/* background-color: #e7f5e5; */
	float: right;
	margin: 0px;
}

#sidebar-content {
	background: url('/images/sidebar.png') top left repeat-y;
	font-size: 90%;
	padding: 1em;
}

#sidebar-bottom {
	background: url('/images/sidebar-btm.png') bottom left no-repeat;
	height: 5px;
}


#footer {
	font-size: 80%;
	color: #999;
	text-align: center;
	width: 780px;
	margin: auto;
	padding: 1em 10px 5px 10px;
	background: url('/images/foot.png') top left repeat-x;
	height: 40px;
}

#content h1 {
	color: #84acaf;
}

a {
	color: #84acaf;
	text-decoration: none;
}

#footer a {
	color: #666;
}

a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
}

#wrapper {
	width: 800px;
	padding: 0px;
	margin: auto;
}


h1#title {
	margin:0px;
	padding-left: 30px;
	padding-top: 40px;
	font-size: 40px;
}

h1#title a {
	text-decoration: none;
	color: black;
}

span#slogan {
	color: #555;
	padding-left: 35px;
	font-size: 20px;
	font-family: serif;
}

ul#menu {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 30px 0px;
}

#menu a {
	color: #444;
}

#menu a:hover {
	text-decoration: none;
}

#menu li {
	padding: 2px 1em;
	background: url('/images/bullet.png') left no-repeat;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
}

#menu li:hover {
	background-color: #ddd;
}

#sidebar-content hr {
	border: 0px;
	border-top: 1px solid #aaa;
	margin: 0 1em;
}

