@charset "utf-8";
/* CSS Document */

body {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#4a100a;
	color:#c7b299;
}
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#CCCC99;
}
h2 {
font-size: 17px;
margin-bottom: 0px

}

p {
margin-top: 0px;
padding-bottom: 0px;

}
	
#wrapper {
	margin: 0 auto;
	width:950px;
	background-color:#4a100a;
	background-image:url(../images/background07.gif);
	background-repeat:repeat;
	padding: 10px 1.5em 1.5em 1.5em;
	border:#333333 1px solid;
}
#homeimage{
float:  left;
width: 380px;
height: 620px;
padding-top: 13px;
}
#image_right{
float: right;
width: 380px;
height: 627px;
padding-top: 13px;
}
#ddimage{
float:left;
width: 400px;
height: 620px;
padding-top: 13px;
}
#content {
margin: 0 30px 0 0;
background-color:#6D1209;
min-height: 650px;
}
#nav {
margin: 0;
padding: 0;
}
#nav ul{
margin: 0;
padding: 0;
}

#nav ul li{
	font-weight: bold;
	list-style: none;
	display:inline;
	padding-right: 35px;
	}
#nav a:link, #nav a:visited{
	color: #FFEB84;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
	color: #FFF000;
}
.top {
color:#CCCC99;
font-weight:bold;
}

a:link, a:visited{
	color: #FFEB84;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFF000;
}
#vids_left {
width: 450px;
float:left;
}
#vids_right {
width: 450px;
float:right;
}

/*Begin Gallery */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid yellow;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 350px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/*Eng Gallery */

