@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #602d91;
}

#header {
	width: 920px;
	background-image:url(images/bg_white.gif);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#nav {
	width: 920px;
	background-image:url(images/bg_white.gif);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content {
	width: 920px;
	background-image:url(images/bg_white.gif);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content a {
	color: #ab499b;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#footerwrap {
	width: auto;
	background-color: #b2d234;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	width: 920px;
	background-image:url(images/bg_green.gif);
	font-size: 10px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}.phototable {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b2d234;
	border-bottom-color: #b2d234;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.pgsubtitle {
	font-size: 13px;
	font-weight: bold;
	color: #ab499b;
}

a {
	color: #ab499b;
}

