body {
	background-image: url(../images/background.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(170,125,30);
	font-style: italic;
	font-size: 75%;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: rgb(83,0,83);
	margin-top: 0;
	text-align: center;
}

h1.display_inline {
    display: inline;
}

img {
    border: none;
	vertical-align: bottom;
}

a {
	color: rgb(83,0,83);
}

input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

#transparent {
	/*background: rgb(228,222,174);*/
	/*background: rgb(235,230,194);*/
	background: rgb(255,255,210);
	width: 680px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -340px;
	filter: alpha(opacity=75);
    opacity: 0.75;
	height: 500px;
}

#content {
	width: 640px;
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -320px;	
}

#form_table {
	margin: auto;
}

.tiny {
	font-size: 80%;
}

.label {
	text-align: right;
	vertical-align: top;
}

.centered {
	text-align: center;
}

.clear_both {
    clear: both;
}

.not_bold {
    font-weight: normal;
}

.left {
    text-align: left;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.pad_5 {
    padding: 5px;
}

.tan_bkg {
    background: rgb(235,230,194);
}

#email_list {
    margin: 0 10px;
    position: relative;
    top: -10px;
}

/* RULES FOR DIV BELOW FLASH HOME PAGE */
#below_flash {
    position: absolute;
    top: 593px;
    left: 50%;
    margin-left: -275px;
    width: 540px;
    padding: 5px;
    background: rgb(228,222,174);
    font-family: 'times new roman', times, serif;
    font-style: italic;
    font-weight: normal;
    color: rgb(170,125,30);
}

/* RULE FOR BLANK DIV BELOW AT THE BOTTOM OF THE PAGE */
#bottom_div {
    position: absolute;
    top: 770px;
    background: none;
}

/* RULES FOR PHOTO PAGES */
.photo_div {
    width: 203px;
    text-align: center;
    height: 220px;
    background: none;
    float: left;
    padding: 0 5px 10px 5px;
}

/* RULES FOR REVIEWS */
.reviews_div {
    text-align: left;
    background: rgb(235,230,194);
    padding: 10px;
    margin: 10px 0;
}

.reviews_div img {
    margin-right: 20px;
}