@charset "UTF-8";
body {
	//background-image: url('../images/bg.png');
	text-align: center;
	color: #000000;
	font-size: 16px;
}

div#container {
	position: relative;
	margin: 0 auto;
	top: -10px;

	width: 800px;
}

div#header {
	position: relative;
	margin: 0 auto;
	
	//background-image: url('../images/header.png');
	
	width: 800px;
	//height: 402px;
	height: 20px;
}

div#main {
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

div#frame {
	position: relative;
	width: 800px;
	background-color: black;
}

div#content {
	position: relative;
	float: left;
	width: 465px;
}
div#content_top {
	background-image: url('../images/blog-content-top.jpg');
	background-repeat: no-repeat;
	height: 47px;
	text-align: center;
	padding-top: 5px;
	font-size: 40px;
	color: #504d00;
}

div#content_mid {
	background-image: url('../images/blog-content-bg.jpg');
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
	bottom: 16px;
}

div#content_bot {
	background-image: url('../images/blog-content-bot.jpg');
	background-repeat: no-repeat;
	margin-top: -16px;
	height: 65px;
}

div#menu {
	//background-image: url('../images/menu_bg.png');
	//background-repeat: repeat-y;
	position: relative;
	float: right;
	margin: 0 auto;
	width: 335px;
}
div#qlinks {
	position: relative;
	float: right;
	margin: 0 auto;
	width: 308px;
}

div#qlinks_header {
	background-image: url('../images/quicklinks-header.jpg');
	height: 20px;
	width: 300px;
	
	color: #eff0ef;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 1px 0 0 8px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

div#qlinks_bottom {
	background-image: url('../images/quicklinks-bottom.jpg');
	width: 308px;
	height: 7px;
}

#qlinks ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #38464d;
}

#qlinks li {
	width: 154px;
	float: left;
	height: 33px;
	display: block;
	background: url(../images/quicklinks-li-left2-bg.jpg) no-repeat top right;
	border-top: 1px solid #38464e;
}

#qlinks li.e {
	background: url(../images/quicklinks-li-right2-bg.jpg) no-repeat top right;
	width: 154px;
}
#qlinks a {
	background: url(../images/quicklink_bullet.png) no-repeat 0 -15px;
	display: block;
	padding-left: 19px;
	position: relative;
	color: #d0a803;
	left: 8px;
	top: 10px;
	font-size: 14px;
}
#qlinks a:hover {
	color: #fff;
	background-position: 0 3px;
}

#qlinks a.disabled, #qlinks a:hover.disabled {
	color: #adadad;
	text-decoration: none;
	background: url(../images/quicklink_bullet.png) no-repeat 0 -15px;
}

#qlinks span.gfxhook {
	display: block;
	background: url(../images/quicklinks-bottom.jpg) no-repeat 0 0;
	height: 7px;
	width: 308px;
	position: relative;
	top: -4px;
}

#info {
	border-spacing: 3px;
}

#info tr.a {
	background-color: #ddc074;
}
#info tr.b {
	background-color: #ffeabb;
}
#info td {
	border-left: 2px;
	border-right: 2px;
}
#copyright {
	width:350px;
	font-size: 10px;
	clear: both;
	margin: 0 auto;
	color: white;
	background-color: black;
	
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#copyright a {
	color: #d0a803;
}
