html, body{
	height:100%;
	font-family:Helvetica,Arial,sans-serif;
	font-size:85%;
	color:#ededed;
	background-color:#3a3a3a;
}
.wrap{
	width:86%; 
	padding:1em 0; 
	margin:0 auto;
}
#header {
	width:100%;
	margin:-1.5em auto;
}
#logo{
	height:140px;
}
#logo img{
	vertical-align:middle;
	border:none;
	align:left;
}
#monoSlideshow{
	height:140px;
	width:100%;
}
#menu{
	height:52px;
	padding:0 10px;
	font-weight:bold;
	background-color:#414141;
}
#menu ul {
	list-style:none;
	right:10px;
	white-space:nowrap;
}
#menu ul li{
	display:inline;
}
#menu ul a:link, #menu ul a:visited {
	float:right;
	padding:19px 10px;
	text-decoration:none;
	color:#ededed;
}
#menu ul li a:hover{
	background-color:#5b5b5b;
}
#content {
	width :100%;
}
.diff_bkgcol{
	background-color:#474747;
}
#footer{
	width:100%;
	text-align:center;
}
#footer a{
	text-decoration:none;
	color:#ededed;
}
#footer a:hover{
	text-decoration:underline;
	color:#ededed;
}
#feeds{
	padding-top:0.5em;
	background-color:#414141;
}
#feeds img{
	border:none;
	vertical-align:middle;
}
#feeds span{
	background-color:#414141;
	width:50%;
	text-align:inherit;
}
#disclaimer{
	padding-bottom:1em;
	background-color:#414141;
	font-size:smaller;
	clear:both;
}