body {
	background-color: #644c66;
	margin: 0px;
	background-image: url(images/sitebg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.bodytextbigger {
	font-size: 14px;
}
.photoborder {
	padding: 1px;
	border: 1px solid #666699;
}

#contentbg {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	min-width:780px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	min-width:780px;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	min-width:780px;
	background-color: #644c66;
}
.smalltext {
	font-size: 11px;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

