/* CSS Document */

* {
margin: 0; 
padding: 0; 
border: 0; 
}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#D7AD85;
	background-color:#96A95C;
	text-align:center;
}

.info {
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
}

td.info{
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	text-align:left;
}

/* Gallery Layout */

#main {
	position:absolute;
	width:550px;
	height:550px;
	z-index:1;
	top: 250px;
	/*left: 450px;*/
	left: 575px;	
}

#thumbContainer {
	position:absolute;
	/*width:382px;*/
	width:582px;
	height:539px;
	z-index:2;
	left: 33px;
	top: 80px;
}

img.thumbs {
	float:left;
	height:75px;
	width:75px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid;
	border-color: #996633;
}

img.main {
	text-align:center;
	padding-left: 0px;
	padding-right: 0px;
	border: solid;
	border-color: #996633;
}

/* End of Gallery Layout */

.mainimg {
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
}

.mainimg_thumb {
	text-align:left;
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.mainimg img{
	text-align:center;
	border: solid;
	border-color: #996633;
}

.mainimg_thumb img{
	text-align:center;
	border: solid;
	border-color: #996633;
}
	
.nav {
	font-weight:bold;
/*	font-family:"Courier New", Courier, monospace;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#9DDCE9;
	padding-left: 4px;
}

/* Used for the Navigation list */
#navcontainer ul
{
padding: .1em 0;
margin: 0;
list-style-type: none;
background-color:#553D28;
color: #FFF;
width: 100%;
font: normal 90% Georgia, "Times New Roman", Times, serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color:#553D28;
color: #FFF;
padding: .1em 1em;
border-right: 1px solid #fff;
}

li a#current
{
border-left: 1px solid #fff;
}

li a:hover
{
background-color: #553D28;
color: #9DDCE9;
}

/* Modal Popup Style */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=90);
	opacity:0.9;
}

.modalPopup {
	background-color:white;
	border:solid 4px black;
	text-align:center;
	width:60%;
	overflow:auto;
	/*position:absolute !important;*/
}

/* End Popup */
