@charset "utf-8";
/* CSS Document */

body {
	background-color:#E2C5C5;
	font-size:100%;
	margin:0px;
	padding: 0px;
	text-align:center;
	background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;
}
#contain {
	text-align:left;
	left:47px;
	top:28px;
	width:800px;
	height:500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin:0px;
	}
#content {
	position:relative;
	top:0px;
	left:0px;
	width:778px;
	background-color: #FFFFFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	padding-bottom: 150px;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	}
#footer {
	width:798px;
	float:left;
	clear:both;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	font-family: "Berlin Sans FB";
	margin: 0px;
	padding: 0px;
	display: inline;
	text-align: center;
}
ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.bigtext {	
	font-family: "Berlin Sans FB";
	font-size:150%;
	text-align:center;
	}
.medtext {	
	font-family: "Berlin Sans FB";
	font-size:125%;
	text-align:center;
	}
.smtext {	
	font-family: "Berlin Sans FB";
	font-size:100%;
	text-align:center;
	}
.righttext  {
	text-align: center;
	top: 75px;
	}
.righttext p {
	text-align:center;
	}
