body {
	margin: 0px;
	background-color: #8b907d;
	text-align: center;
}

.holder {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width: 950px;
	height: 100%;
	text-align: left;
}

.leftEdge {
	float: left;
	width: 53px;
	height: 100%;
	background-image:url(img/lgrad.gif);
	background-repeat:repeat-y;
}

.rightEdge {
	float: right;
	width: 53px;
	height: 100%;
	background-image:url(img/rgrad.gif);
	background-repeat:repeat-y;
}

.main {
	float: left;
	margin: 0px;
	width: 844px;
	height: 100%;
	background-color: #FFFFFF;
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
}

#menu {
	height:34px;
	margin-left: 50px;
}

#menu a div {
	float: left;
	width:113px;;
	height:34px;
	background-image:url(img/Menu.jpg);
	background-repeat: no-repeat; 
}

#menu a:hover div {
	background:url(img/Rollover.jpg);
}

#titlepic {
	margin-left: 50px;
}

#logo {
	position: absolute;
	z-index: 5;
	top: 0px;
	margin-left: 660px;
}

#content {
	position: absolute;
	z-index: 6;
	width: 744px;
	height: 100%;
	top: 160px;
	margin-left: 50px;
	font-family: "Century Gothic", sans-serif; 
	text-align: justify;
}

#content h2 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 20px; 
	color: #949984;
}

#content p {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 16px; 
	color: #555555;
	
}