body {
margin: 0px;
overflow-x: hidden;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 62.5%; /* Resets 1em to 10px */
}
#saint {
	position: absolute;
	margin-left: 0px;
	float: left;
	height: 100%;
	width: 50%;
	background-color:#171411;
	text-align: center;
	font-size: 1.25em;
}
.saintcenter {
	position: absolute;
	margin-left: -190px;
	width: 380px;
	color: #A18A4A;
}
#flax {
	position: absolute;
	margin-left: 50%;
	float: right;
	height: 100%;
	width: 50%;
	background-color:#FFFFCC;
	text-align: center;
	background-image: url(/images/flax.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 1.25em;
}
.flaxcenter {
	position: absolute;
	margin-left: -190px;
	width: 380px;
	color: #72141F;
}
.smallfoot {
	font-size: 1.0em;
}
.flaxnounderline {
	text-decoration: none;
	color: #72141F;
}
.saintnounderline {
	text-decoration: none;
	color: #A18A4A;
}
#saintmainmenu a {
	text-decoration: none;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
#saintmainmenu li:hover {
	background-color: #C0C0C0;
}
#saintmainmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#saintmainmenu li {
	width: 70px;
	float:left;
	background-color: #F8F8F8;
	border: 2px solid #bbb;
	font-weight: bold;
	font-size: 11px;
	text-align:center;
	margin-left: 5px;
	margin-top: 2px;
	line-height: 16px;
	 filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
#saintmainmenu {
	height: 25px;
}
#flaxmainmenu a {
	text-decoration: none;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
#flaxmainmenu li:hover {
	background-color: #C0C0C0;
}
#flaxmainmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#flaxmainmenu li {
	width: 65px;
	float:left;
	background-color: #F8F8F8;
	border: 2px solid #bbb;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	margin-left: 5px;
	margin-top: 2px;
	line-height: 16px;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
#flaxmainmenu {
	height: 25px;
}
.saintcontent {
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #171411;
	border-right-color: #171411;
	border-bottom-color: #171411;
	border-left-color: #171411;
	padding: 5px 5px 0px;
	overflow: visible;
	font-size: 13px;
}

.flaxcontent {
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	background-image: url(/images/flax.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 4px;
	font-size: 1.25em;
	overflow: visible;
}

.alignright {

	float: right;
	padding: 0px 4px 4px;
	
}

.alignright p {
	padding: 10px 0px 0px;
	margin: 0px;
}

.alignright img {
	margin-left: 5px;
	}
