body, html {
	background-color: #FFFFFF;
	text-align: center;
	height: 100%;
	width: 100%;
	background-image: url(../images/body-bkg.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: center top;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#wrapper {
	width: 800px;
	margin: auto;
	height: 100%;
}

#container {
	width: 766px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(../images/middle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container-vitae {
	width: 766px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(../images/middle2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container-credentials {
	width: 766px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(../images/middle3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container-consulting {
	width: 766px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(../images/middle4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



#container-bkg {
	width: 766px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../images/filler.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
}



#footer {
	height: 176px;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	clear: both;
}
a:link {
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #000000;
	font-weight: bold;

}
a:visited {
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #000000;
	font-weight: bold;

}
a:hover {
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;

}
p {
	font-family: "Palatino Linotype";
	font-size: 15px;
	font-style: normal;
	color: #3D2920;
}
ol {
	color: #3D2920;
	list-style-type: square;
	font-size: 15px;
}
h1 {
	font-family: "Palatino Linotype";
	font-size: 20px;
	color: #000000;
}
.headertext {
	font-family: "Palatino Linotype";
	font-size: 18px;
	color: #000000;
	text-decoration: underline;
	font-variant: normal;
	text-transform: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 8px;
	padding-right: 8px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
}
#event    {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

