body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #282828;
}
body {
	background-color: #333333;
}
a:link {
	color: #786F49;
}
a:visited {
	color: #786F49;
}
a:hover {
	color: #8B8661;
}
a:active {
	color: #8B8661;
}
table {
	background-color: #FFFFFF;
	border: 0px;
}
td {
	border: 0px;
}
.main-title {
	text-align: right;
	font-size: 36px;
	color: #999999;
	vertical-align: middle;
}
.title {
	text-align: right;
	font-size: 14px;
	color: #999999;
	vertical-align: middle;
}
.dateoutline {
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	background-color: #F0F0F0;
}
.dateoutlineHover {
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	cursor: pointer;
}
.dateday {
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}
.nav {
	border-bottom: 1px solid #E6E4CA;
}
.navHover {
	cursor: pointer;
	border-bottom: 1px solid #E6E4CA;
	border-left: 3px solid #A9A38D;
	font-weight: bold;
}
.navLastHover {
	cursor: pointer;
	border-left: 3px solid #A9A38D;
	font-weight: bold;
}
.navHead {
	color: #383838;
	background-color: #999999;
}
.infoBox {
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
.creds {
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
}
.size12 {
	font-size: 12px;
}
.size12R {
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	background-color: #F0F0F0;
}
.content {
	border-top: 1px dashed #E6E4CA;
	border-bottom: 1px dashed #E6E4CA;
	margin-left: 5em;
	margin-right: 10em;
	font-size: 12px;
	line-height: 2em;
}
.divider {
	border-left: 1px solid #E6E4CA;
}
.cContentColumn {
	LEFT: 11.64em
}
    .cContentInner {position:relative;height:100%;padding:0 5px 0 5px;}
/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:140px;
	background:url(images/bg-header.jpg) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	float:left;
	width:500px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer.jpg) no-repeat;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}

#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}
#sidebar li a:hover, #sidebar li a.current {
background:#e4e3e3;
}	