body {
	background-color: #c8c8c8;
	background-image: url(../images/bg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #000;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div#main {
	width: 790px;
	border: 3px solid #017fb4;
	margin: 0px auto 0 auto;
	text-align: left;
	background-color: #FFF;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top: none;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
div#header {
	background: url(../images/banner.jpg) #FFF no-repeat;
	height: 188px;
	clear: both;
	text-align: right;
}
div#navi {
	padding-top: 7px;
	padding-bottom: 1px;
	height: 28px;
	text-align: left;
	clear: both;
	background-color: #017fb4;
	padding-left: 10px;
}

div#navi ul {
	text-align: left;
	float: left;
}

div#navi ul, div#navi li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#navi a:link,
div#navi a:visited	{
	background: #017fb4;
	color: #FFF;
	float: left;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	margin-right: -1px;
	padding: 2px 20px 2px 20px;
	text-decoration: none;
}

div#navi a:hover {
	background: #cce5f0;
	color: #017fb4;
}

div#content {
	font-size: 12px;
	color: #000;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica;
}

div#content h1 {
	font-size: 18px;
	font-weight: bold;
	text-shadow: #999 2px 2px 3px;
}

div#content h3 {
	font-size: 14px;
	font-weight: bold;
}

div#content a {
	color: #000;
}

div#content table {
	border: 1px solid #000;
}

div#content th {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	border: 1px solid #000;
	text-align: left;
}

div#content td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	border: 1px solid #000;
	width: 20%;
}

div#content td.other {
	background-color: #CCC;
}

div#content td.fair {
	background-color: #cce5f0;
}

div#content blockquote {
	border: 3px dashed #017fb4;
	background: url(../images/quote.png) #e6f2f8 no-repeat;
	padding: 10px;
	padding-left: 40px;
}

