html, body, img, {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

html {
	background: #fffde6 url('../images/html_bg.gif') 0 -2px repeat-y;
}

h1 {
	font: 16px Helvetica, Arial, Clean, sans-serif;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	margin: 0px;
}

#rightcontainer {
	position: absolute;
	left: 415px;
	top: 80px;
	width: 415px;

	font-family: Arial;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}

#content {
	height: 400px;
	overflow: auto;
	padding-right: 10px;
}

#bottomcontainer {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}

#bottomcontainer a {
	margin: 0 5px 0 5px;
	text-decoration: none;
}

#bottomcontainer a:hover {
	text-decoration: underline;
}