@charset "utf-8";
body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: Arial, Verdana;
	font-weight: normal;
	color: #7961CB;
}
p, li {
	font-size: 13px;
}
/* Header */
#header {
	width: 800px;
	height: 180px;
	margin: 0 auto;
}

#header div.logo {
	background: url(images/logo.gif) no-repeat;
	width: 180px;
	height: 164px;
	float: left;
}

#header div.banner {
	background: url(images/banner.gif) no-repeat;
	width: 600px;
	height: 164px;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	float: right;
}
div.hmenu a {
	text-decoration: none;
	color: #FFFFFF;
}
div.banner {position: relative;}
div.bannerText {
	font-family: Bookman Old Style;
	font-size: 22px;
	color: #dfd2f2;
	position: absolute;
	top: 28px;
	left: 0;
	width: 576px;
	text-align: left;
	padding-left: 18px;
}
div.hmenu {
	bottom: 6px;
	position: absolute;
	width: 582px;
	padding-right: 18px;
	text-align: right;
}
/* Content */
#content {
	background: url(images/bg.gif) repeat-y;
	width: 800px;
	margin: 0 auto;
}
#extra {
	clear: both;
	height: 20px;
	background: url(images/bg_bottom.gif) no-repeat;
}
/* Content > Menubar */
#menubar {
	background: url(images/bg_topleft.gif) no-repeat;
	width: 180px;
	font-family: Verdana, Arial;
	text-align: left;
	color: #F7F4FC;
	float: left;
	padding: 0;
	margin: 0;
}
#menubar a {
	color: #F7F4FC;
	font-weight: bold;
}
/* Content > Menubar > Menu */
#menu {
	padding: 20px 0;
	margin: 0;
	text-align: left;
}
div.menuitem {
	margin: 0;
	padding-bottom: 1px;
	background: url(images/spacer.gif) repeat-x left bottom;
}
div.menuitem a {
	font-size: 12px;
	display: block;
	width: 150px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
}
div.menuitem a:hover {
	background: #937FD5;
}
/* Content > Main */
#main {
	float: right;
	width: 600px;
	background: url(images/bg_topright.gif) no-repeat right top;
	color: #7961CB;
}
#main a {
	color: #FF7F00;
}
/* Footer */
#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
}
#footer p {
	font-size: 10px;
	text-align: right;
	margin: 0;	
}
#legal {
	line-height:28px;
}
#legal a {
	color: #FF7F00;
}

/* Post */
.post {
	padding: 20px;
}
.post h2, h3 {
	text-align: center;
}
.post li {

}
/* Print */
.print {
	text-align: right;
}
/* List dash */
.dash {
	position: absolute;
}
.dashlist {
	left: 18px;
	position: relative;
}
/* Misc */
.break {
	text-align: center;
}
/* Elements */
#elements {
	width: 540px;
	border: 1px solid Black;
}
.fire, .earth, .metal, .water, .wood, .yin, .yin2 {
	width: 90px;
	font-family: Arial, Verdana;
	font-size: 12px;
	text-align: center;
	border: 1px solid Black;
}
.fire, .water, .wood, .yin, .yin2 {
	color: White;
}
.earth, .metal {
	color: Black;
}
td.fire {
	background-color: Red;
}
td.earth {
	background-color: Yellow;
}
td.metal {
	background-color: White;
}
td.water {
	background-color: Blue;
}
td.wood {
	background-color: Green;
}
td.yin {
	background-color: purple
}
td.yin2 {
	background-color: mediumorchid;
}
/* Elements */
.tgroup {
	width: 500px;
	border: 0px solid Black;
}
.tableProg, .tableNo {
	font-family: Arial, Verdana;
	font-size: 13px;
	padding-bottom: 6px;
}
.tableProg {
	width: 400px;
	text-align: left;
}
.tableNo {
	width: 100px;
	text-align: right;
}

