﻿body {
	margin-top:20px;
	margin-bottom:20px;
	background-color:#555F7D;
	text-align: center;
}

#container-header {
	text-align:center;
	width:900px;
	margin:0 auto;
	position:relative;
	background-color:#949BB6
}

#container-body {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	border-left-style: solid;
	border-right-style: solid;
	border-color:black;
	border-width:1px;
	width:898px;
	margin: 0 auto;
	position: relative;
	background-color: #949BB6;
}

#container-spacer {
	text-align:center;
	height:5px;
	border-top-style:solid;
	border-top-width:898px;
	border-left-style:solid;
	border-right-style:solid;
	border-color:black;
	border-width:1px;
	width:898px;
	margin:0 auto;
	position:relative;
	background-color:#949BB6
}

#container-nav {
	text-align:center;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-color:black;
	border-width:1px;
	width:898px;
	padding-top:5px;
	margin:0 auto;
	position:relative;
	background-color:#949BB6
}

#container-comment {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-color:black;
	border-width:1px;
	width:898px;
	margin:0 auto;
	position:relative;
	background-color:#949BB6
}

