@charset "utf-8";
/* CSS Document */

/* reset basic parameters */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: center; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:disc; }
q:before, q:after { content:''; }

/* end reset basic parameters */

body {
	background-color:#600;
	text-align:center;
	font:1.0 Georgia, "Times New Roman", Times, serif;
}

h1 {
	font:2.0em normal Georgia, "Times New Roman", Times, serif;
}

h2 {
	font:1.5em normal Georgia, "Times New Roman", Times, serif;
}

h3 {
	font:1.2em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:capitalize;
}

h4 {
	font:1.0em normal Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
}

h5 {
	font:1.0em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:capitalize;
}

a:link {
	text-decoration:none;
	color:#900;
}

a:visited {
	text-decoration:none;
	color:#900;
}

a:hover {
	text-decoration:underline;
	color:#F00;
}

a:active {
	text-decoration:underline;
	color:#FC0;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.small {
	font-size:0.8em;
}

.intro {
	text-indent:15px;
	line-height:1.2em;
	text-align:left;
}

.intro:first-letter {
	font-weight:bold;
}

.intro:first-line {
}

.main {
	width:740px;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FEEED4;
}

.header {
}

.header img {
	border:1px solid #000;
}

.wrapper {
	background: url(images/bg-bar.jpg) repeat-y left top;
}

.sidebar {
	float:left;
	width:150px;
	background-color:#CDB38B;
	padding:10px;
	margin-right:15px;
	text-align:left;
	font:0.8em Verdana, Geneva, sans-serif;
}

.body {
	color:#330;
	float:right;
	width:530px;
	padding:10px;
}

.footer {
	clear:both;
	font:0.7em Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333333;
	background-color: #CD8162;
	border:1px solid #000;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	background: url(../images/bg-bar.jpg) repeat-y left top;
}

table#board {
	background-color:#CDB38B;
	border:1.0px solid #000;
}

table#board th {
	text-align:center;
	vertical-align:middle;
	font:1.0em Verdana, Geneva, sans-serif;
	padding:10px;
}

table#board td {
	text-align:left;
	vertical-align:middle;
	font:0.8em Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding:10px;
}



* html .sidebar { margin-left:-3px; }			/* Will this fix the IE6 left-edge overflow problem for sidebar? */

