body {
	background: #5f99ff url("../img/sky.png") fixed repeat-x 50% 100%;
	color: #432100;
	margin: 0;
}

#top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 32px;
	background: transparent url("../img/clouds.png") fixed repeat-x 50% 0;
}

#content {
	height: 100%;
	overflow: auto;
	padding-top: 18px;
	padding-bottom: 198px;
}

#menu ul {
	color: #432100;
}

#menu a:link, #menu a:visited {
	color: #432100;
	text-decoration: none;	
}

#menu a:hover {
	text-decoration: underline;
}

#menu #current {
	color: #e66600;
}

#bwm {
	width: 190px;
	height: 54px;
	margin-top: -18px;
	padding: 9px 0;
	background: transparent url("../img/logobg.png") top center repeat-x;
	font-size: 1.5em;
}

#bwm a:link, #bwm a:visited {
	color: #432100;
	text-decoration: none;
}

#bwm a:hover {
	text-decoration: underline;
}

#bwm img {
	margin: 0 .5em 0 0;
	float: left;
}

.thumb {
	text-align: center;
}

.thumb a:link {
	text-decoration: none;
}

.thumb a:link .caption {
	text-decoration: underline;
}

#bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 195px;
	background: transparent url("../img/skyline.png") top center repeat-x;
}

#systray {
	margin-top: 141px;
}

#esveaa {
	margin-top: 177px;
	text-align: right;
}

#esveaa a:link {
	color: #ffffff;
}

#esveaa a:hover, #esveaa a:visited {
	color: #666666;
}

#esveaa a:active {
	color: #ffffff;
	outline: 1px dotted #ffffff;
}

