/* 		Style sheet starts 		*/
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background: #000000 url(images/bg.gif) repeat-x;
}
a:link, a:visited { color: #ffffff; text-decoration: none} 
a:active, a:hover { color: #FFFF99; text-decoration: underline}

#container {
	width: 800px;
	margin: 5px auto;
	background: #DAA520;
	border: 6px solid #666666;
}
#header {
	clear: left;
	height: 160px;
	background: url(images/header.jpg) no-repeat;
}
#content {
	width: 800px;
}
#left_column {
	float: left;
	width: 590px;
	min-height: 400px;
}
#right_column {
	background: #FFD700 url(images/right_bg.gif) repeat-x bottom;
	float: left;
	width: 200px;
	min-height: 400px;
}
#footer {
	clear: left;
	background: #B8860B;
	padding: 5px;
	font-size: 11px;
	color: #ffffff;
}
#footer a {
	color: #CCCCCC;
}
#site_title {
	padding-top: 75px;
	padding-left: 50px;
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
}
#site_slogan {
	padding-top: 10px;
	padding-left: 250px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.line {
	clear: left;
	height: 2px;
	background: #888888;
}
.pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.section_box {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #666666;
	background: #B8860B;
}
.section_box2 {
	clear: left;
	margin-top: 10px;
	border: 1px solid #ffffff;
	background: #B8860B;
	color: #FFFFFF;
}
.text_area {
	margin: 10px;
}
.publish_date {
	clear: both;
	margin-top: 10px;
	color: #88DDFF;
	font-size: 11px;
	font-weight: bold;
}
.title {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
.subtitle {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
.post_title {
	padding: 5px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
/* 		Menu Credit: http://www.dynamicdrive.com/style/      */
.glossymenu{
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 175px;
	border: 1px solid #999999;
}
.glossymenu li a{
	background: white url(images/button_default.gif) repeat-x center;
	font: bold 12px "Trebuchet MS", Verdana, Helvetica;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 6px;
	padding-left: 12px;
	text-decoration: none;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 170px;
}
.glossymenu li a:visited, .glossymenu li a:active{
	color: #FFFFFF;
}
.glossymenu li a:hover{
	background-image: url(images/button_active.gif);
	color: #000000;
}
