body{	
	background-color: #97cbff;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	/*background-image: url(../static/webdings_texture_2.png);	*/
}

#middle_column {	
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 100px;	
}

/* The header of the middle column */
#header{	
	color: #437df4;
	font-size: 50px;
	font-weight: bold;	
}

#header p {			
	margin: 0px 0px 0px 0px;
}

.content_area {	
	background-color: #ffffff;
	color: black;
	border: solid 1px #437df4;
	padding: 5px 25px 15px 25px;
	line-height: 1.5em;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #437df4;
	border-bottom: solid 1px #437df4;
	margin-top: 30px;
}

#footer {	
	font-size: 0.8em;
	color: #777777;	
	text-align: center;
	margin: 0px 0px 0px 0px;
}


.mini-nav{	
	float: none; /* Floating provided by div wrapper due to Explorer bug */
	margin: 5px;
	padding-top: 100px;
	padding-left: 20px;
	position:fixed;
}
	
.mini-nav a {	
	display: block;
	font-weight: bold;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	text-decoration: none;	
	padding: 5px 10px 5px 10px;
	border: solid 1px #000000;
}
	
.mini-nav a:link {			
	background:  #437df4;			
	color: #c1f3ff;			
}
	
.mini-nav a:visited{			
	background:  #437df4;			
	color: #c1f3ff;		
}
	
.mini-nav a:hover {			
	background: #64bbff;
	color: #c1f3ff;			
}		
	
.prop {
	font-weight: bold;
	color: #437df4;
}
	
#photo-album {	
	text-align: center;			
}	

.image {
	margin-top: 30px;
	border-color: black;
	border-style: solid;
	border-width: 2px;
}

.caption-landscape {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}

.caption-portrait {
	margin-left: auto;
	margin-right: auto;
	width: 421px;
}
	