html, body, table {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	height: auto;
	width: 100%;
	text-align: center; /* required for centering the page in IE */
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
}
table {
	width: 100%;
	text-align: center; /* required for centering the page in IE */
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
}

a:link, a:visited, a:active {
	color: #6a741c;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #b2bb1e;
	text-decoration: none;
}

p {
	text-align: left;
	color: #000;
	font-style: italic;
	font-weight: bold;
	margin: 8px 0 0 0;
}
#wrapper {	
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #edf4b3;
	border: 2px solid #000000;
}

#banner {
	width: 1002px;
	height: 61px;
	background-image: url(images/titlebar_background.gif);
	background-repeat: no-repeat;
}

#contact {
	width: 70px;
	height: 30px;
	position: relative;
	margin: -32px 0 0 905px;
	
}
.gate, .gate2 {
	width:1002px;
	height: 24px;
	background-image: url(images/ornateBorder.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
#photowrapper {
	width: 1002px;
	height: 312px;
}
#left {
	width: 277px;
	height: 100%; 
	margin: 1px;
	float: left;
}
#mid {
	width: 443px;
	height: 100%;
	margin-top: 1px;
	background-image: url(images/photo_center.jpg);
	background-repeat: no-repeat;
	float: left;
}
#right {
	width: 275px;
	height: 100%;
	margin: 1px;
	float: left;
}
.topPhoto {
	margin-bottom: 1px;
}
#contentWrapper {
	width: 1002px;
	/*min-height: 182px;*/
	height: auto;
	/*height: 182px;*/
	background-image: url(images/content_backgrnd.jpg);
	background-repeat: no-repeat;
}
#bottomCenter {
	margin: 0 278px 0 278px;
	height: auto;
	width: 446px;	
}
