* {
	margin: 0;
	padding: 0;
	font: normal normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #38383a;
	}

/* equalize body margin and padding across browsers */
body {
	background: #f7f6e3 url('../images/stripe.gif') repeat-x top left;
	}
	
img {
	border: 0;
	}
	
p {
	margin: 14px 0 0 0;
	}
	
a:link {
	color: #277689;
	}
	
a:hover, a:active {
	color: #36333d;
	text-decoration: none;
	}
	
a:visited {
	color: #8bb3ad;
	}

/* defines "Mary LaRue Wells" text */	
h1, h1 a, h1 a:link {
	font: normal normal 28px Georgia, "Times New Roman", Times, serif;
	color: #fbfaef;
	padding: 26px 0 25px 0;
	text-decoration: none;
	}

/* defines left menu header text */
h2, h2 a {
	font: normal normal 20px Georgia, "Times New Roman", Times, serif;
	color: #277689;
	margin: 0 0 14px 0;
	}
	
	h2.plus {
		font-size: 25px;
		color: #33313a;
		}
	
h3 {
	font: normal normal 15px Georgia, "Times New Roman", Times, serif;
	}

h3#quote {
	margin: 0 auto 0 auto;
	padding: 0 16px 16px 16px;
	width: 500px;
	color: #277689;
	}

/* forces content to be centered, sets main bg */	
div#content {
	background: url('../images/light_bg.gif') no-repeat top left;
	width: 1003px;
	margin: 0 auto 0 auto;
	height: 500px;
	}
	
div#left {
	float: left;
	width: 229px;
	}
	
	div#menu {
		padding: 16px 16px 0 16px;
		}
		
	div#contact {
		border: #efedd5 4px solid;
		font: normal normal 14px Verdana, Arial, Helvetica, sans-serif;
		color: #807b8c;
		padding: 12px;
		}
	
		div#contact div {
			padding: 0 10px 10px 10px;
			color: #5e818a;
			}
	
div#right {
	float: right;
	width: 760px;
	background: #e4e2c2 url('../images/light_bg3.gif') no-repeat 0 -7px;
	}
	
	div#right p {
		text-indent: 20px;
		font: normal normal 14px Verdana, Arial, Helvetica, sans-serif;
		}
		
	div#right h2 {
		padding: 16px 0 0 14px;
		}
		
	div#right li {
		font: normal normal 14px Verdana, Arial, Helvetica, sans-serif;
		list-style-type: circle;
		color: #36333d;
		}
		
	div#right blockquote p {
		text-indent: 0;
		font-style: italic;
		}
	
div.text {
	padding: 0 36px 0 36px;
	}
	
div#footer {
	background: #f7f6e3 url('../images/light_bottom.gif') no-repeat top left;
	width: 760px;
	height: 46px;
	padding: 15px 0 0 0;
	clear: both;
	text-align: center;
	font: normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #9fa7a9;
	}
	
img#gallery_image {
	padding: 16px;
	}
	
ul.submenu {
	width: 200px;
	margin: 0 0 15px 10px;
	font: normal normal 14px Verdana, Arial, Helvetica, sans-serif;
	}
		
	.submenu li {
		text-align: left;
		float: left;
		width: 50%;
		margin: 0 0 14px 0;
		list-style-type: none;
		color: #e4e4d8;
		}
		
	.submenu li#plus {
		font-weight: bold;
		}