body {
	background-color:#503C33;
	}	

p {	font-size:11px;
	line-height:20px;
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px 0px 12px 0px;
	color:#D1C183;
	text-align: justify;	
	}
p.footer {
	font-size:9px;
	text-align: right;
	}
	
h1	{
	font-size:16px;
	line-height:30px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding-left:5px;
	background-color:#3C2D26;
	color:#E7E2CF;
	text-align: left;
	}

h2	{font-size:14px;
	line-height:20px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:400pt;
	padding-top:5px;
	margin:0px 0px 12px 0px;
	color:#3c2d26;
	}
	
img.nongal {border-style:solid;
	border-color:#3C2D26;
	border-width:1px; 
	margin-right:5px;
	}
	

#infocontent { 
	position:absolute; left:153px; top:128px; width:617px; height:500px; z-index:1; 
	background-color: #503C33; 
	layer-background-color: #503C33; 
	border: 1px none #000000;
	} 
#topmenu { 
	position:absolute; left:50px; top:90px; width:720px; height:38px; z-index:2; 
	background-color: #503C33; 
	border: 1px none #000000;
	}
#leftmenu { 
	position:absolute; left:50px; top:136px; width:103px; height:550px; z-index:1; 
	background-color: #503C33; 
	border: 1px none #000000;
	} 
#infofooter {
	position:absolute; left:50px; top:750px; width:720px; height:50px; z-index:1;
	text-align:right;
	background-color: #3C2D26; 
	layer-background-color: #3C2D26; 
	border: 0px none #000000;
	}	
#splashfooter {
	position:absolute; left:50px; top:450px; width:550px; height:50px; z-index:1;
	text-align:right;
	background-color: #503C33; 
	border: 0px none #000000;
	}	
#banner { 
	position:absolute; left:50px; top:40px; width:720px; height:50px; z-index:2; 
	background-color: #3C2D26; 
	border: 1px none #000000;
	}
#splashcontent { 
	position:absolute; left:50px; top:91px; width:558px; height:353px; z-index:2; 
	background-color: #3C2D26; 
	layer-background-color: #3C2D26; 
	border: 1px none #000000;
	}
	
	
		
a:hover {text-decoration: underline;}

a {	font-size:11px;
	text-decoration:none;
	font-weight: 800;
	font-family:verdana, arial, helvetica, sans-serif;
	}
	
a:link {color:#D1C183;}

a:visited {color:#D1C183;}


a.topmenu {font-size:12px;
	display:block; 
	width:100%;
	line-height:30px;
	text-decoration:none;
	font-weight: 800;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align: center;
	}
		
a.topmenu:hover {background-color: #D1C183;
	color:#3C2D26;
	}

a.leftmenu {font-size:10px;
	display:block; 
	width:100%;
	line-height:20px;
	text-decoration:none;
	font-weight: 800;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align: left;
	}
		
a.leftmenu:hover {background-color: #D1C183;
	color:#3C2D26;
	}
a.splash {	font-size:9px;
	text-decoration:none;
	font-weight: 500;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align: left;
	}
a.splash:hover {text-decoration: underline;}



ul {list-style-type:square;
	}
li {
	font-size:11px;
	line-height:16px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#D1C183;
	}
blockquote {
	font-size:11px;
	line-height:16px;
	font-family:verdana, arial, helvetica, sans-serif;
	padding:5px;
	color:#D1C183;
	background-color:#3C2D26;
	text-align: justify;
	}
	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
}

.thumbnail img{
border: 1px;
border-color:#3C2D26;
border-style:solid;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px;
border-color:#D1C183;
border-style:solid;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #D1C183;
padding: 5px;
top:0px;
left: -1000px;
border: 2px;
border-color:#3C2D26;
border-style:solid;
visibility: hidden;
color: #3C2D26;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top:0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
