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

html, body {
	height:100%;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	
}

body 	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	margin: auto ;
	background-color:#fff;
    text-align: left;
	width:800px;
    overflow-x: hidden;
}

p {
background-color:#FFFFFF; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
font-style:normal; 
color:#333333;
text-align: left;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align:center;
}

h2 {
	font-size:10px;
	font-weight:bold;
}

a {
	color:#492910;
	text-decoration:none;
}

a:hover {
	     color:#a7743b;
	     text-decoration:none;
         font-weight:bold;
		 }
		 
a:active {
	color: #2b0802;
}

/*end of default css*/

/*container*/

#container{
   min-height: 100%;
   margin-left:auto;
   position: relative;
   background-color:#FFFFFF;
   border-style:none;
   width: 100%;
    
}

#header {
	width:50%;
	height:16px;
	padding-top:10px;
	
	}

#menu {
	width:800px;
	height:12px;
	margin-left:-40px;
	margin-top:-30px;
	padding-bottom:50px;
	background:#fff;
}

#frontpage {
	clear:both;
	float:left;
	width:800px;
	height:533px;
	margin:auto;
	position:relative;
}

#gallery {
	clear:both;
	float:left;
	width:800px;
	margin:auto ;
	position:relative;
}


#left_pane {
	clear:both;
	float:left;
	width:350px;
	padding-bottom:50px;
	padding-top:30px;
	position:relative;
	
}

#right_pane {
	float:left;
	width:350px;
	padding-left:100px;
	padding-bottom:50px;
	padding-top:30px;
	position:relative;
}




/*end of container*/

/*menuigation menu*/




#menu ul { 
    text-align:center;
	width:100%;
    margin-top: 50px;
	padding-bottom:100px;
    }

#menu ul li { 
	width:100px;
	list-style-type: none; 
	display: inline;
	float:left;
	}

#menu ul li a { 
    text-decoration: none; 
    padding-right: 22px;
	color:#000;
}


#menu ul li a:hover
{
color: #000;
background-color: #fff;
font-weight:bold;
}

#menu ul li a:visited
{
color: #000;
background-color: #fff;
}

#menu ul ul {
    display:none;
}

#menu ul li a:hover > ul {
    display:block;
	background-color:#000;
}

#logo {
	float:left;
    padding-left:20px;
	padding-right:20px;
}



#picture {
	margin:auto;
}

.flash-box {
	width: 800px;
	height: 533px;
	overflow: hidden;
	position: relative;
}

.flash-box ul {padding: 0;}

.flash-box ul li {
	top: 0;
	left: 0;
	position: absolute;
	visibility: hidden;

}



.flash-box2 {
	width: 350px;
	height:452px;
}

.flash-box2 ul {padding:-10px 0 0 0;}

.flash-box2 ul li {
	position: absolute;
	visibility: hidden;

}


#thumbs {
	padding:5px 5px 5px 5px;
}

#vid {
	clear:both;
	float:left;
	width:800px;
	margin:auto ;
	padding-left:40px;
	position:relative;
}

#toggle {
	display:none;
}

#back {
	text-align:right;
	margin-top:50px;
	padding-right:50px;
}