body  {
	background: #CCC url(../images/IMG_0003%20layout.jpg);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: fixed;
}

.twoColElsLt #container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #000; /* this overrides the text-align: center on the body element. */
	height: 100%;
	opacity:0.9;
	filter:alpha(opacity=90);
	margin: -8px 0px 0px -8px;
	position: fixed;
} 


.twoColElsLt #sidebar1 {
	float: left;
	width: 13em; /* top and bottom padding create visual space within this div */
	height: 40em;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColElsLt #mainContent {
	height: 100%;
	width: 78%;
	position: relative;
	margin: 0 0px 0 14em;
} 

/********* MENU ***********/

#menu{	/* Menu object */
	margin:0px;
	width:180px;	/* Width of menu */
	height: 180px;
	padding-left: 10px;
	}
	#menu li{
	margin-top:10px;	/* Space between each menu item */
	/* Don't change these four values */
		list-style-type:none;
	clear:both;
	display:block;
	overflow:auto;

	}
	
	#menu li a{	/* Text rules for the menu items */
	color:#000;	/* Black text color */
	text-decoration:none;	/* No underline */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;	/* Font to use */
	letter-spacing:1px;	/* Extra space between each letter of the menu items */
	font-size:15px;	/* Fixed font size */
	font-weight:bold;	/* Bold font */
	float:left;
	/*background-color:#F1F1F1;*/
	
	padding-left:3px;
	line-height:30px;	/* Height of menu links */
	}
	#menu li div{
		float:left;

	}


	

/*********  image Gallery *********/

/**{
    margin:0;
    padding:0;
}
body{
	font-family:Verdana;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	overflow:hidden;
	background: #FFF;
}*/
.infobar{
    background-color:#000;
    height:28px;
    line-height:28px;
    right:20px;
    position:fixed;
    bottom:0px;
    left:20px;
    z-index:999999999;
    text-align:center;
    color:#ddd;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    text-shadow:0px 0px 1px #ccc;
}
span#description{
    text-shadow:1px 1px 1px #000;
    display:none;
}
span#loading{
	display:none;
	padding-right: 30px;
	background:transparent url(../loading.gif) no-repeat right center;
}
#thumbsWrapper{
	overflow:visible;
	position:relative;
	height:100%;
	width:100%;
	float: right;
}
#content{
	position:relative;
	height:100%;
	width:97%;
	overflow-y:scroll;
	display:none;
	float: right;
	clear: both;
}
#content img{
	float:left;
	margin:7px;
	cursor:pointer;
	opacity:0.4;

    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	border: 5px solid #FFF;
}
.placeholder{
	float:right;
	clear:both;
	width:70%;
	height:30px;
}
#panel{
	background-color:#222;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	height:0px;
	text-align:center;
}
#panel img{
    cursor:pointer;
    position:relative;
    border:1px solid #000;
    -moz-box-shadow:0px 0px 10px #111;
    -webkit-box-shadow:0px 0px 10px #111;
    box-shadow:0px 0px 10px #111;
    display:none;
}

#wrapper{
    position:relative;
    margin:40px auto 0px auto;
}
a#next,
a#prev{
	width:40px;
	height:40px;
	position:fixed;
	cursor:pointer;
	outline:none;
	display:none;
	background:#aaa url(../nav.png) no-repeat left top;
}
a#next:hover, a#prev:hover{
    background-color:#fff;
}
a#next{
    right:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px 0px;
}
a#prev{
    left:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px -40px;
}

/************** Info Bar **************/
a{
            color:#fff;
            text-decoration:none;
        }
        a:hover{
            text-decoration:underline;
        }
        span.reference{
            position:fixed;
            left:30px;
            bottom:0px;
            font-size:9px;
        }
        span.reference a{
            color:#aaa;
        }
        span.reference a:hover{
            color:#ddd;
            text-decoration:none;
        }
