@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;
}

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

#content {
	background-color:#999999;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 305px;
	height: 405px;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 1;
}

#contactInfo {
	background-color:#999999;
	position: absolute;
	top: 425px;
	left: 10px;
	width: 305px;
	height: 240px;
	z-index: 1;
}

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

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

ul {
	margin-left: 100px;
}
