#wrapper {
	width: 100%;
	margin: 0px;
}
#header {
	width: 100%;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/bg.jpg);
}
#topcenter {
	width: 1000px;
	margin-right: auto;
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin-left: auto;
	height: 200px;
}

#body {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	padding: 20px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #57068C;
	border-left-color: #57068C;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #57068C;
	background-repeat: repeat;
	background-image: url(../images/RE.png);
}
.titr {
	font-weight: bold;
	color: #57068C;
	font-size: 18px;
}
#footer {
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #57068C;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 150px;
}
#shortbio {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	color: #FFF;
}
#footercenter {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 506px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.zirtitr {
	font-size: 20px;
	color: #CCC;
}

.email {
	text-align: center;
}
.topname {
	font-size: 24px;
	color: #CCC;
}
.italicfont {
	font-style: italic;
	font-family: "Arial Black", Gadget, sans-serif;
}
