@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #EDD49E;
	background-image: url(../images/layout_01.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
#top {
	background-image: url(../images/layout_02.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#bottom {
	background-image: url(../images/layout_05.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	vertical-align: top;
	padding-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h1 {
	font-size: 24px;
	text-align: left;
}
#ImgPeople {
	padding: 10px;
	float: right;
	margin-right: 90px;
}
ImgIndividual {
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#middle {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout_04.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#contentTable {
	text-align: center;
	vertical-align: top;
}

