body {
	color: #000066;
	background: #DDF3FF;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
img {
	border-width: 0px;
}
.clear {
	clear: both;
}
#wrapper {
	text-align: left;
	width: 800px;
	position: relative;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#border {
	border: 1px none #000066;
	padding: 0px;
	margin: 10px 0px 5px;
	width: 100%;
}
#title {
	position: absolute;
	top: 20px;
	left: 200px;
}
#pallet {
	position: absolute;
	left: 25px;
	top: 0px;
}
#header {
	width: 100%;
	border-bottom: 1px none #000066;
	height: 200px;
	background: #DDF3FF;
	color: #000066;
}

#content {
	margin: 40px 10px 10px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

.home {
	text-align: center;
}

#content h1 {
	font-style: italic;
	font-size: 190%;
}
#content h2 {
	font-size: 150%;
	font-style: italic;
	margin-bottom: 30px;
	margin-top: 0px;
}
#content h3 {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	margin-bottom: -15px;
	margin-top: 10px;
}

.text-italic {
	font-style: italic;
}
.text-bold {
	font-weight: bold;
}

#nav {
	color: #000066;
	background: #DDF3FF;
	position: absolute;
	top: 115px;
	left: 210px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	padding-right: 5px;
}

.gallery-box {
	float: left;
	width: 375px;
	margin: 0px 5px;
	height: 300px;
	text-align: center;
}
.gallery-box ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.gallery-box li {
	font-style: italic;
}
.gallery-box table {
	border: 1px none #000066;
	margin: auto;
}
.thumbnail {
	border: 1px solid #000066;
}

.contactform p {
	margin: 0px;
	padding: 5px 0px 0px;
	clear: left;
}
.contactform p label {
	float: left;
	width: 20%;
}
.contactform .text {
	background: #FFFFFF;
	padding: 2px;
	width: 280px;
	color: #000066;
	border: 1px solid #000066;
}
.contactform p.submit {
	margin-left: 20%;
}
.contactform p.submit input {
	color: #FFFFFF;
	background: #000066;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
}

#footer p {
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: center;
	margin: 10px 10px 20px;
	background: #DDF3FF;
}
a:link {
	color: #000066;
	text-decoration: none;
	background: #DDF3FF;
}
a:hover {
	color: #000066;
	text-decoration: underline;
	background: #DDF3FF;
}
a:visited {
	color: #000066;
	text-decoration: underline;
	background: #DDF3FF;
}


#wrapper2 {
	width: 480px;
	padding: 0px;
	margin: 20px auto 5px;
	text-align: center;
}
.image {
	border: 1px solid #000066;
}
.image-box table {
	border: 1px none #000066;
}

#header2 {
	width: 100%;
	height: 80px;
	background: #DDF3FF;
	color: #000066;
}
#content2 {
	margin: 10px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: center;
}
