
BODY {
	margin: 0px;
	padding: 0px;
    font-family: sans-serif;
	/*font-size: 14px;*/
    color: #332;
}
.background-front {
	background-image: url("background-front.png");
	background-repeat: repeat-y;
	background-position: left;
}
.background {
	background-image: url("background.png");
	background-repeat: repeat-y;
	background-position: left;
}

.main {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	width: 100%;
}

.spacer {
	margin: 0px;
	padding: 0px;
	background-color: #665;
}
.spacersize {
	margin: 0px;
	padding: 0px;
	width: 1px;
	height: 1px;
	background-color: #665;
}

.topleft-front {
	margin: 0px;
	vertical-align: bottom;
	width: 335px;
	height: 252px;
	background-color: #f5b96b;
}
.topright-front {
	padding: 10px;
	vertical-align: bottom;
	background-color: #e3deca;
}
.bottomleft-front {
	vertical-align: top;
	text-align: right;
	background-color: #df7579;
}
.bottomright-front {
	padding: 10px;
	vertical-align: top;
	background-color: #f5b96b;
}
.inner {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: white;
	color: black;
	margin-bottom: 10px;

}
.topleft {
	padding: 0px;
	vertical-align: bottom;
	width: 250px;
	height: 100px;
	background-color: #f5b96b;
}
.topright {
	padding: 10px;
	vertical-align: bottom;
	background-color: #e3deca;
}
.bottomleft {
	width: 250px;
	vertical-align: top;
	text-align: right;
	background-color: #df7579;
}
.bottomright {
	padding: 10px;
	vertical-align: top;
	background-color: #f5b96b;
}

#topleftphoto {
	float:left;
	padding-right: 10px;
	width: 333 px;
}

#toprightphoto {
	float: left;
	padding-left: 10px;
	width: 333px;
}
#bottomleftphoto {
	clear: left;
	float: left;
	width: 333px;
}
#bottomrightphoto {
	float: left;
	padding-left: 10px;
	width: 333px;
}

.padder {
	margin: 0px;
	border: 0px;
	border-spacing: 0;
	width: 100%;
	height; 900px;
}

.anchorimg {
	margin: 0px;
	padding: 0px;
	float: right;
	/*width: 100px;*/
	/*height: 75px;*/
	/*border: 0;   */
}


/* ------------------------------------------------------------------- */
P,H1,H2,H3,H4,H5,H6,A {
    font-family: sans-serif;
	/*font-size: 12px;*/
    color: #413c30;
}

.byline {
    font-style: italic;
    font-size: small;
    margin-top: 1em;
    margin-right: 1em;
    float: right;
    text-align: right;
}

H1 {
    font-size: 130%;
	margin-bottom: 0.5em;
	letter-spacing: 0.4em;
}

H2 {
    font-size: 110%;
    margin-top: 1.2em;
	letter-spacing: 0.4em;
}
H3 {
    font-size: 100%;
    margin-top: 1em;
}
H4 {
    font-size: 100%;
}


A:link    {color: #47499c; text-decoration: underline; }
A:visited {color: #47499c; text-decoration: underline; }
A:active  {color: #47499c; text-decoration: none; }
A:hover   {color: #3232ab; text-decoration: none; }



ffff99

fcfce8