body {
	background-color: #DDE5D9;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #888;
}
a, a:hover { color: #FFFFFF; text-decoration: none; }
h1 {
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 0px 0px 500px;
}
h2 {
	display: inline;
	margin: 1.2em 0 0.6em;
	color: #63b4cd;
	font-size: 1.1em;
	}
h3 {
	color: #FFFFFF;
	padding: 20px 0px 0px 500px;
}
.bar {
	position: absolute;
	width: 200px;
	height: auto;
	top: 190px;
	left: 20px;
	z-index: 2;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}
.shadow {
	border-top:solid 1px #CED4CA;
	border-bottom:solid 3px #CED4CA;
	border-left:solid 1px #CED4CA;
	border-right:solid 3px #CED4CA;
	}
#toplink {
	z-index: 2;
	position: absolute;
	left: 230px;
	top: -30px;
	text-align: right;

}
#top {
	position: absolute;
	height: 150px;
	width: 860px;
	left: 20px;
	top: 20px;
	z-index: 1;
	color: dde5d9;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	
}
#bar1 {
	left: 20px;
	background-image: url(images/bar1.jpg);
	background-repeat: no-repeat;
}
#bar2 {
	left: 240px;
	background-image: url(images/bar2.jpg);
	background-repeat: no-repeat;
}
#bar3 {
	left: 460px;
	background-image: url(images/bar3.jpg);
	background-repeat: no-repeat;
}
#bar4 {
	left: 680px;
	background-image: url(images/bar4.jpg);
	background-repeat: no-repeat;
}
.content {
	padding-top: 270px;
	padding-right: 10px;
	padding-left: 10px;
}

