body {
	margin-top: 9px;
	background-color: #455d39;
}

div#bodygradient {
	background-image : url(pix/bk-gradient.gif);
	background-repeat : repeat-x;
	background-position : top left;
	width: 100%;
	height: 454px;
	position: absolute;
	top: 0;
	left: 0;
}

div#photo {
	position: relative;
	background-image: url(pix/photo-main.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
	width: 808px;
	height: 409px;
}

img#tagline {
	position: absolute;
	top: 54px;
	left: 59px;
}

div#dropshadow {
	margin-left: auto;
	margin-right: auto;
	width: 808px;
	background-image: url(pix/bk-shadow.gif);
	background-repeat: repeat-y;
	position: relative;
}

div#body {
	width: 800px;
	position: relative;
	background-image: url(pix/bk-text.gif);
	background-repeat: no-repeat;
	margin-left: 4px;
}

div#body p{
	margin: 0px;
	padding-top: 4px;
	position: relative;
	font-family: Garamond;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #455d39;
	letter-spacing: 1px;
	text-align: center;
}

div#body p a {color: #455d39; text-decoration: none;}
div#body p a:hover {text-decoration: underline;}

div#callouts {
	position: relative;
	margin: 0px 0px 6px 58px;
	padding-top: 15px;
}

div#callouts img{
	margin-right: 37px;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 808px;
	height: 23px;
	background-image: url(pix/f-btm.gif);
	background-repeat: no-repeat;
}

.red {
	color: #C30;
}






