html { min-height: 100%; margin-bottom: 1px; }

body {
	margin:0px;
	color:#000000;
	font-size: medium;
	background-color:#7fa1ba;
}
p {color: #000000; margin:1em 1em 1em 1em; font-size: medium;}

pre {color: #000000; margin: 1em 1em 1em 1em;}

#full-container{
	background-image:url('header.jpg');
	background-repeat: repeat-x;
	background-color:#7fa1ba;
}
	
#header{
	text-align:center;
	font-size: 1.5em;
	color: #e9e9e9;
}
#header a{
	text-decoration: none;
}
#header img{
	border: 0;
}

#menu{
	float:right;
	width:29%;
}

#site-map{
	background-color:#6c96c1;
	margin:10px;
	padding:10px;
	border:2px solid #000000;

}

#section-map{
	background-color:#6c96c1;
	margin:10px;
	padding:10px;
	border:2px solid #000000;

}


#content-container{
	float:left;
	width:69%;	
}

#content{
	margin-right:10px;
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background-color: #bbdcf1;
	border:2px solid #000000;

}
#content h2{
	clear:both;
	text-align:center;
}

#content hr{
	clear:both;
}


#footer{
	text-align:center;
	border-top:2px solid #000000;
	padding:5px;
	clear:both;
}

.jalbum-image{
	border:2px solid #000000;
	text-align:center;
	}
.jalbum-index-cell{
	text-align:center;
	}
.jalbum-content{
	text-align:center;
	}
table.center{
	margin-left:auto;
	margin-right:auto;
	}
	
.left-picture {
	float:left;
	margin:1em;
	}
.left-picture img {
	border:2px solid #000000;
	}
.right-picture{
	float:right;
	margin:1em;
	}
.right-picture img {
	border:2px solid #000000;
	}