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

body,html {
	margin:0;
	padding:0;
}

body {
	background:#035a38;
}

#container {
	width:100%;
	height:auto;
}

#header {
	display:block;
	width:100%;
	height:auto;
	border-bottom:1px solid #000;
	float:left;
}

#header .logo {
	display:block;
	width:980px;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

#content-container {
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

#content-container img {
	width:100%;
	height:auto;
}

.message-title {
	border-top:1px solid #000;
	border-bottom:1px dashed #000;
	font-family: "Times New Roman", Times, serif;
	font-size:1.4em;
	padding:1.2% 0;
}

.message-contact {
	font-family: "Times New Roman", Times, serif;
	font-size:0.9em;
	padding:1% 0;
}

.message-contact a,
.message-contact a:visited {
	color:#000;
	text-decoration:none;
}

.message-contact a:hover  {
	text-decoration:underline;
}