html { 
  padding:0px;
  margin:0px;
  height:100%;
background-color: #e6e6e6;
  font-size: 12px;
  font-family: Verdana, Arial, helvetica, SunSans-Regular, Sans-Serif;
  color:#000000;  
  height:100%;
}

body {
  background-color: #e6e6e6;
  font-size: 10px;
  font-family: Verdana, Arial, helvetica, SunSans-Regular, Sans-Serif;
  color:#000000;  
  padding:0px 20px;
  margin:0px;
  height:100%;
}

a {
font-weight: bold;
color: #E0E020;
text-decoration: none;
}

#container {
width: 700px;
background-color: #ffffff;
margin: 0px;
  color:#000000; 
	border-top: #E0E020 10px;
	border-bottom: #E0E020 10px;
height:100%;
}

h1 a {
text-decoration: none;
}

#menu {
position: absolute;
left: 0px;
width: 200px;
height:100%;
background-color: #A0C0A0;
float: left;
margin:0px 0px 20px 20px;
}

}

#content {
  margin-left: 275px;
  background-color:#fff;
  height:100%;
float: clear;
  font-size: 10px;
  font-family: Verdana, Arial, helvetica, SunSans-Regular, Sans-Serif;

width: 700px;
}

#content h2 {
color: #E08020;
font-size: 30px;
font-weight: bold;
}

#content h2 a {
text-decoration: none;
}

#content a {
font-weight: bold;
color: #E0E020;
text-decoration: none;
}

#content h3 {
color: #000000;
font-size: 8px;
}

#content h3 a {
font-weight: normal;
color: #E0E020'
text-decoration: underline;
}

#menu h2 {
color: #ffffff;
font-size: 18px;
font-weight: bold;
}

#menu li {
list-style-type: square;
font-size: 8px;
}

blockquote
{	background: url(quote.png);
	margin-right: 0;
	padding: 5px;
	font-size: 9px;
}
