body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
	    padding: 0;
        background-color: #8d411f;
}
a:link {
		color:#1c9360;
		text-decoration:none;
}
a:visited {
		color:#D79740;
		text-decoration:none
}
a:hover {
		color: #fbb59d;
		text-decoration:none;
}
.pic a:link {
		color:#fff;
		}

.main {
        font-size: 9pt;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #ffffff;
		line-height: 30px;
		
	
}
.main a:link {
		color: #f96431;
		text-decoration:none;
}



#txtbox {
	background-color: #8d411f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid;
	border-width: 0 2px 2px 0;
	border-color:#FFFFFF;
	width: 428px;
	height: 410px;
	text-align: justify;
	padding-top:40px;
	padding-left:40px;
	padding-right:40px;
		
}
#box {
	width:852px;
	}

.pic {
	border: solid;
	border-color:#FFFFFF;
	border-width: 2px;
	}
.bigpic {
	border: solid;
	border-color:#FFFFFF;
	border-width: 0 2px 2px 2px;
	}

table.drop
{
border:0;
}
table.drop td
{
border:0;
}
td.drop
{
border:0;
}

#container {
margin: auto;
padding: 0;
text-align: center;
width: 852px;
}
.gal {
	width:155px;
	padding-right:48px;
	text-align:center;
	float:left;
		}
/* Begin CSS Drop Down Menu */


.menu 
	{
		width:850px; 
		height:34px; 
		position:relative; 
		z-index:100;
		border-right:2px solid #ffffff;
		font-family:arial, sans-serif;}

/* hack to correct IE5.5 faulty box model */
* html .menu {
		width:850px; 
		w\idth:850px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;}

.menu ul ul {width:auto;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
	}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:13px;
	text-decoration:none; 
	color:#ffffff; 
	width: 168px; 
	height:30px; 
	border:1px solid #ffffff; 
	border-width:2px 0 2px 2px; 
	background:#8d411f; 
	padding-left:0px;
	padding-right: 0px; 
	line-height:29px; 
	font-weight:bold;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width: auto; 
	w\idth: auto;}

/* End CSS Drop Down Menu */

#gallery {
	width:770px;
	height: 350px;
	}

#gallery ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	width:180px; 
	position:relative; 
	float:right;
	}

#gallery ul li {
	display:inline; 
	width:52px; 
	height:52px; 
	float:left; 
	margin:0 0 5px 5px;
	}
	
#gallery ul li a {
	display:block; 
	width:50px; 
	height:50px; 
	text-decoration:none; 
	border:1px solid #fff;
	}

#gallery ul li a img {
	display:block; 
	width:50px; 
	height:50px; 
	border:0;
	}
	
#gallery ul li a:hover {
	white-space:normal; 
	border-color:#fff;
	}

#gallery ul li a:hover img {
	position:absolute; 
	right:185px; 
	top:0; 
	width:auto; 
	height:auto; 
	border:2px solid #fff;
	}


