@charset "utf-8";
.container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #690;
	height: 875px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.container .header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #000;
}
body {
	background-image: url(images/background_pattern.gif);
	background-repeat: repeat;
}
.container .navbar {
	height: 30px;
	background-color: #336633;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: left;
}
.container .leftcolumn {
	float: left;
	height: 670px;
	background-color: #CC9;
	width: 240px;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.container .middlecolumn {
	width: 440px;
	float: left;
	background-color: #FFF;
	height: 670px;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: auto;
}
.container .rightcolumn {
	float: left;
	width: 240px;
	background-color: #CC9;
	height: 670px;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.container .footer {
	float: left;
	width: 930px;
	background-color: #363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	font-size: 18px;
	color: #999966;
	text-indent: 0;
	text-align: right;
}
h2 {
	font-size: 14px;
	color: #499528;
}
a:link {
	color: #363;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #363;
}
a:hover {
	text-decoration: none;
	color: #060;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC9;
}
