﻿* {
	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: #003333;
}

a:hover {
  color: #a06d40;
}


#Content {
  width: 1042px;
  height: 768px;
  background-color: #330a1a;
  margin: auto;
}

#ColLeft {
  float: left;
  background: transparent url(/images/Bkg1.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/Bkg2.gif) no-repeat;
  width: 750px;
  height: 159px;
  position: relative;
}


#Header {
  background: transparent url(/images/Header.gif) no-repeat;
  width: 750px;
  height: 100px;
  position: relative;
}

#NavBar {
  float: left;
  background: transparent url(/images/NavBar.gif) no-repeat;
  width: 180px;
  height: 300px;
  position: relative;
}

#TextBody {
  float: left;
  background: transparent url(/images/Body.gif) no-repeat;
  width: 570px;
  height: 300px;
  position: relative;

}

#Footer {
  margin-top: 300px;
  background: transparent url(/images/Footer.gif) no-repeat;
  width: 750px;
  height: 50px;
  position: relative;
}

#ColCentBottom {
  background: transparent url(/images/Bkg4.gif) no-repeat;
  width: 750px;
  height: 159px;
  position: relative;
}

#ColRight {
  float: left;
  background: transparent url(/images/Bkg3.gif) no-repeat;
  width: 137px;
  height: 768px;
  position: relative;
}

