body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C8A84F;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	text-decoration: none;
}
a:active {
	color: #FF3333;
	text-decoration: none;
}
#logotop {
	background-image:  url(../images/bk_mid.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
}
#whttop {
	background-image:  url(../images/bk_midwht.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
}
#whtbtm {
	background-image:  url(../images/bk_midwht.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
}
#pgbtm {
	background-image:  url(../images/bk_mid.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left;
}
#tbl1 {
	background-image:  url(../images/bk_midwht.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#tbl2 {
	font-size: 0.85em;
	line-height: 1.25em;
	border: 1px solid #CCCCCC;
}
#tbl3 {
	font-size: 0.8em;
	line-height: 2em;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#btmimg {
	background-color: #C8A84F;
	background-image: url(../images/bk_mid.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.graybk {
	background-color: #333333;
}
.imgbk {
	margin: 0px;
	padding: 0px;
}

#texttop {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #FFFFFF;
}
#navbox2 {
	font-size: 0.8em;
}	
#textbtm {
	font-size: .80em;
	line-height: 1.5em;
	color: #FFFFFF;
	padding-right: 85px;
	padding-left: 85px;
}
#formtbl {
	padding-right: 75px;
	padding-left: 75px;
}

/*** old form styles ***/

/*label {
	font-size: 0.7em;
	color: #666666;
	background-position: center;
	text-align: right;
}
.formbx {
	margin: 5px 15px 5px 10px;
	border-top: 2px solid #999999;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #999999;
	background-color: #EBEBEB;
}
textarea {
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	background-color: #ebebeb;
}*/

/*** old form styles ***/



#storybox {
	text-align: left;
	vertical-align: top;
	padding-left: 75px;
}
.btn {
	text-align: center;
	background-color: #CC3333;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 2px;
}
.frmtd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	line-height: 1.5em;
	color: #333333;
	padding-right: 90px;
	padding-left: 90px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.smalltxt {
	font-size: 0.9em;
}
.red {
	color: #FF0000;
}
.gold {
	color: #BB8C00;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}
.redbold {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.boldblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #000000;
	font-weight: bold;
}
#main_pgs {
	font-size: 0.85em;
	color: #333333;
	padding-right: 100px;
	padding-left: 100px;
	line-height: 1.5em;
}
#memories_top {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
	padding-right: 90px;
	padding-left: 90px;
	padding-top: 0px;
}
.thumb {
	float: left;
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 150px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* php formmail */

div#form_container {  
	margin: 10px 90px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
}
.alert, .error {color: #FF0000; }
ol.memories_form {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
ol.memories_form li {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
ol.memories_form label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	width: 20%;
}
ol.memories_form input { width: 50%; }

ol.memories_form input.radio_btn { width: 3%; }
ol.memories_form textarea {
	height: 20em; 
	width: 64%; 
}
ol.memories_form li.buttons {
	width: 89%;
}
.img-left {
	margin-right: 20px;
	}
.img-right {
	margin-left: 20px;
	}
