body {
	background-color: #000;
	color: #626262;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

div#wrapper {
	width: 1100px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -550px;
}

div#header {
	display: block;
	width: 740px;
	height: 120px;
	position: relative;
	left: 50%;
	margin-left: -370px;
	padding-top: 30px;
}

#header .menu {
	font-size: 1.45em;
	letter-spacing: 1px;
}

#header .menu a:link, #header .menu a:visited {
	color: #626262;
	text-decoration: none;
}

#header .menu a:hover {
	color: #fff;
	text-decoration: none;
}

#header .menu ul li {
	margin-top: 5px;
}

div#dd {
	width: 370px;
	float: left;
	display: block;
}

#dd .menu {
	float: left;
	display: block;
}

#dd .menu ul li {
	display: block;
}

div#gl {
	width: 370px;
	float: left;
	display: block;
}

#gl .menu {
	float: right;
	display: block;
}

#gl .menu ul li {
	display: block;
	text-align: right;
}

div#content {
	display: block;
	width: 1100px;
	height: 475px;
	border: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

div#footer {
	display: block;
	width: 1100px;
	height: 20px;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	margin:0 auto;
	margin-bottom:5px;
	overflow:hidden;
	width: 680px;
	height:30px;
	color:#fff;
	font-size:1.2em;
}

.scrollable a:link, .scrollable a:visited {
	color:#626262;
	text-decoration:none;
}

.scrollable a:hover {
	color:#fff;
	text-decoration:none;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:680px;
	text-align:center;
}

.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


