body
{
	margin: 0;
	padding: 0;
	background-color:#dddddd;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 75%;
	line-height: 200%;
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #5E8E3E;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#container	{margin:0px auto; text-align:center; width:760px; background-color:#dddddd;}

#menu
{
	position:fixed;
	float:left;
	top: 0;
	
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #555;
	border-right:1px solid #000;
}

#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:1px solid #808080;
	background-color: #444;
}
#tiger1
{
background-color:#FFFFFF;
}
#tiger
{
background-color:#badaba;
}

#tiger h2
{
color:#FFFFFF;
}
#tiger1 h2
{
color:#90b290;
}
#main
{
	width: 540px;
	margin-left: 200px;
	padding: 5px;
}
#main h3 {
	border-bottom: 1px solid #808080;
	}
#main h2
{
	
	border-bottom: 1px solid #808080;
	font-family: Helvetica;
	font-weight: bold;
	letter-spacing: 8px;
	font-size: 250%;
	text-align: left;
	padding:10px;
}

#main p
{
	padding:10px;
	text-align:left;
}

#main li {
	text-align: left;
}