* { 	margin: 0px;
	padding: 0px;
}

body { 
	min-height:100%;
	padding: 0;
	position: relative;
	color: #000000;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-family: Futura;
}

#wrapper {
	width: 1000px;
        margin: 0 auto;

}

#header {

	width: 1000px;
       height: 200px;
       float: left;
}

#container {
	width: 1000px;
	float: left;
}

#menu {
	height: 600px;
	width: 280px;
        padding-left: 13px;
	background-color: #FFFFFF;
	float: left;
}

#nav {
        width: 260px;
	padding-left: 0px;
	float:left;
}

#nav p {
	margin-bottom: 8px;
line-height: 100%;
}

#main { 
	width: 600px;
        padding-top: 0px;
        padding-left: 20px;
	float: left;
}

#simpleViewer {
height: 800px;
width: 650px;
margin-top: -50px;
}

#indent {
 padding: 0px 0px 0px 5px;
}

#footer {
	clear: both;
	padding: 50px 20px 20px 0px;
	float:left;
}

#prague {
position: absolute;
margin-top: 0px;
margin-left: 60px;
font-weight: bold;
font-size: 20pt;
}

#places {
position: absolute;
margin-top: 0px;
margin-left: 475px;
font-weight: bold;
font-size: 20pt;
}

#people {
position: absolute;
margin-top: 144px;
margin-left: 60px;
font-weight: bold;
font-size: 20pt;
}

#orleans {
position: absolute;
margin-top: 144px;
margin-left:235px;
font-weight: bold;
font-size: 20pt;
}

#musicians {
position: absolute;
margin-top: 339px;
margin-left: 60px;
font-weight: bold;
font-size: 20pt;
}

#peru {
position: absolute;
margin-top: 504px;
margin-left: 60px;
font-weight: bold;
font-size: 20pt;
}

#live {
position: absolute;
margin-top: 339px;
margin-left: 445px;
font-weight: bold;
font-size: 20pt;
}


a	{text-decoration:none;
	color:#000000;
        display:inline;
	}
a:hover {color:181818;
}

.toggleopacity {
background-color: white;
color: black;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}

.toggleopacity:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
color: white;
background-color: grey;}

a:visited {color:181818;}

h4	{ font-size: 20pt;
padding: 0px;}
h3	{ font-size: 20pt;
padding: 0px; }


a#On, a#Off {
   padding: 0px 0px 0px 0px;
   margin:  0 0 0 0;
   text-decoration:none;
   background:#FFFFFF;
   color: #000000;
   cursor: pointer;
   }

.hideIfNoJS {
	display: none;
	}

.triggerOpen {
	background:url(http://farm6.static.flickr.com/5143/5631929104_4c746b9260_o.jpg)
              no-repeat left 0px #FFFFFF;
	}

.triggerClosed {
	background:url(http://farm6.static.flickr.com/5143/5631929104_4c746b9260_o.jpg)
              no-repeat left 0px #FFFFFF;
	}

.triggerOpen a, .triggerClosed a {
	color:#000000;
	text-decoration: none;
	cursor: pointer;
	}

.triggerOpen a:hover, .triggerClosed a:hover {
	color: #181818;
	}

.hiddenContent {
   display: none;
   }
   
#nav .revealedContent {
   padding-left: 5px;
   }
#nav ul.revealedContent {
   padding-left: 5px;
   margin-left: 0;
   }
