body {
	background-color: #DBDBDB;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
.emph{
	background-color: #F2F2F2;
	color: black;
}
#ad {
	position: relative;
	clear: left;
	margin: 0px;
	background: #ffffff url("../img/bg.jpg") repeat-y;
	width: 970px;
	padding: 0px;
	text-align: left;
	z-index: 10;
}
#header {
	float: left;
	position: relative;
	height: 150px;
	width: 970px;
	top: 0px;
	text-align: left;
	z-index: 1;
}
#left {
  background-color: #FFFCE6;
	position: relative;
	top: 0px;
	left: 0px;
	width: 170px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#menu {
  background-color: #FFFCE6;
  color: #FFFFFF;
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
#menu h2 {
	background: #FFE500;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	margin: 8px 0px 0px 4px;
	text-transform: uppercase;
	}
	
#menu h3 {
	background: #F5F7FA;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
	}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
}
#menu ul li {
	display: inline;
	padding: 0px;
	margin: 0px;	
}
#menu ul li a {
	background: #FFF280;
	display: block;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 8px;
	border-top: 1px #B3A000 solid;
	border-left: 4px #FFF280 solid;
}
#menu ul li a:hover,
#menu ul li a.active {
	background: #BFD5EE;
	border-left: 4px #FF0000 solid;
	border-right: 4px #FF0000 solid;
	color: #000000;
}
#menu ul li a.active:hover {
	background: #BFD5EE;
	border-left: 4px #FFFCE6 solid;
	border-right: 4px #FFFCE6 solid;
	color: #000000;
}
#menu p {
	background: #444444;
	padding: 0px 10px 10px 10px;
	margin: 0px;
	line-height: 17px;
}
#right {
	position: relative;
	float: left;
	line-height: 150%;
	text-align: left;
	top: 0px;
	left: 6px;
	z-index: 40;
	width: 620px;
  padding: 2px;
}
#right p {
	font-size: 12px;
}
#right H1.title {
	display: block;
	font-family: Trebuchet MS, Georgia, serif;
	font-size: 32px;
	color: #e7795d;
	margin: 0px;
	margin-bottom: 15px;
	padding-top: 15px;
	text-align: left;
	font-weight: normal;
}
#right H2 {
	display: block;
	font-family: Trebuchet MS, Georgia, serif;
	font-size: 20px;
	color: #000000;
	margin: 0px;
	margin-bottom: 15px;
	padding-top: 15px;
	text-align: left;
	font-weight: normal;
}
#right p.quote, #right p.quotew {
  /*font-family: Trebuchet MS, Georgia, Times, serif;*/
	font-style: italic;
	font-weight: bold;
	
 	line-height:1.5;
 	font-size:1.2em;
 	text-align:right;
 	 	
 	margin-left: 10%;
	margin-right: 10%;
}

#rightbar {
	float: right;
	width: 160px;
	font-size: 96%;
	line-height: 140%;
	padding: 3px;
}
#rightbar H1 {
	clear: both;
	display: block;
	font-family: Trebuchet MS, Georgia, serif;
	font-size: 1.6em;
	color: #000;
	margin: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: normal;
	background-color: #F2F2F2;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
}
#footer {
	
}