﻿* {
	margin: 0;
	padding: 0;
}

body {
  margin: 0;
  margin-top: -5em;
  background: #330a1a;
  font-family: Georgia;
  font-size: 12px;
  color: #a06d40;
  border: 0px;
  text-align: center
}

a, a:link {
    color: #330a1a;
    text-decoration: none;
}

a:hover {
  color: #a06d40;
  text-decoration: none;
}

#Content {
  width: 1042px;
  height: 768px;
  background-color: #330a1a;
  margin: auto;
}

#ColLeft {
  float: left;
  background: transparent url(/images/Bkg1b.gif) no-repeat;
  width: 137px;
  height: 768px;
  position: relative;
}

#ColCent {
  float: left;
  background: transparent;
  width: 750px;
  height: 768px;
  position: relative;
}
#ColCentTop {
  background: transparent url(/images/Bkg2b.gif) no-repeat;
  width: 750px;
  height: 159px;
  position: relative;
}


#Header {
  background: transparent url(/images/Headerb.gif) no-repeat;
  width: 750px;
  height: 100px;
  position: relative;
}

#NavBar {
  background: transparent url(/images/NavBarb.gif) no-repeat;
  width: 750px;
  height: 300px;
  position: relative;
}

#Footer {
  background: transparent url(/images/Footerb.gif) no-repeat;
  width: 750px;
  height: 50px;
  position: relative;
  text-align: center;
}

#ColCentBottom {
  background: transparent url(/images/Bkg4b.gif) no-repeat;
  width: 750px;
  height: 159px;
  position: relative;
}

#ColRight {
  float: left;
  background: transparent url(/images/Bkg3b.gif) no-repeat;
  width: 137px;
  height: 768px;
  position: relative;
}

