/* -- Body style -- */
body{
	color: #666;
	margin-top: 0px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 76%;
	background-color: #f9f9f9;
}

/* -- Headlines -- */
h1{
	font-size: 1.5em;
	font-weight: bolder;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 1.2em;
	font-weight: bold;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

h3{
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: #333;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

/* -- Link style -- */
a:link, a:visited{
	color: #9c0;
	text-decoration: none;
	background-color: inherit;
}

a:hover, a:active{
	color: #fff;
	text-decoration: none;
	background-color: #9c0;
}

p{
	font-size: 1em;
	color: #333;
	background-color: #fff;
	padding: 0;
	margin: 0 0 5px 0;
}

#frame{
	margin: 0 auto;
	width: 600px;
	padding: 10px;
	background-color: white;
	border: 1px solid #e9e9e9;
}


div#content{
	text-align: left;
	margin-top: 30px;
	margin-bottom: 25px;
}

div#content div.oneContent{
	margin-bottom: 10px;
}

#content img.left{
	float: left;
}

#content img.right{
	float: right;
}

#footer{
	font-size: 0.8em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div#monkeyFooter{
	margin: 0 auto;
	width: 600px;
	font-size: 0.8em;
	text-align: right;
	color: #999;
}

div#youAreHere {
	text-decoration: none;
	color: #333;
	background-color: #FFF;
	font-size: 0.8em;
	text-align: left;

}

div#line{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #CCC;
}
