#info-header {
	background-color: #003;
	margin: 0px;
	padding: 0px;
}
.round-corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 8px;
	background-image: url(../art/overlay-sm.png);
	background-repeat: repeat;
	background-position: left top;
}

.round-corners-sidebar {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 8px;
	background-color: #CCC;
}

#main_image_section {
	background-image: url(../art/curtain_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 500px;
}
#lower-half {
	background-color: #003;
}
#mycontent p {
	color: #CCC;
	padding: 10px 10px 10px 15px;
	margin-top: 8px;
}
#mycontent #groupshot {
	margin: 8px 2px 2px;
	padding: 4px;
	float: left;
}

#mycontent h1 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding: 4px 2px 8px 8px;
}
#mycontent ul {
	list-style-position: inside;
	list-style-type: disc;
	color: #FFF;
	padding-bottom: 8px;
}
#side-bar div h1 {
	font-size: 14px;
	color: #003;
	font-weight: bold;
	margin: 0px;
	padding: 4px 2px 8px 8px;
}

#side-bar div p{
	color: #000;
	padding: 8px;
}
#side-bar div center .map {
	cursor:pointer;
	padding-bottom: 10px;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 60px;
	background-color: #666;
}
#footer p {
	text-align: center;
	margin: 0px;
	padding: 4px;
	color: #FFF;
}
#single-muff {
	float: left;
}


/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:600px;     
    min-height:386px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../img/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

