body {
	background: white;
	margin:50px 0px; padding:0px;
	text-align:center;
}
a {
  	color:#174CA8;
        text-decoration:none;	
}
b {
	font-weight: bold;
}
a:visited {
  	color:#174CA8;
        text-decoration:underline;	
}
a:hover {
  	color:#080;
        text-decoration:underline;	
}
#content {
	width: 70%;
	height: auto;
	margin:0px auto;
	text-align:left;
	padding: 0 15px 0 15px;
	border-top:5px solid #174CA8 ;
	background-color: white;
}
#page_name {
	clear: both;
	width: auto;
	font-family: Times;
	font-size: 28pt;
	font-weight: bold;
	color: black;
	text-transform: capitalize;
	#border-bottom: 1px dashed gray;
	text-align: center;
}
@font-face {
   font-family: "Visitor TT1";
   src: url(img/visitor1.ttf);
}
#credits_container {
   margin-top:10px;
   float: right ;
   vertical-align: middle;
}
#credits {
   font-family: "Visitor TT1";
   font-size: 16px;
   display: inline ;
   height: 26px;
   padding-left: 5px;
}

#sub_menu {
}


#picture {
	text-align: center;
}
#picture img {
	width: 100%;
	padding-top: 15px;
}
#description {
	width:auto;
	color: black;
	font-family: verdana, tahoma;
	font-size: 11pt;
	overflow: auto;
}
#bottom {
	clear:both;
}

.pic_centered {
    border: 1px dashed #BBB;
    background: #EEE;
    margin: 1em;
    text-align: center;
    font-style: italic; 
}
img {
    max-width: 80%;
}
.paragraph {
    margin: 1em;
    text-align: justify;
}
.picset {
    margin-right: 1em;
    float: left;
    text-align: center;
}
.smallpic {
    background: #EEE;
    margin-right: 0.5em;
    margin-top: 1em;
}
.smallpic img {
    margin:1em;
}
.smallpic_caption {
    text-align: center;
}

.smalltitle {
	font-weight: bold;
	color:black;
	padding-top:0.5em;
	margin-bottom:0.5em;
	text-align:center;
	width: auto;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.highlight {
	text-align: center;
	font-style: italic;
}
p + p {
  text-indent: 1.5em;
  margin-top: 0;
  text-align: justify; 
}

#outerfooter {
	margin: 2em;
}

.sub_menu_item {
	float:left;
	margin: -10px;
}
.sub_menu_item_name {
	display:none;
}
.sub_menu_item img {
	width: 30px;
	height: 30px;
	margin: 1em;
}

.sub_menu_item img:hover {
}
.sub_menu_item img:active {
}
.album {
    font-weight: bold;
    text-align: center;
    background: #EEE;
    width: 20%;
    padding: 1em;
    margin: 0.5em;
    border: 1px solid #174CA8;
    float: left;
}

#img_selected {
	border: 1px dashed #174CA8 ;
}

