#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header {
	margin: 0;
	padding: 0;
	height:199px;
	border:0px;
	background-image:url(../images/header.png);
	vertical-align:bottom;
	text-align:right;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	border-top:#000 1px solid;
}

#left-column {
	float: left;
	width: 150px;
	border-left: 1px solid #000;
	text-align:left;
	padding-left:2px;
	padding-right:2px;
	min-height:450px;
	background-image:url(../images/bg-left.png);
	background-repeat:repeat-y;
	background-position:left;
}

#right-column {
	float: right;
	width: 150px;
	border-right: 1px solid #000;
	text-align:right;
	padding-right:2px;
	padding-left:2px;
	min-height:450px;
	background-image:url(../images/bg-right.png);
	background-repeat:repeat-y;
	background-position:right;
}

#center-column { 
	float: left;
	width:590px;
	min-height:420px;
	background-color:#FFF;
	text-align:justify;
}

#footer {
	clear: both;
	background: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:center;
	color:#FFF;
}

#left-column h2 {
	font-size:12px;
	font-weight:bold;
	border-bottom: thin dotted #666;
	margin-top:0px;
	text-align:left;
}

#right-column h2 {
	font-size:12px;
	font-weight:bold;
	border-bottom: thin dotted #666;
	margin-top:0px;
	text-align:right;
}

a {
	COLOR: #009; text-decoration: none	
}

a:link {
	COLOR: #009; text-decoration: none
}

a:visited {
	COLOR: #009; text-decoration: none
}

a:active {
	COLOR: #009; text-decoration: none
}

#linklist a:hover {
	COLOR: #009; display:block; background-color: #999;
}

#navcontainer {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #C86000;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#linklist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 140px;
}

#linklist li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana;
  font-size:11px;
}

#linklist li a { 
  text-decoration: none; 
}