body {
  margin : 0;
  padding : 0;
  border-color : #cc0000;
  color : #000000;
}

#wrapper {
  width: 1000px;
  background: #EBEBEB;
  padding: 12px;
  text-align: center;
}

#header {
  position: absolute;
  font-family: Verdana;
  left: 170px;
  top: 10px;
  font-size: 16px;
}

#linkbar {
  background-color: #6e1600;
  color: white;
  font-family: Verdana, sans-serif; 
  font-weight:bold;
  height: 32px;
  line-height: 32px;
}

#leftbar {
  position: absolute;
  left: 0;
  margin-left : 10px;
  margin-top : 20px;
  background-color : #92191C;
  padding : 0px;
}
  
#content {
  position: absolute;
  width: 750px;
  top : 119px;
  margin : 0px 25% 0 170px;
  padding : 0px;
  color : #000000;
  font-family: Verdana;
  /* background-color: #FFFFFF; */
  background-color: #FFFFFF;
  Z-Index: -900;
}

.col {
  position: absolute; 
  top: 256px;
  width: 338px;
  background-color: #6e16002F; 
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  /* position: static; */
  margin-left: 4px;
}

.col1 {
	left: 4px;
}

.col2 {
	left: 382px;
}

.colText {
	text-align: left; 
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 10px; 
	FONT-SIZE: 10pt; 
	BORDER-BOTTOM-WIDTH: 0px; 
	MARGIN: 10px; 
	COLOR: #000000; 
	BACKGROUND-COLOR: transparent; 
	BORDER-RIGHT-WIDTH: 0px;" 
	link="#286cbf"
}

#footer {
    position: fixed;; 
	/* position: float; */
	bottom: 0px;
	width: 800px;
    margin : 0px 25% 0 165px;
    padding : 3px;
	font-size: 11px;
	color: #B3B3B3;
	left: 240px;
}

h2 {
	font-family: Verdana, sans-serif; 
	font-weight:bold;
	color: black; 
	font-size: 12pt; 
} 

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}