@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 160%;
	background-image: url(images/maritime.gif);
	background-repeat: repeat-x;
}

#wrapper{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper p {
	padding-right: 95px;
	text-align: justify;
	word-spacing: 2px;
}

#footer {
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #004A93;
	border-right-color: #004A93;
	border-bottom-color: #004A93;
	border-left-color: #004A93;
}
#wrapper h1 {
	color: #004A93;
	padding-top: 15px;
	font-size: 18px;
}
