	body {
		margin:15px 50px 15px 50px;
		font-size: 80%;
		font-family: "Verdana", "arial", "courier", serif;
		color:#333;
		width:650px;
		background:#fff;
		}
	#header {
		position:relative;
		border:0px solid #000;
		background:#fff;
		width:650px;
		min-width:500px;
		height:70px;
		}
	#title h1 {
		position:absolute;
		top:30px;
		font-family: "arial", "Verdana", "courier", serif;
		right:25px;
		font-size:2em;
		color:#666666;
		}
	#menu {
		position:relative;
		border:1px solid #000;
		background:#fff;
		width:auto;
		min-width:500px;
		height:25px;
		white-space: nowrap;
		}
	#menu ul {
		margin: 0;
		white-space: nowrap;
		padding: 0;
		height: 25px;
		list-style-type: none;
		}
	#menu li {
		display: inline;
		}
	#menu li a {
		padding: 4px 15px 0px;
		text-align: center;
		height: 21px;
		display: block;
		color: #999;
		float: left;
		}
	#menu li a:link, #menu li a:visited {
		color: #999;
		text-decoration: none;
		background-color:#fff;
		}
	#menu li a:hover, #menu li a:active {
		color: #000;
		text-decoration: none;
		background: #F8A881;
		}
	#menu a {
		float:right;
		padding: 5px 15px 0px 0px;
		color: #999;
		text-align: center;
		text-decoration: none;
		}
	#menu a:hover {
		color: #000;
		text-decoration: none;
		}
	#body {
		position:relative;
		border:1px solid #000;
		background:#fff;
		width:auto;
		min-width:500px;
		height:100%;
		}
	#body p {
		margin:10px;
		}
	#body a {
		text-decoration: none;
		}
	#body a:hover {
		text-decoration: underline;
		}
	.strong {
		font-size:1.2em;
		color:#999;
		}
	img {
		border: 0px none;
		}
