body {
	background-color: #00222B;
	text-align: center;
}

#main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top:100px;
	margin-bottom: auto;
	text-align: left;
}
#main #content #letterbox h2 {
	font-size: 15px;
	font-weight: bold;
}

#main #menu {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
	height: 45px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: bottom;
}
#main #content #letterbox a {
	color: #006680;
}

#main #content #letterbox {
	background-image: url(../images/letter.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	height: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006680;
	padding-top: 45px;
	overflow : auto;
}
#main #content #letterbox strong {
	color: #006680;
}
#main #content #letterbox h1 {
	font-size: 24px;
	font-weight: bold;
	color: #006680;
}


#main #menu li {
	list-style-type: none;
	color: #FFFFFF;
	padding-left: 20px;
	display: inline;
}
#main #menu ul {
	float: right;
	clear: right;
}

#main #menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0088aa;
	text-decoration: none;
	text-transform: uppercase;
}
#main #menu a:hover {
	color: #FFFFFF;
}

#main #content {
	text-align: center;
	height: 340px;
	padding-bottom: 20px;
}


#footer {
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006680;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#main #menu img {
	clear: right;
	float: left;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
