html {
	background: #eeeeee;
}

body {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	font-size: 14px;
	line-height: 1.3em;
	text-align: center;
}

a { text-decoration: none; color: #00f; }
a:hover { text-decoration: underline; }
a:visited { color: #00f; }


#container {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	border: 0;
}

#topboxleft {
	float: left;
	width: 300px;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	text-align: left;
}

#topboxright {
	float: left;
	width: 500px;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	text-align: right;
}

#titlebox {
	width: 760px; /* total 800px */
	border-top: 1px solid #9999FF;
	border-bottom: 1px solid #9999FF;
	border-left: 10px solid #9999FF;
	border-right: 10px solid #9999FF;
	margin: 5px 0 10px 0;
	padding: 10px;
	background: #CCCCFF;
	text-align: left;
	clear: both;
}

#titlebox h1 {
	font-size: 22px;
	line-height: 1em;
	border: 0;
	padding: 0;
	margin: 0;
	display: inline;
}

#tabcon {
	width: 178px; /* total 200px */
	border: 1px solid #9999FF;
	margin: 0 10px 0 0;
	padding: 10px 5px 10px 5px;
	background: #FFFFFF;
	text-align: left;
	float: left;
}

#tabcon h3 {
	width: 162px; /* total 178px */
	border-top: 0;
	border-bottom: 1px solid #9999FF;
	border-left: 10px solid #9999FF;
	border-right: 0;
	padding: 3px;
	margin: 0 0 5px 0;
	font-size: 17px;
}

#tabcon ul {
	margin: 15px 0 0 15px;
	padding: 0;
}

#tabcon ul li {
	margin: 10px 0 10px 0;
	padding: 0;
}

#tabcon ul li.high {
	background: #FFFFAA;
}

#tabcon .return {
	width: 172px; /* total 178px */
	border-bottom: 0;
	border-top: 1px solid #9999FF;
	border-left: 0;
	border-right: 0;
	padding: 10px 3px 0 3px;
	margin: 15px 0 0 0;
	font-size: 14px;
	text-align: center;
}

#content {
	width: 578px; /* total 600px */
	border: 1px solid #9999FF;
	margin: 0 0 30px 0;
	padding: 10px;
	background: #FFFFFF;
	text-align: left;
	float: left;
}

#content h3 {
	width: 562px; /* total 578px */
	border-top: 0;
	border-bottom: 1px solid #9999FF;
	border-left: 10px solid #9999FF;
	border-right: 0;
	padding: 3px;
	margin: 0 0 15px 0;
	font-size: 17px;
}

#content .return {
	width: 572px; /* total 578px */
	border-bottom: 0;
	border-top: 1px solid #9999FF;
	border-left: 0;
	border-right: 0;
	padding: 10px 3px 0 3px;
	margin: 15px 0 5px 0;
	font-size: 14px;
	text-align: center;
}

#content .imagebox {
	float: right;
	margin: 0;
	padding: 5px;
	border: 0;
}

#content .imagebox .image {
	margin: 0;
	border: 0;
	padding: 0;
}

#content .imagebox .cap {
	border: 0;
	padding: 1px 0 5px 0;
	background: #EEEEFF;
	font-size: 12px;
	text-align: center;
}


