/*
CSS 
*/
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #006;
}
a:link, a:visited { color: #000033; text-decoration: none } 
a:active, a:hover { color: #AA0000; text-decoration: underline }

#container { width: 828px; margin: 0px auto; background: url(images/content_bg.gif); color: #AA0000; 
}
#top {
	clear: left;
	height: 25px;	/* 'padding-top' + 'height' must be equal to the 'background image height' */
	padding-top: 39px;
	padding-right: 25px;
	text-align: right;
	background: url(images/1top_bg.gif) no-repeat bottom;
}
#header {
	clear: left;
	margin-top: 5px;
	height: 208px;
	text-align: right;
	padding-left: 25px;
	background: url(images/header.jpg) no-repeat center center; 
}
#left_column {
	clear: left;
	float: left;
	width: 210px;
	padding-left: 3px;
}
#right_column {
	float: right;
	width: 590px;
	padding-right: 20px;
}
#footer {
	clear: both;
	padding-top: 9px;
	height: 40px;
	text-align: center;
	font-size: 11px;
	background: url(images/footer_bg.gif) no-repeat;
	color: #000033;
}
#footer a {
	color: #666666;
}
#site_title { padding-top: 0px; font-weight: bold; font-size: 36px; color: #AA0000; margin-top: 10px; float: right; margin-right: 20px;
}
#site_slogan { font-weight: bold; font-size: 18px; color: #AA0000; margin-top:110px; float: right; 
}

.spacer {
	clear: left;
	height: 10px;
}
.pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.section_box {
	margin: 10px;
	margin-right: 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	background: url(images/gradient_top.gif) repeat-x;
}
.post_box { clear: left; margin-top: 10px; background: #FFFFFF; color: #000033; border: 1px solid #DDDDDD; 
}
.text_area {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #AA0000;
}
.post_text_area { padding: 10px; color: #A00; 
}
.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #EFEFEF url(images/gradient_top.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #006;
}

.title { padding-bottom: 12px; padding-top: 12px; font-size: 14px; font-weight: bold; color: #AA0000; 
}
.subtitle {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #AA0000;
}
.menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 200px;
}
.menu li a{
	background: #F4F4F4 url(images/button_default.gif) no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #AA0000;
	display: block;
	width: auto;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 14px;
	text-decoration: none;
}
* html .menu li a{ 
	width: 195px;
}
.menu li a:visited, .menu li a:active{
	color: #AA0000;
}
.menu li a:hover{ background: #EEEEEE url(images/button_default.gif) no-repeat left bottom; color: #006; 
}
