@charset "utf-8";
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
	
body  {
	color: #632F21;
	background-color: #D4D8E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


#background {
	height: 100%;
	width: 100%;
	z-index: 1;
	position: fixed;
}
	
.thrColFix #container {
	width: 830px;
	text-align: left;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding-top: 50px;
} 

#header {
	height: 80px;
}

.thrColFix #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	height: 370px;
	background-color: #FAF5F1;
	border: thick outset #FAF5F1;
	padding-top: 15px;
	padding-bottom: 15px;
}
#bars {
	margin-left: 170px;
	padding: 15px;
	background-color: #FAF5F1;
	border: thick outset #FAF5F1;
	max-height: 370px;
	text-align: justify;
	min-height: 370px;
}
#bars h1 {
	font-size: 120%;
}

.thrColFix #bar1 {
	margin-top: 0;
	margin-bottom: 0;
	height: 370px;
	width: 300px;
	margin-right: 300px;
	text-align: justify;
}

.thrColFix #bar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	height: 370px;
	text-align: center;
}
#bar2 img {
	margin-left: 30px;
	border: thick solid #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
a {
	color: #632F21;
	text-decoration: none;
}
a:hover {
	color: #61B2CF;
}
