@charset "ISO-8859-1";

.rights {
	font: 9px "Lucida Sans", "Lucida Grande", sans-serif, "Lucida Sans Regular";
	color: #666666;
	margin-top: 3px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container {
	background: #EDEBE0;
	height: 600px;
	width: 1000px;
	margin: auto;
}
.menu {
	text-align: left;
	font-family: "Century Gothic", Futura, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
#logo {
	float: left;
	margin-left: 4px;
}
.menu   span{
	margin-left: 20px;
	color: #E25D71;
}
#content  {
	font-family: "Century Gothic", Futura, Helvetica, Arial, sans-serif;
	text-align: left;
	position: relative;
	top: 70px;
	height: 460px;
	width: 800px;
	overflow: auto;
	padding-right: 5px;
}

#content a:link, #content a:visited, #content a:active {
	text-decoration: underline;
}

#content a:hover {
	color: #E25D71;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #E25D71;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.current {
	color: #E25D71;
}
body {
	background: #FFFFFF;
}
