body {
	line-height: 100%;
	background-color: #451010;
}
#page {
	line-height: 100%;
	width: 800px;
	margin-left: auto;
	background-color: #451010;
	margin-top: 50px;
	margin-right: auto;
}

#header {
	width: 800px;
}

#header #mail {
	font-size: 12px;
	line-height: 100%;
	text-align: right;
	padding-right: 30px;
}
#header #mail a {
	font-size: 12px;
	line-height: 100%;
	color: #FFF;
	text-decoration: none;
}
#header #mail a:hover {
	font-size: 12px;
	line-height: 100%;
	color: #FFF;
	text-decoration: underline;
}
#header ul {
	text-align: center;
	font-size: 11px;
	line-height: 100%;
	color: #FFF;
	width: 800px;
	margin-top: 10px;
}

#header ul li {
	display: inline;
	color: #FFF;
	font-size: 11px;
	line-height: 100%;
	text-align: left;
}
#header ul li a {
	font-size: 11px;
	line-height: 100%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#header ul li a:hover {
	font-size: 11px;
	line-height: 100%;
	color: #FFF;
	text-decoration: underline;
}
#main {
	height: auto;
	background-color: #FFF;
	border: 3px double #333;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#main #mainp {
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	
}
#main #mainp table tr td img {
	border: 3px double #333;
}
#main h4 {
	font-weight: normal;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #411;
	border-left-color: #411;
	text-align: left;
	padding-bottom: 2px;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 10px;
	border-top-color: #411;
	border-right-color: #411;
	padding-left: 8px;
	border-left-style: solid;
}
#main h2 {
	text-align: left;
	font-size: 13px;
	font-weight: normal;
}
#main h1 {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 15px;
	background-color: #411;
	color: #FFF;
}
#main h6 {
	font-weight: normal;
	text-align: left;
	font-size: 11px;
}
#footer {
	font-size: 12px;
	line-height: 100%;
	color: #FFF;
	text-align: right;
	padding-right: 35px;
}
