*{ margin: 0; padding: 0; }
body { font: .8em Arial, Verdana, Sans-Serif; line-height: 1.7em; background: #fff url(menu.gif) repeat-x; color: #454545; }
a { color: #3F2C57; background: inherit; text-decoration: none; }
#left a, #right a { border-bottom: 1px dotted #3F2C57; }
a:hover { color: #808080; background: inherit; }
p {	margin: 5px 0 5px 0; }
h1 { font: normal 2.8em Georgia, "Trebuchet MS", Arial, Sans-Serif; padding: 0 0 0 0; margin: 0; }
img { border: 0; }

/* layout */
#content { margin: 0 auto; width: 980px; }
#header {
	padding: 10px 0;
	color: #fff;
	margin: 0 0 20px 0;
	height: 94px;
}

/* main horizontal menu */
#tablist{  margin: 25px 0 0 0;  }
	#tablist li{ list-style: none; display: inline;  }
	#tablist li a{
		text-decoration: none;
		margin: 0 3px 0 0;
		padding: 4px 15px;
		border: 1px solid #3B3B3B;
		font-weight: bold;
		color: #ccc;
	}
	#tablist li a:hover{
		border: 1px solid #55684A;
		color: #fff;
	}
	#tablist li a.current{
		background: #ADD597;
		color: #fff;
	}
	#tablist .key { text-decoration: underline; }


/* left side */
#left {
	float: left;
	width: 670px;
	margin: 0 0 10px 0;
}
	.border { border: 1px solid #AED898;  margin: 0 0 10px 0;}
	.subheader {
		padding: 15px;
		background: #F1F8ED;
		color: #444;
		border: 2px solid #D1EAC3;
	}
	.highlight { background: #C5E7F6; color: #000; }
	.left_articles {
		margin: 0 0 10px 0;
		border: 2px solid #eee;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
	
	.left_articles h1 { margin: 0; padding: 0; font: normal 1.8em Georgia, "Trebuchet MS", Arial, Sans-Serif; }
	
	.left_box {
		background: #F4F1F8;
		color: #808080;
		border-left: 3px solid #E8E2F2;
		padding: 15px;
		margin: 0 0 15px 0;
	}		
		
/* right side */
#right {
	float: right;
	width: 280px;
	margin: 0 0 10px 0;
	padding: 120px 0 0 0;
	
}
	
	#side_menu { margin: 0 0 20px 0; }
	#side_menu li { list-style: none; }
	#side_menu li a { color: #3F6C24; border: 0; margin: 0 0 1px 0; display: block; background: #fff url(side_menu.gif) repeat-x; padding: 8px 10px; }
	#side_menu li a:hover { color: #fff; background: #fff url(side_menu_hover.gif) repeat-x; }	
	
	.image { float: left; margin: 0 9px 3px 0; }
	
/* footer */
#footer { 
    text-align:center;
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	
.meta {
    margin: 0 auto;
	padding: 10px 5px;
	text-transform: capitalize;
}

.meta ul {
    list-style: none;
	padding:0;
	margin:0;
	}
	
.meta li {
    text-align: center;
	width: 140px;
	float: left;
	margin: 0 10px 20px 15px;
	border: solid 1px #000000;
    }
	
.meta span {
width:140px;
text-align:center;
float:left;
}
	
.meta img {
	border: 0;
	width:140px;
	height:90px;
	}

.meta a {
color:#BD3C18;
height:22px;
line-height:22px;
margin:0px auto;
}

.meta a:hover {
color:#BD3C18;
background:#D6EEFD;
}

.quote{
padding:8px 0;
}

#bigimg{
}

#bigimg img{
    border:0;
	}