body {
	background-color: #EBE5D9;
	text-align: center;
}

a:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8BB899;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C1A576;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBE5D9;
	background-color: #9CCFCF;
	padding: 3px;
	font-weight: bold;
}
a:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d1b8d6;
	text-decoration: none;
}


#wrapper {
	width: 850px;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#content {
  width: 720px;
  float: right;
  display: inline;
}

#middleColumn {
	width: 580px;
	float: left;
	display: inline;
}

#middleColumn p {
	margin: 0px;
	padding: 0px;
}


#rightColumn {
	width: 120px;
	float: right;
	clear: none;
	margin-right: 0;
	border: thin dotted #BAA277;
	padding: 5px;
	background-image: url(../images/bg_right_column.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 429px;
	display: inline;
}

#leftColumn {
	width: 100px;
	float: left;
	margin-left: 0;
	border: thin dotted #BAA277;
	padding: 10px;
	background-image: url(../images/bg_left_column.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 419px;
	display: inline;
}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
  width: 850px;
  height: 439px;
  margin-left: -425px;  /***  width / 2   ***/
  position: absolute;
  top: -218px;          /***  height / 2   ***/
  left: 50%;
}

p {
	line-height: 1.2em;
}
.special a:link {
	color: #F00;
}
.special a:visited {
	color: #900;
	text-decoration: none;
}
.special a:hover {
	color: #EBE5D9;
	background-color: #F00;
}
.special a:active {
	color: #930;
}
