* { margin: 0; padding: 0; border: 0; }

body {
	font-size: 10pt;
	color: #333333;
	font-family: verdana, sans-serif;
	background-color: #c5cf82;
}

.black { color: #000000; }
.drk_grey { color: #333333; }
.purple {
	color: #70235c;
	font-weight: bold;
}

.float_l { float: left; }
.float_r { float: right; }
.clearFloats { clear: both; }

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#leftHome {
	width: 97px;
	height: 674px;
	float: left;
	overflow: hidden;
}

#left {
	width: 97px;
	height: 702px;
	float: left;
	overflow: hidden;
}

#bodyContentHome {
	float: right;
	width: 703px;
	height: 530px;
	background-image: url(images/Mary-home-page_back.jpg);
	background-repeat: no-repeat;
}

#bodyContent {
	float: right;
	width: 703px;
	height: 610px;
	background-image: url(images/Mary-inside-page_back.jpg);
	background-repeat: no-repeat;
}

#bodyContentHome p {
	padding-left: 5px;
	padding-right: 25px;
}

#bodyContent p {
	padding-right: 25px;
}

#top_subnav {
	height: 27px;
	width: 703px;
	float: right;
}

#copy { 
	font-size: 7pt; 
}

h1 {
	color: #666633;
	font-weight: bold; 
	font-size: 13pt; 
	font-family: Verdana;
}

a:link { color: #333333; }
a:visited { color: #70235c; }

