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

#menu {
	width: 120px;
	height: 689px;
	background: url(images/menu.jpg) no-repeat;
	position: absolute;
	top: 294px;
	left: 115px;
	border: hidden;
	z-index: 2;
}
#main {
	position: absolute;
	top: 295px;
	left: 115px;
	width: 770px;
	height: 470px;
	background: url(images/body.jpg) repeat;
	z-index: 3;
}

#news {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 290px;
	height: 239px;
	background: url(images/news.jpg) no-repeat;
	z-index: 2;
}

#welcome {
	position: absolute;
	top: 10px;
	left: 310px;
	width: 447px;
	height: 206px;
	background: url(images/welcomebg.jpg) no-repeat;
	z-index: 2;
}

#question {
	position: absolute;
	top: 254px;
	left: 10px;
	width: 290px;
	height: 133px;
	background: url(images/question.jpg) no-repeat;
	z-index: -1;
}

#email {
	position: absolute;
	top: 313px;
	left: 137px;
	width: 154px;
	height: 64px;
	z-index: 1;
}

#info {
	position: absolute;
	top: 277px;
	left: 442px;
	width: 304px;
	height: 119px;
	z-index: 1;
}

#services {
	position: absolute;
	top: 221px;
	left: 310px;
	width: 447px;
	height: 165px;
	background: url(images/our_services.jpg) no-repeat;
	z-index: -1;
}

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

p {
	margin-left: 40px;
	margin-right: 30px;
	font-size: 11pt;
}
