@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: 450px;
	background: url(images/body.jpg) repeat;
	z-index: 2;
}

#menu {
	background-color:#999999;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 430px;
	z-index: 1;
}

#content {
	position: absolute;
	top: 10px;
	left: 145px;
	width: 615px;
	height: 372px;
	z-index: 1;
}

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

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

ul {
	margin-left: 100px;
}
