@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Comic Sans MS", "Gill Sans MT", Arial, sans-serif;
	font-size: 100%;
	color: #401100;
	background-color: #DFD8CA;
	margin: 0px 3%;
}
#content {
	margin: 0px 3%;
}
p.center img {
	margin: .5em;
}
p {
	text-align: justify;
	font-size: 100%;
}
.imageright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.imageleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#nav {
	clear: both;
	text-align: center;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none ;
	display: inline ;
}
#nav p {
	text-align: center;
	font-style: italic;
}
#nav ul li {
	margin: 0px;
	padding: 0;
	display: inline;
	text-align: left;
	list-style: none;
	clear: both;
	float: none;
}
#nav a {
	color:  #401100; 
	padding: 0 1em;
	font-size: 100%;
	text-decoration: none;
	display: inline;
	margin-top: 0px;
	font-style: italic;
	font-weight: bold;
	white-space: nowrap;
}
#nav a:hover {
	color: #DFD8CA;
	background-color: #401100;
}
#footer {
	clear: both;
	margin-top: 2em;
	font-size: 75%;
	text-align: center;
}
a {
	color: #AE3000;
}
ul.port {
	clear: both;
	list-style: none;
	display: inline;
}
ul.port li{
	display: inline;
	float: left; 
	margin: .5em 1em;
	list-style: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.port {
	text-align: center;
	margin: auto;
}

.port img {
	border: none;
	margin: 1em;
	vertical-align:top;
}
.port h3 {
	clear: both;
}
h1, h2 {
	text-align: center;
}
.center {
	margin: auto;
	padding: 0;
	text-align: center;
}
table.center  {
	margin: 1em auto;
	padding: 0;
	text-align: center;
}
	
.gallery {
	text-align: center;
}
.gallery img {
	margin: .5em;
	border: none;
}
input {
	background-color: #FFE6DD;
}
.setwidth {
	max-width: 900px;
	margin: 1em auto;
}
.setwidth img {
	border: none;
}
.textleft {
	text-align: left; 
}
td {
/*	white-space: nowrap; */
	padding: 0px .5em;
}
.box {
	border: thick double #AE3000;
	padding: 1em;
	max-width: 800px;
	margin: auto;
}
.box h2 {
	margin-top: 0px;
}
div.inset {
	width: 280px;
	float: right;
	margin: 1em;
}
