body {
    margin: 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8px
    background-color: #EEEEEE;
}
html, body {
    height: 100%;
}
a {
    color: blue;
}
#container {
  width: 900px;
  margin: 19px auto 0 auto;
  min-height: 100%;
  height: auto;
  background-image: url(http://www.geocities.com/images/container-bg.gif);
  background-repeat: repeat-y;
}
/*for Internet Explorer */
/*\*/
* html #container }
    height: 100%;
}
/**/
#banners {
	padding: 5px 0 40px 6px;
	background: url(http://www.geocities.com/images/banner-bg.gif);
	background-repeat: no-repeat;
}
#banners img {
	display: block;
}
#banner-photo {
	margin-left: 175px;
	margin-top: 2px;
	
}
#content {
	margin-left: 82px;
	width: 665px;
	line-height: 1.2em;
	text-align: justify;
}
#content p {
	margin-top: 0;
	font-size: 0.6em;
}
#content h1 {
	margin-top 0;
	padding-top: 0.5em;
	color: green;
	font-size: 2em;
	font-weight: normal;
}
#content img {
	float: left;
	margin: 0 1em 1em 0;
#content q {
	display: block;
	margin-bottom: 1em;
}
#content q:before, #content q:after {
	display: none;
}
#content hr {
	clear: left;
}
#menu {
	float: left;
	width: 170px;
	margin-left: 10px;
	display: inline;
}
#menu ul {
	margin: 1em 12px 0 1em;
	padding: 0;
}
#menu ul li {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#menu ul li a {
	text-decoration: none;
	color: #000;
	font-size 1.2em;
}
#menu ul li ul {
	margin: 1em 12px 0 1em;
	padding: 0;
}
#menu ul li ul li {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#menu ul li ul li a {
	text-decoration: none;
	color: #000;
	font-size: 1em;
}
#menu ul li a:hover {
	color: blue;
}
#menu ul li a.currentpage {
	color: blue;
}
#footer {
	width: 665px;
	height: 89px;
	clear: both;
}