body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	background: #999999 url(images/lsde_bg.gif); repeat-x; 
}
a:link, a:visited { color: #357666; text-decoration: none} 
a:active, a:hover { color: #0066CC; text-decoration: underline}

#lsde_container {
	width: 810px;
	margin: 0px auto;
	background: url(images/lsde_content_bg.gif);
}
#lsde_container2 {
	width: 810px;
	margin: 0px auto;
	background: url(images/lsde_full_bg.gif); 
}
#lsde_top {
	clear: left;
	height: 24px;	/* 'padding-top' + 'height' must be equal to the 'background image height' */
	padding-top: 17px;
	padding-left: 30px;
	background: url(images/lsde_top_bg.gif) no-repeat top; 
}
#lsde_header {
	clear: left;
	padding-left: 2px;
	height: 32px;
	text-align: left;
	background: url(images/lsde_top_bg.gif) no-repeat bottom; 
}
#lsde_inner_header {
	padding-left: 3px;
	padding-right: 3px;
	width: 800px;
	height: 32px;
	background: url(images/lsde_header.jpg) repeat center top; 
}
#lsde_left_column {
	clear: left;
	float: left;
	width: 540px;
	padding-left: 20px;
}
#lsde_right_column {
	float: right;
	width: 225px;
	padding-right: 15px;
}
#lsde_footer {
	clear: both;
	padding-top: 0px;
	height: 52px;
	text-align: center;
	font-size: 11px;
	background: url(images/lsde_footer_bg.gif) no-repeat;
	color: #666666;
}
#lsde_footer a {
	color: #666666;
}
#lsde_site_title {
	padding-left: 22px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
}
#lsde_site_slogan {
	padding-top: 4px;
	font-weight: bold;
	font-size: 13px;
	color: #AAFFFF;
}
.lsde_spacer {
	clear: left;
	height: 18px;
}
.lsde_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.section_box {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #CCCCCC;
	background: #F2F2F2;
	font-size: 12px;
}
.section_box2 {
	clear: left;
	margin-top: 10px;
	background: #F6F6F6;
	color: #000000;
}
.text_area {
	padding: 10px;
}
.publish_date {
	clear: both;
	margin-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
.title {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #357666;
}
.subtitle {
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #D5F6D6;
	font-size: 14px;
	font-weight: bold;
	color: #357666;
}
.lsde_menu {
	list-style-type: none;
	margin: 10px;
	margin-top: 0px;
	padding: 0px;
	width: 195px;
}
.lsde_menu a{
	background: #F4F4F4 url(images/button_default.gif) no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #357666;
	display: block;
	width: 195px;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 12px;
	text-decoration: none;
}
* html .lsde_menu li a{ 
	width: 190px;
}
.lsde_menu li a:visited, .lsde_menu li a:active{
	color: #357666;
}
.lsde_menu li a:hover{
	background: #EEEEEE url(images/button_active.gif) no-repeat;
	color: #FF3333;
}
