/* main links */
#left a {	
	text-decoration: none;
	text-transform: none;
	color: #a38a6d; /* e5e5e5 */
	border-bottom: 1px dotted #bb0000;
}
#left a:hover {	
	color: #c2aa8e;
	background-color: #bb0000;
}
#right a {	
	text-decoration: none;
	text-transform: none;
	color: #a38a6d; /* e5e5e5 */
	border-bottom: 1px solid #333333;
}
#right a:hover {	
	color: #8dddee;
}
#left h3 a {	
	text-decoration: none;
	text-transform: none;
	color: #e5e5e5; /* e5e5e5 */
	border-bottom: 1px dotted #bb0000;
}
#left h3 a:hover {	
	color: #e5e5e5;
	background-color: #bb0000;
}

/* main navigation */
#navigation {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	z-index: 30;
}
#navigation li {
	margin-left: 0;
	padding: 3px 20px;
	list-style: none;
	display: inline;
  float: left;
  display: block;
}
#navigation li a {
  padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	text-decoration: none;
  float: left;
  display: block;
}
#navigation li a:hover, 
#navigation li a.selected {
	background-color: #bb0000;
  color: #cccccc;
}

/* sub navigation */
#navigation div {	
	position: absolute;
	visibility: hidden;
	text-align: left;
	width: 175px;
	margin-top: 40px;
	padding-top: 5px;
	background-color: transparent;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#navigation div a {	
	display: block;
	background-color: #303121; 
	text-decoration: none;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
	float: left;
	clear: right;
	border-bottom: 1px dotted #000000;
	width: 165px;
	line-height: 15px;
}
#navigation div a:hover {	
	color: #bb0000; /*84deef*/
	background-color: #000000;
	border-bottom: 1px dotted #111111;
}

/* left content */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 20px;
	color: #e5e5e5;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 17px;
}
.left-box-content {
	color: #a38a6d; /*8a745a c2aa8e*/
	font-family: Verdana, Tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}
.blog-number {
	color: #222222; /*394f58*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 50px;
	line-height: 35px;
}
.blog-date {
	font-family: Verdana, Tahoma, sans-serif;
	letter-spacing: 0px;
	font-size: 14px;
	color: #bb0000;
	font-weight: normal;
	text-transform: uppercase;
}
hr {
	height: 20px;
	background: #000000 url(images/divider.gif) no-repeat scroll center;
	border: none;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* right content */
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 16px;
	color: #e5e5e5;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 17px;
}
.right-content {
	color: #8a745a; /*8a745a c2aa8e*/
	font-family: Verdana, Tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
}
#right ul {
	margin-top: -10px;
}
#right li {
	margin-left: -10px;
	list-style: square;
}

/* footer */
.footer-content {
	color: #8a745a; /*8a745a c2aa8e*/
	font-family: Verdana, Tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
}
h5 {
	color: #e5e5e5; /*8a745a c2aa8e*/
	font-family: Verdana, Tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
}

