body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:  Arial, "Trebuchet MS", Helvetica;
	font-size: 12px;
	color: #000000;
	background: url(../images/watermark.jpg) no-repeat 530px;
}

#container {
	width: 820px;
	margin: 0px auto;
	background: #FFF;
}
#top {
	clear: both;
	margin: auto;
	padding-top: 10px;
	width: 820px;
	height: 20px;
	text-align: center;
	background: url(../images/top_bg.gif) no-repeat;
}
#header {
	margin: auto;
	width: 820px;
	height: 170px;
	text-align: left;
}
#left_column {
	clear: left;
	float: left;
	width: 200px;
}
#right_column {
	float: right;
	width: 595px;
	padding-right: 15px;
}
#footer {
	clear: both;
	padding: 5px;
	text-align: center;
	font-size: 11px;

}
#footer a {
	color: #FF0;
}
#site_title {
	padding-top: 90px;
	padding-left: 80px;
	font-weight: bold;
	font-size: 32px;
	text-align: left;
	color: #000099;
}
#site_slogan {
	padding-top: 16px;
	padding-left: 80px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #FFFF00;
}
.spacer {
	clear: left;
	height: 10px;
}
.pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0px solid #000;
}
.section_box {
	margin: 10px;
	padding: 10px;
	border: 1px solid #CDE;
	background: url(../images/gradient_top.gif) repeat-x;
}
.post_box {
	float: left;
	width: 100px;
	height: 102px;
	padding: 10px 15px 10px 15px;
	margin-right: 50px;
}
h1 {
margin : 0 0 10px 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 100%;
color : #333;	
}
h2 {
margin : 0 0 10px 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 80%;
color : #036;	
}
h3 {
margin : 0 0 10px 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 90%;
color : #333;
list-style-position:outside;
}
h4 {
margin : 0px 0px 10px 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 90%;
color : #333;
list-style-position:inside;
}
h5 {
margin : 0px 0px 10px 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #339933;
list-style-position:inside;
}

.text_area {
	padding-top: 10px;
	padding-bottom: 10px;
}
.post_text_area {
	padding: 10px;
}
.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #EFEFEF url(../images/gradient_top.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.publish_date {
	clear: both;
	padding: 3px;
	padding-left: 10px;
	color: #06C;
	font-size: 11px;
	font-weight: bold;
	background: #CDE url(../images/gradient_bot.gif) repeat-x bottom;
}
.title {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #CC66FF;
	background: #CDE url(../images/gradient_top.gif) repeat-x top;
}
.subtitle {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}
.menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 180px;
}
.menu li a{
	background: #DEF;
	font-size: 13px;
	font-weight: bold;
	color: #06C;
	display: block;
	width: auto;
	margin-bottom: 1px;
	padding: 5px;
	padding-left: 14px;
	text-decoration: none;
}
* html .menu li a{ 
	width: 175px;
}
.menu li a:visited, .menu li a:active{
	color: #06C;
}
.menu li a:hover{
	background: #069;
	color: #FF0;
}
