body {
	background-color: white;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
}

#left-spacer {
	z-index: 102;
	position: absolute;
	background-image: url(images/left-gradient.png);
	width: 32px;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

#right-spacer {
	z-index: 101;
	position: absolute;
	background-image: url(images/right-gradient.png);
	width: 32px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

#pages-header {
	z-index: 10;
	position: absolute;
	background-color: #a6caff;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 64px;
	
	padding-left: 35px;
	padding-top: 25px;
	padding-right: 35px;
	color: white;
	font-size: 30px;
}

#pages-header em {
	color: #305b8b;
	font-style: normal;
}

#pages-header .menu {
	position: absolute;
	top: 0px;
	right: 35px;
	left: 0px;
	text-align: right;
	
	font-size: 10px;
	padding-top: 2px;
}

#pages-header .menu a {
	color: #fff;
}

#pages-header .menu a:hover {
	color: #000;
}

#pages-actions {
	z-index: 10;
	position: absolute;
	background-color: #333;
	left: 0px;
	right: 0px;
	top: 64px;
	height: 22px;
	
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 4px;
}

#pages-actions .menu {
	clear: both;
	float: right;
	font-size: 16px;
}

#pages-actions .menu a {
	color: #dedede;
}

#pages-actions .menu a:hover {
	color: #fff;
}

#pages-actions .submenu a {
	color: #000;
}

#pages-actions .submenu a:hover {
	color: #abc;
}

#pages-actions .submenu {
	clear: both;
	float: right;
	
	font-size: 11px;
	
	padding-top: 6px;
}

#main {
	position: absolute;
	top: 86px;
	left: 32px;
	right: 32px;
}

#search .query {
	width: 120px;
}