html {
	height: 100%;
}
body  {
	margin: 0 0 0 0;
	padding: 0;
	color: #000;
	background: #fff;
	height: 100%;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #7e7e7e;
	margin: 0;
}
img {
	border: none
}
#filler {
	position: absolute;
	width: 1px;
	background: #dadb56;
	top: 0px;
	left: 0px;
	height: 100%;
	min-height: 576px;
}
#outer {
	text-align: center;
	background-image: url(images/bg.gif); 
	background-repeat: repeat-y;
	height: 100%;
	min-height: 576px;
}
#main {
	text-align: left;
	position: relative;
	z-index: 5;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 18px;
	height: 100%;
}
#left_side {
	background: #dadb56;
	width: 373px;
	min-height: 576px;
	height: 100%;
}
#header {
	position: absolute; 
	top: 21px; 
	left: 25px
}
#navigation {
	position: absolute;
	top: 51px; 
	left: 24px	
}
#navigation a {
	color: #fff;
	font-size: 13px;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	font-weight: 600;
	font-family: arial, verdana, helvetica, sans-serif;
}
#navigation a:hover {
	text-decoration : underline;
}
#navigation a:active {
	text-decoration: underline;
}
#address a {
	color: #333;
	text-decoration: none;
}
#address a:hover {
	text-decoration: underline;
}
#address {
	position: absolute; 
	top: 330px;
	left: 25px;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #5b707c;
}
#content a {
	color: #333;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content {
	position: relative;
	left: -8px;
	top: 8px;
	width: 512px;
	height: 524px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 18px;
	float: right;
	overflow: auto;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #5b707c;
}
#upper_left {
	position: absolute;
	top: 15px;
	left: 405px;
	width: 52px;
	height: 52px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/upper_left.gif);
}
#upper_right {
	position: absolute;
	top: 15px;
	left: 901px;
	width: 52px;
	height: 52px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/upper_right.gif);
}
#bottom_left {
	position: absolute;
	top: 509px;
	left: 405px;
	width: 52px;
	height: 52px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bottom_left.gif);
}
#bottom_right {
	position: absolute;
	top: 509px;
	left: 901px;
	width: 52px;
	height: 52px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bottom_right.gif);
}
#back_x {
	position: absolute;
	top: 29px;
	left: 895px;
	display: none;
	z-index: 5;
}
.dark_red {
	color: #5b1300;
}
.light_yellow {
	color: #ffe894;
}
.greenish {
	color: #3e6f7a;
}
.brownish {
	color: #dfe06d;
}
.indent {
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bigger {
	font-size: 13px;
	font-weight: bold;
}
.center {
	margin: auto;
	text-align: center;
}
/* Hide things */
.hide { 
	display: none;
}
.clear {
	clear: both;
}
