body {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
#topp {
	height: 270px;
	background: url(wbg.jpg) top left repeat-x;
}
#toppwrap {
	width: 600px;
	margin: 0 auto;
}
#menu { 
     font-size: 9pt;
	 color: #cde3e5;
	 text-align: left;
	 letter-spacing: 1px;
	 float: left;
	 width: 350px;
}
#menu ul{
   margin: 50px 0 0 0;
   padding: 0;
   list-style: none;
   text-align: left;
}
#menu li {
   float: left;
}
#menu li a {
   display: block;
   text-align: center;
   color: #fbca01;
   text-decoration: none;
   padding: 6px;
   margin: 10px 10px 0 0;
   font-weight: bold;
}
#menu li a:hover {
   background-color: #fbca01;
   color:#000000;
}
#title { width: 230px; float: right; margin-top: 40px }

#content{
	width: 600px;
	margin: 40px auto;
}
#footer{
    text-align: center;
	font-size: 7pt;
	padding: 20px 0;
	background-color: #000;
}
#text{
	text-align: left;
	padding: 20px;
}
a:link, a:active, a:visited {
	font-weight: normal;
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
input, textarea, option, select {
	background-color: #ffcc00;
	font-size: 7pt;
	color: #333;
	padding: 4px;
	border: 0;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	font-style:italic;
	color: #cc0000;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	font-style:italic;
	color: #cc0000;
}
img { border: 0; }
#content img { border: 0; padding: 3px; }

blockquote {
background-color: #eee;
padding: 5px 10px;
}
