/* WINDOW */

body {
	text-align:				center;
	margin:					0px;
	background-image:		url('/image/bg-dark.gif');
	background-position:	top center; }
	
#koi {
	width:					800px;
	background-image:		url('/image/bg-koi.gif');
	background-position:	bottom left;
	background-repeat:		no-repeat; }
	
#content {
	width:					802px;
	border-right:			1px solid #000;
	border-left:			1px solid #000;
	background-image:		url('/image/bg.gif');
	background-position:	top center; }

#main {
	width:					575px;
	float:					right; }

#sidebar {
	width:					200px;
	margin-right:			25px;
	float:					left; }

.sidebarTitle {
	text-align:				left;
	padding:				6px 0px 0px 9px;
	background-color:		#fff; }

.sidebarBox {
	font-family:			verdana, arial, helvetica, sans;
	font-size:				10px;
	text-align:				left;
	padding:				6px 9px 3px 9px;
	background-color:		#f8f8f4; }
.sidebarBox ul {
	text-indent:			-15px;
	padding-left:			15px;
	margin:					0px;
	list-style:				none; }
.sidebarBox li {
	line-height:			13px; }
	
.sidebarSection {
	margin-top:				5px;
	padding-top:			3px;
	border-top:				1px solid #b9b9a0; }

/* LINKS */	

a {
	text-decoration:		underline;
	color:					#bb8500; }
a:hover {
	text-decoration:		none;
	color:					#000; }
	
.bLink {
	text-decoration:		none;
	color:					#000; }
.bLink:hover {
	text-decoration:		underline;
	color:					#BB8500; }
	
.oLink {
	text-decoration:		none; }
	
.blankLink {
	text-decoration:		none;
	color:					#000; }

/* TEXT */

.txtXSm {
	font-family:			verdana, arial, helvetica, sans;
	font-size:				9px; }

.txtSm {
	font-family:			verdana, arial, helvetica, sans;
	font-size:				10px; }

.txtMed {
	font-family:			verdana, arial, helvetica, sans;
	font-size:				11px; }

.txtQuote {
	font-family:			arial, helvetica, sans;
	font-size:				12px;
	font-weight:			bold; }
	
.txtLg {
	font-family:			arial, helvetica, sans;
	font-size:				14px;
	font-weight:			bold; }

.fixedMed {
	font-family:			courier new, courier, monospace;
	font-size:				12px; }
	
/* FORMS */

.formTxt {
	font-family:			verdana, arial, helvetica, sans;
	font-size:				10px;
	background-color:		#fff;
	border:					1px solid #333; }
