@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	align: center;
}

body {
	background: url(images/background.jpg) repeat-x;
	width: inherit;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 1000px;
	height: 750px;
	position: relative;
}

#header {
	position: absolute;
	top: 0px;
	left: 115px;
	width: 770px;
	height: 240px;
	background: url(images/header.jpg) no-repeat;
}

#navigation {
	position: absolute;
	top: 237px;
	left: 115px;
	width: 770px;
	height: 60px;
	background: url(images/navigation.jpg) no-repeat;
}

#main {
	position: absolute;
	top: 295px;
	left: 115px;
	width: 770px;
	height: 500px;
	background: url(images/body.jpg) repeat-y;
	z-index: 4;
}

#menu {
	background-color:#999999;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 125px;
	height: 475px;
	z-index: 2;
}

#content {
	position: absolute;
	background-color:#3D5A97;
	top: 10px;
	left: 10px;
	width: 130px;
	height: 475px;
	z-index: 1;
}

#band {
	position: absolute;
	background-color:#666666;
	top: 429px;
	left: 145px;
	width: 615px;
	height: 40px;
	z-index: -1;
}

#picture {
	position: absolute;
	background-color: #3D5A97;
	top: 307px;
	left: 534px;
	width: 226px;
	height: 178px;
	z-index: 1;
}

#footer {
	position: absolute;
	top: 500px;
	left: 0px;
	width: 770px;
	height: 63px;
	background: url(images/footer.jpg) no-repeat;
}

p {
	margin-top: 20px;
	margin-left: 175px;
	margin-right: 15px;
	font-size: 11pt;
}

ul {
	margin-left: 100px;
}

