body {
	padding:0;
	line-height: 1.5em;
	font-family:  Arial, "Trebuchet MS", Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #BCDEFF;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none
} 
a:active, a:hover {
	color: #D41C7F;
	text-decoration: underline
}

#container {
	width: 820px;
	margin: 0px auto;
	background: #bcdeff;
}
#top {
	clear: both;
	margin: auto;
	padding-top: 10px;
	width: 820px;
	height: 20px;
	text-align: center;
	background-image: url(images/top_bg2.png);
	background-repeat: no-repeat;
}
#header {
	clear: left;
	margin: auto;
	width: 820px;
	height: 370px;
	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;
	color: #000000;
	background-color: #bcdeff;
	background-image: url(images/footer_bg.png);
	height: 40px;
	background-repeat: no-repeat;
}
#footer a {

}
#site_title {
	padding-top: 90px;
	padding-left: 80px;
	font-weight: bold;
	font-size: 32px;
	text-align: left;
	color: #FFFF00;
}
#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: 1px solid #000;
}
.section_box {
	margin: 10px;
	padding: 10px;
	border: 1px solid #CDE;
	background-color: #bcdeff;
	background-repeat: repeat-x;
}
.post_box {
	clear: left;
	margin-top: 10px;
	background: #FFF;
	color: #000;
	border: 1px solid #CDE;
}
.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: #000;
}
.subtitle {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 180px;
}
.menu li a{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	display: block;
	width: auto;
	margin-bottom: 1px;
	padding: 5px;
	padding-left: 14px;
	text-decoration: none;
	background-color: #BCDEFF;
}
* html .menu li a{ 
	width: 175px;
}
.menu li a:visited, .menu li a:active{
	color: #000;
}
.menu li a:hover{
	color: #FFFFFF;
	background-color: #94BEE8;
}

