body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: #663399;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 25px;
	background-position: left top;
}
#master {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#master #header {
	height: 51px;
	background-image: url(../images/masthead.png);
	background-repeat: no-repeat;
}
#master #headphoto {
	background-image: url(../images/main_photo1.jpg);
	height: 175px;
}
#master #language {
	background-color: #FFCC33;
	height: 56px;
}
#master #content {
	background-color: #FFFFFF;
	height: 318px;
	background-image: url(../images/bg_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330033;
	width: 100%;
}

#master #language #but_english {
	height: 46px;
	float: left;
	width: 400px;
	margin-top: 6px;
	display: block;
}
#master #language #but_english img {
	padding-right: 110px;
	padding-left: 110px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFDE7D;
	border-right-color: #866B1B;
	border-bottom-color: #866B1B;
	border-left-color: #FFDE7D;
}
#master #language #but_english img:hover {
	background-color: #F2C12F;
}
#master #language #but_spanish {
	height: 46px;
	float: right;
	width: 400px;
	margin-top: 6px;
}
#master #language #but_spanish img {
	padding-right: 110px;
	padding-left: 110px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFDE7D;
	border-right-color: #866B1B;
	border-bottom-color: #866B1B;
	border-left-color: #FFDE7D;
}
#master #language #but_spanish img:hover {
	background-color: #F2C12F;
}
#master #content #mission p {
	font-size: small;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 0px;
	line-height: 200%;
	text-align: left;
}

#master #footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #969696;
	text-align: center;
	padding-top: 2px;
}
strong {
	font-family: Tahoma, Arial;
	font-weight: bold;
}

