body {
	margin: 0px;
	background: #887A49;
}
//This is the white transparent area the text will be within
#transbox {
        width: 490px;
        margin: 0 50px;
        background-color: #fff;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        opacity: 0.5;
        }

// '*' means 'every child' basically a wildcard for every child of #transbox
#transbox * {
        position: relative;
        }

// Styles the text of the div 
#transbox div {
        padding: 5px;
        font-weight: bold;
        color: #463B27;
        }
p {
	font: bold 11px/15px Georgia, "Times New Roman", Times, serif;
	color: #393224;
	padding-right: 8px;
	padding-left: 5px;
}
#video p {
	font: bold 11px/15px Georgia, "Times New Roman", Times, serif;
	color: #393224;
	padding-right: 5px;
	padding-left: 5px;
}
h1 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	padding-right: 5px;
	padding-left: 5px;
}
a:link {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	text-decoration: none;
}
a:visited {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	text-decoration: none;
}
a:hover {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	text-decoration: none;
}
#content a:link {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	text-decoration: underline;
}
#content a:visited {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	text-decoration: underline;
}
#content a:hover {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	text-decoration: none;
}
ul {
	font: bold 11px/15px Georgia, "Times New Roman", Times, serif;
	color: #393224;
}
h2 {
	font: bold 12px/15px Georgia, "Times New Roman", Times, serif;
	color: #550000;
	padding-right: 5px;
	padding-left: 5px;
}
.rtBRD {
	border-right: 2px solid #333300;
}
.photos {
	background: #000000;
	padding: 3px;
	border: 1px solid #FFFFFF;
	margin: 3px;
}
.photos1 {
	background: #463B27;
	padding: 3px;
	border: 1px solid #FFFFFF;
	margin: 3px;
}
.ptvBRD {
	border-right: 1px solid #463B27;
	border-bottom: 1px solid #463B27;
	border-left: 1px solid #463B27;
}
.imgBRD {
	border: 1px solid #660000;
}
