body {
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
	background-color: #000;
}
p {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
}
a:link {
	color: #CCF;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
	text-decoration: none;
}
a:visited {
	color: #CCF;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #FF9;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-decoration: underline;
}
a:active { color: #fcf4bd; font-family: Arial, Helvetica, Geneva, sans-serif; }
td { }
h1 { font-size: 2em; font-family: Arial, Helvetica, Geneva, sans-serif; font-weight: bold; line-height: 1.2em; }
h2 { font-size: 1.5em; font-family: Arial, Helvetica, Geneva, sans-serif; font-weight: bold; line-height: 1.2em; }
h3 { font-size: 1.17em; font-family: Arial, Helvetica, Geneva, sans-serif; font-weight: bold; line-height: 1.2em; }
h4 { font-size: 1em; font-weight: bold; line-height: 1.2em; }
h5 { font-size: 0.83em; font-weight: bold; }
.white_text {
	color: #FFF;
}
#container {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #CCF;
	background-color: #006;
}
#header {
	height: 86px;
	width: 800px;
}
#contents {
	height: auto;
	width: 792px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	height: 20px;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
}
#message_white {
	height: auto;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF7E2;
}
#message_blue {
	height: auto;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	background-color: #006;
	color: #FFF;
}
#footer {
	height: 91px;
	width: 800px;
}

