@charset "utf-8";
/* CSS Document */

body {
	background-color: #523324;
	min-width: 700px;
}
.footer {
	clear: both;
	width: 100%;
	padding: 10px 5px 5px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	position: relative;
}
.content-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#container {
  padding-left: 175px;   /* LC width */
  padding-right: 207px;  /* RC width */
  overflow:hidden;
}
#container .column {
  position: relative;
  float: left;
   }
#center {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#left {
  width: 150px;          /* LC width */
  padding: 0 10px;
  right: 175px;          /* LC width */
  margin-left: -250%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#right {
  width: 207px;          /* RC width */
  margin-right: -250px;  /* RC width */
}
/*** IE6 Fix ***/
* html #left {
  left: 175px;           /* RC width */
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #762124;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}