body {
	color: black;
	font-family: sans-serif;
	margin: 0pt auto;
}

#header {
	height: auto;
}

#wrapper {
	margin: 0pt;
	width: 900px;
}

#menu {
        background-color: #FFFFA3;
  	float: left;
	font-size: 90%;
	width: 190px;
        padding-left: 20px;
}

#menu h2 {
	font-size: 110%;
}

#menu li {
    margin-left: 1em;
    list-style-type: none;
    padding: 5px;
    border-bottom: 1px dotted gray;
}

#content_orig {
	background-color: white;
	float: right;
	width: 650px;
        line-height: 125%;
}

#content_orig a {
	      border-bottom: 1px dotted #4682b4;
}

#footer {
	clear: both;
	font-size: 80%;
	text-align: right;
}

