/* CSS Document */
@charset "utf-8";
/* CSS Document */

body {
	background:#eee;
	
	}
	

#content h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:right;
	background:#E1E1E1;
	border:solid 1px #aaa;
	padding: 2px;
	color:#666;
	padding: 10px;
	margin-top: 0;
	
}

#content h3 {
	font-size: 90%;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	text-align:justify;
}

#content h4 {
	font-size: 90%;
	text-align:center;
	color:#88736F;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

#content .pictures {
	text-align:center;
	}

#content .pictures img {
	margin: auto;
	border:solid 1px #888;
   -moz-box-shadow: 0 0 5px 2px #888;
   -webkit-box-shadow: 0 0 5px 2px #888;
    box-shadow: 0 0 5px 2px #888;
	}
	
.images {
	border: 1px solid #888;
	-moz-box-shadow: 0 0 5px 2px #888;
   -webkit-box-shadow: 0 0 5px 2px #888;
    box-shadow: 0 0 5px 2px #888;
}

.images img {
	display:inline;
	margin:35px;
	padding:1px;
	border: 2px solid #ccc;
}

	
#content {
	background:#fff;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	overflow:hidden;
	border: solid 1px #aaa;
}	

.divright {
	float: right;
	margin: 10px;
	padding: 5px;
	width: 300px;
	text-align: center;
}

.text-paragraph {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 16px;
	line-height: 20px;
}
#gallery {
	margin-left: 100px;
}
