@charset "UTF-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #636;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	min-height: 1000px;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFF;
	background-image: url(gfx/sidebar_lockets.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: visible;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 160px;
	
}
heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #330066;
}

.menu {
	margin: 0;
	padding-left: 0;
	padding-top: 20;
	list-style: none;
	background: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 50px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -4000px;
	height: 50px;
	background-repeat: no-repeat;
}


.marybethabel {background-image: url(nav/marybethabel2.jpg); width: 117px;}
.marybethabel a {background-image: url(nav/marybethabel1.jpg);}
.genevieve {background-image: url(nav/genevieve2.jpg); width: 102px;}
.genevieve a {background-image: url(nav/genevieve1.jpg);}
.abellockets {background-image: url(nav/abellockets2.jpg); width: 77px;}
.abellockets a {background-image: url(nav/abellockets1.jpg);}
.abelediting {background-image: url(nav/abelediting2.jpg); width: 78px;}
.abelediting a {background-image: url(nav/abelediting1.jpg);}
.email {background-image: url(nav/abelemail2.jpg); width: 43px;}
.email a {background-image: url(nav/abelemail1.jpg);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

a:link {
	color: #330099;
	text-decoration: none;
	font-size: 12px;
	}
	
a:visited {
	color: #330099;
	text-decoration: none;
	font-size: 12px;
	}	
a:hover {
	color: #330000;
	text-decoration: none;
	font-size: 12px;
	}

.emaillink {
	color: #330099;
	text-decoration: none;
	font-size: 12px;
	}
.emaillink:hover {
	color: #330000;
	text-decoration: none;
	font-size: 12px;
	}

.rubicatlink {
	color:#CC3366;
	text-decoration: none;
	font-size: 10px;
	}
.rubicatlink:visited {
	color:#CC3366;
	text-decoration: none;
	font-size: 10px;
	}
.rubicatlink:hover {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 10px;
	}
