body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #333341;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg-pattern.gif);
}
#wrapper {
	width: 800px;
	background-color: #000000;
	padding-bottom: 40px;
}

#header {
	background-image: url(../images/logo.jpg);
	height: 130px;
	background-repeat: no-repeat;
	background-position: center;
}
#footer {
	padding-top: 20px;
	padding-bottom: 4px;
	width: 100%;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
#body {
	text-align: left;
	width: 550px;
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 16px;
	position: relative;
	background-color: #333341;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/body-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#menu {
	text-align: center;
	background-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu a {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
	width: 100px;
	font-size: 24px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #333341;
}
#pagegraphic {
	background-color: #000000;
	float: left;
	height: 400px;
	width: 200px;
	position: relative;
	left: 8px;
	top: 5px;
}
#bodytop {
	background-image: url(../images/body-top.gif);
	height: 32px;
	width: 570px;
	position: relative;
}
#bodybottom {
	background-image: url(../images/body-bottom.gif);
	height: 32px;
	width: 570px;
	position: relative;
}
#body a {
	color: #99CCFF;
	text-decoration: none;
}
#body a:hover {
	color: #99CCFF;
	text-decoration: underline;
}
#body .note {
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}
#body input, #body textarea {

}
#body em {
	font-size: 10px;
	font-style: italic;
	color: #CCCCCC;
}
#body .formerror {
	color: #CC0000;
	text-align: center;
}
#body .formmsg {
	text-align: center;
}
#photogallery {
	display: none;
}
