@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
#innercontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
	background-color: #FFFFFF;
}
#menu {
	position: absolute;
	height: 100%;
	width: 200px;
	left: 0px;
	top: 3px;
}
#maincontent {
	height: 365px;
	width: 680px;
	left: 200px;
	position: absolute;
	padding-right: 20px;
	background-color: #FFFFFF;
	padding-top: 9px;
}
#container {
	height: 500px;
	margin-top: -250px;
	top: 50%;
	width: 100%;
	position: absolute;
	background-color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #77005C;
}
a:active {
	text-decoration: none;
	color: #77005C;
}
a.greenlink {
	color: #A0A87F;
}
a.greenlink:hover {
	color: #77005C;
}
#thumbs {	width: 530
\;
	position: absolute;
	left: 201px;
	top: 410px;
	height: 100px;
	width: 470px;
	position: relative;
}

