/* CSS Document */

body{
	background-color: #493C15;
	margin: 0px;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/gallery_background.jpg);
	background-repeat: no-repeat;
}

a {
	color: #FFFFFF;
}

a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

#bodyContainer{
	margin: 0px;
	width: 800px;
}
#topContactInfo{
	width: 300px;
	position: absolute;
	font-size: 10px;
	line-height: 16px;
	top: 25px;
	left: 666px;
	color: #000000;
	text-align: justify;
	z-index: 2;
   background-color: #ffffff;  /* the background          */
   filter:alpha(opacity=60);   /* Internet Explorer       */
   -moz-opacity:0.6;           /* Mozilla 1.6 and below   */
   opacity: 0.6;               /* newer Mozilla and CSS-3 */
   padding: 5px;
   font-weight:bold;
}
#topContactInfo a{
	color: #000000;
}
#galleryTableHolder{
   background-color: #444444;  /* the background          */
   filter:alpha(opacity=60);   /* Internet Explorer       */
   -moz-opacity:0.6;           /* Mozilla 1.6 and below   */
   opacity: 0.6;               /* newer Mozilla and CSS-3 */
   width: 770px;
   height: 530px;
   margin-left: 30px;
   margin-top: 10px;
   border: 2px solid #000000;
}
#galleryTable{
	background-color: transparent;
	z-index: 2;
	width: 750px;
	padding: 4px;
	position: absolute; 
	font-size: 9px;
	top: 180px;
	left: 40px;
}
#topNavigation{
	margin-left: 60px;
	width: 987px;
	margin-top: 20px;
	height: 26px;	
}

#navItem{
	float: left;
	margin-right: 40px;
}
#footer{
	width: 100%;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	margin-top: 30px;
	color: #ffffff;
}
#footer a{
	color: #ffffff;
}
#galleryBody{
	width: 800px;
}
#contactForm table{
	font-size: 12px;
}
#contactForm{
	margin-left: 160px;
	margin-top: 20px;
}
#hiddenPrint{
	display:none;
	visibility:false;
}