body {
	text-align: center;
}
#container {
	position:relative;
	width: 800px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	padding-top: 0px;
}
#footer {
	position:absolute;
	padding: 5px;
	margin: 0px;
	border-top: thin solid #003366;
	width: 790px;
	height: 30px;
	left:0px;
	top:600px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
#Banner {
	position:absolute;
	width:800px;
	height:144px;
	left: 0px;
	top: 0px;
}
#Menu {
	position:absolute;
	width:180px;
	height:456px;
	left: 0px;
	top: 144px;
	background-color:#EEEEEE;
}
#Anecdote {
	position:absolute;
	width:188px;
	height:456px;
	left: 612px;
	top: 144px;
}
#MainBody {
	position:absolute;
	width:390px;
	left: 181px;
	top: 145px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-top: 5px;
	height: 410px;
	overflow: auto;
}
#nav {
	margin: 15px;
}
.navigation{
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	background-color: #EEEEEE;
	display: block;
	width: 140px;
	margin-left: 15px;
	padding: 1px;
}
#Anecdote p {
	color: #003366;
	left: 10px;
	top: 10px;
	right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.navigation a {
	color: #999999;
	text-decoration: none;
}
.navigation a:hover {
	color: #003366;
}

.navigation h {
	color: #999999;
	text-decoration: none;
}

.navigationHot{
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc0033;
	text-decoration: none;
	background-color: #EEEEEE;
	display: block;
	width: 140px;
	margin-left: 15px;
	padding: 1px;
}

td{
	text-align:center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
H4{
  color: #003366;
  font-size: 14px;
  font-weight:bold
}
H3{
  color: #cc0033;
  font-size: 16px;
  font-weight:bold;
}
.contact th {
	text-align: right;
	vertical-align:top;
	font-size: 12px;
}
.contact td {
	text-align:left;
	font-size: 12px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.error {
	color: #cc0033;
}
