body {
	margin: 0px;
	padding: 0px;
	background-color: #3399CC;
}
html, body, #main {
min-height: 100%;
width: 100%;
height: 100%;
}
html>body, html>body #main {
height: auto;
}
#main {
	position: absolute;
	left: 0px;
	top: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	width: 760px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: 50px;
	margin-top: 10px;
	}
#header {
	background-color: #FFFFFF;
}
#navigation {
	position: absolute;
	left: 0px;
	top: 130px;
}
#content {
	margin-bottom: 140px;
	margin-right: 10px;
	margin-left: 220px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 160px;
}
#footer {
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.8em;
}
#content h1 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: right;
	margin-bottom: 50px;
}
#content h2 {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
}


#header .right{
	float: right;
	padding-top: 6px;
	padding-right: 6px;
}
#header .left{
	padding-right: 4px;
	padding-left: 0px;
	float: left;
}

#footer ul {
	list-style-type: none;
	margin-top: 10px;
	position: absolute;
	right: 250px;
	bottom: 10px;
}
#footer img {
	list-style-type: none;
	float: right;
}
#footer li {
	font-size: 0.8em;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #0066CC;
	margin: 4px;
}
#footer li a {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
#footer .text {
	list-style-type: none;
	margin-top: 10px;
	position: absolute;
	bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: 10px;
}
#content a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#address {
	font-weight: bold;
	color: #3399CC;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	margin-top: 20px;
	margin-left: 10px;
}
#address a {
	color: #CC0000;
}
#credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	clear: both;
	margin: 10px;
}
#credit a {
	color: #6699CC;
}
#content h3 {

	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
.front {
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	margin-top: -20px;
}

