html,
body {
	margin:0;
	padding:0;
	text-align:left;
	background:url('images/bg.png') repeat #fff;
}

#main {
	width:1000px;
	margin:0 auto;
	padding:0;
	background:#fff;
	overflow:hidden;
}

#head {
	height:100px;
	width:1000px;
	margin:0;
	padding:0;
	background:#bb141a;
}
#head_bot {
	background:url('images/head_bot.png') no-repeat bottom left transparent;
	height:40px;
	width:1000px;
	position:relative;
		top:0;
		left:0;
	margin:0;
	padding:0;
	overflow:hidden;
	float:left;
}
#head_nav {
	position:relative;
		top:9px;
		left:24px;
	background:transparent;
	color:#fff;
	font-weight:bold;
	width:1000px;
	overflow:hidden;
}
#head_nav a:link,
#head_nav a:visited,
#head_nav a:active {
	color:#fff;
	font:bold 11px tahoma, arial, sans-serif;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}

#head .left,
#head .right {
	float:left;
	height:100px;
	margin:0;
	padding:0;
}
#head .left {
	width:300px;
}
#head .left p {
	margin:0;
	padding:10px 0 0;
}
#head .right {
	width:700px;
}

#page {
	width:1000px;
	margin:50px auto 20px;
	padding:0;
	background:#fff;
	overflow:hidden;
}
#page .left,
#page .right {
	float:left;
	margin:0;
	padding:0;
}
#page .left {
	width:300px;
}
#page .left h1 {
	font:bold italic 14px/275% verdana, arial, sans-serif;
	color:#fff;
	display:block;
	height:40px;
	background:url('images/h1.png') no-repeat top left transparent;
	padding-left:18px;
	margin:2px 0 0;
}
#page .left p:first-letter {
	font-size:18px;
	font-family:georgia, sans-serif;
	color:#333;
	font-weight:bold;
	font-style:italic;
}
#page .left p {
	border-width:1px 0;
	border-style:solid;
	border-color:#ecc;
	width:260px;
	padding:8px 0;
	margin:4px 0 0 8px;
	font:12px/125% verdana, arial, sans-serif;
	color:#333;
}
#page .left p em {
	font-size:10px;
	font-style:normal;
}
#page .right {
	width:700px;
	padding:0 0 8px;
}
#page .right table {
	color:#333;
}
#page .right table td em {
	font-size:10px;
	font-style:normal;
	font-weight:normal;
}
#page .right table thead,
#page .right table td.thead {
	background:url('images/thead.png') repeat-x center #ddd;
	color:#c00;
	height:40px;
}
#page .right table thead td,
#page .right table tfoot td,
#page .right table tbody td {
	height:40px;
	padding:2px 4px;
	margin:0;
	border:1px solid #ffecd9;
	font:bold 11px/125% verdana, arial, sans-serif;
	text-align:center;
}
#page .right table td.blank {
	background:#fff;
	border:0;
}
#page .right table td.rt {
	text-align:right;
}
#page .right table td.lt {
	text-align:left;
}
#page .right table td.amat {
	background:#e93;
	color:#fff;
}
#page .right table td.base {
	background:#59c;
	color:#fff;
}
#page .right table td.add {
	background:#eee;
	color:#c00;
}
#page .right table td.core {
	background:#7a5;
	color:#fff;
}
#page .right table td.ytone {
	background:#fffff0;
}
#page .right table td.gtone {
	background:#eee;
}
#page .right table td h2 {
	font:28px/125% georgia, sans-serif;
	color:#8d8;
}
hr {
	border:1px solid #fcc;
	height:1px;
	overflow:hidden;
	display:block;
}
a:link,
a:active,
a:visited {
	color:#39f;
	text-decoration:underline;
}
img {
	border:0;
}

#foot {
	width:1000px;
	background:url('images/foot.png') no-repeat center transparent;
	border:0;
	height:70px;
	margin:0 0 8px;
	padding:4px 0;
}
#foot p {
	color:#444;
	font:10px/150% verdana, arial, sans-serif;
	padding-left:16px;
	margin:0;
}
#foot p em {
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	float:left;
	display:block;
	width:125px;
}
#foot p em img {
	float:left;
	width:20px;
	height:20px;
}

/* gridless table */

#main .grid {
	border:0;
	margin:0 auto;
	padding:0;
	float:left;
}
#main .grid table {
	border-collapse:collapse;
	margin:0;
	padding:0;
	border:0;
}
#main .grid table td {
	border:0;
	margin:0;
	padding:0;
}
#main .click {
	width:700px;
	height:50px;
	margin:0 auto;
	text-align:center;
	padding:0;
}