body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 100%;
	line-height: 150%;
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #5E8E3E;
	text-decoration: none;
}
.container{
	display:inline;
	width: 75%;
	overflow: overflow;
}

.main, .right{
	float:left;
    }
#menu
{	
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	height: 800px;
	overflow: auto;
	background-color: #555;
	border-right:1px solid #000;
	max-width: 170px;
}
#padding
{
	float: left;
	width: 20%;
	height: 1px;
	max-width: 170px;
}
.menutop
{
	height: 224px;
	border-bottom:1px solid #808080;
	background-color: #555;
}

.main
{
	float: left;
	width: 60%;
	padding-left: 1em;
	max-width: 500px;
}

.image
{
	float: left;
}

.right{
	float: left;
	width: 15%;	
	padding-left: 1em;
	border-left:1px solid #000;
	max-width: 160px;
}

.main h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 4px;
	font-size: 160%;
	text-align: right;
}

.right h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 150%;
	text-align: right;
}
#rbody{
	font-size: 100%;
	line-height: 100%;
}	
#footer
{	
	font-size: 75%;
	line-height: 100%;
	color:#fff;
	padding: 20px;

}

