body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6e8f8b;
	background-color: #ffffff;
	background-image: url(gw-bg.png);
	background-repeat: repeat-x;
	line-height: 140%;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 610px;
	margin: 27px auto 20px auto;
	background-image: url(gw-top.jpg);
	background-repeat: no-repeat;
}
#menu { 
     font: 20px Georgia, "Times New Roman", Times, serif;
	 color: #cde3e5;
	 padding-top: 20px;
	 text-align: left;
	 letter-spacing: 1px;
	 float: right;
}
#menu ul{
   margin: 0;
   padding: 0;
   list-style: none;
   text-align: left;
}
#menu li {
   float: left;
}
#menu li a {
   display: block;
   text-align: center;
   color: #cde3e5;
   text-decoration: none;
   padding: 4px 7px;
   margin: 0 0 0 10px;
   font-weight: normal;
}
#menu li a:hover {
   background-color: #fb6a67;
   color:#FFFFFF;
}
#content{
	text-align: left;
	margin: 280px 0 20px 0;
}
#footer{
    text-align: left;
	padding: 20px;
	font-size: 10px;
	background-color: #cde3e5;
	border-top: 8px solid #418d83;
}
a:link, a:active, a:visited {
	font-weight: normal;
	color: #ff4242;
	text-decoration: none;
}
a:hover {
	color: #fb6a67;
	text-decoration: underline;
}
input, textarea, option, select {
	background-color: #cde3e5;
	color: #418d83;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 3px;
	border: 1px solid #418d83;
}
#title {
		float: left;
}
	#title h1 a {
    	text-indent: -9999px;
    	overflow: hidden;
    	width: 170px;
    	height: 50px;
    	display: block;
} 
#content h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0 0 0 50px;
	line-height: 37px;
	color: #8d5426;
	background-image:url(gw-wing.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid #cde3e5;
}
h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #8d5426;
	font-weight: normal;
	border-bottom: 1px solid #cde3e5;
}
img {
  border: none;
  padding: 3px;
}
blockquote {
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
border-left: 4px solid #cde3e5;
padding: 5px;
background-color: #eef9fa;
}