body {
	background-repeat: no-repeat;
	color: white;
	background-color: black;
}

#frame {
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(../img/logocp.gif);
	height: 600px;
	margin-top: 30px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	padding-top: 10px;
	width: 470px;
	height: 90px;
	float: right;
}

#menu ul li {
	padding: 10px;
	margin: 10px;
	display: inline;
}

#scroller {
	clear: both;
	width: 700px;
	margin: 0 auto;	
	overflow: hidden;
}

#content {
	width: 4212px;
}

.section {
	color: black;
	width: 700px;
	float: left;
}

a {
	font-weight: bold;
	color: white;
	font-variant: small-caps;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: xx-large;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

