/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-align: center;
	background:#fff;
font-family:Verdana, Arial, sans-serif;
}


/* the wrapper holds the whole thing centrally in the browser window */

#wrapper {
	margin: 0 auto;
	width: 937px;
	background:#fff;

	text-align: left;
}

#header {
	margin: 40px 0 0px 0px;
	height: 73px;
	width: 277px;
	}

#footer {
	font-size:11px;
	color:#fff;
	height: 73px;
	width: 277px;
	background:#fff;
}

#hanger {
	font-size:11px;
	color:#fff;
	height: 58px;
	width: 94px;
	background:#fff;
}

#text {
	margin: -3px;
	width:481px; height:620px; 
	font-size:10px;
	padding:10px;
	color:#504F4D; background-color: #E9DC00;
	line-height: 155%;
	}
strong {
  margin: 0px;
font-size: 12px;
  font-weight:bold;
  color:#504F4D;
  background-color:#ffffff;
  padding-left:85px;
  padding-right:2px;

}

#rss {
margin: 0px 0 0 290px;
}

/* These are the default link styles */

a:link {
	text-decoration: underline;
	color: #fff;
	background: transparent;
}
a:hover {
	text-decoration: underline;
	color: #900;
	background: #ffffff;
}
a:visited {
	text-decoration: underline;
	color: #666;
	background: transparent;
}