body {
  background: #111111 0 0 fixed;
  margin: 0;
}

#container {
  width: 1000px;
  margin: 0 auto;
}

#header {
  width: 1000px;
  height: 120px;
  background: url(../images/header3.gif) yellow left bottom no-repeat;
}

#content {
  width: 100%;
  height: 760px;
  background: #dddddd 0 0 repeat-y;
}

#content_bump {
  width: 100%;
  height: 1060px;
  background: #333333 0 0 repeat-y;
}

#left {
  height: 100%;
  width: 200px;
  float: left;
  background: #333333 0px 0 no-repeat;
  padding-left: 10px;
}

#center {
  height: 760px;
  width: 790px;
  float: left;
  background: #333333 0px 0 no-repeat;
}

#incenter {
  height: 100% - 20px;
  width: 600px;
  float: left;
  position: relative;
  left: 50px;
  top: 20px;
  background: #333333 0px 0 no-repeat;
}

#add {
  height: 85px;
  width: 785px;
  background: #333333 0px 0 no-repeat;
  margin: 5px;
}

#middle {
  height: 621px;
  width: 760px;
  padding: 10px;
  padding-left: 20px;
  background: black 0px 0 no-repeat;
}

#bottom {
  height: 30px;
  width: 790px;
  background: #333333 0px 0 no-repeat;
}

#pageChange {
  top: 10px;
  height: 20px;
  width: 790px;
  position: relative;
  background: grey 0px 0 no-repeat;
}

#footer {
  width: 100%;
  margin: 0 auto;
  height: 40px;
  background: url(../images/footer.gif) khaki 0px 0 no-repeat;
}


#infooter {
  width: 400px;
  height: 20px;
  background: transparent #e9af06 0px 0 no-repeat;
  float: left;
  font-family: arial;
  position: relative;
  top: 12px;
  left: 400px;
}

#infooter strong{
  color: #333333;
  font-family: arial;
  border-bottom: 0px solid;
  font-size: 12px;
}

#info {
  background: transparent black 0px 0 no-repeat;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #E9AF06;
  font-family: arial;
  font-size: 14px;
}

#info h4 {
  text-decoration: none;
  font-size: 16px;
  margin-left: 0px;
  font-weight: 900;
}

div.tex {
  height: 180px;
  width: 160px;
  background: #e9af06 0px 0 no-repeat;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #cccccc;
  margin-left: 10px;
  margin-right: 15px;
  margin-top: 14px;
  margin-bottom: 6px;
}

div.top {
  height: 120px;
  width: 160px;
  background: #222222 0px 0 no-repeat;
  text-align: center;
}

div.bottom {
  height: 60px;
  width: 160px;
  background: #222222 0px 0 no-repeat;
}

a {
  margin: 0px;
  text-decoration: none;
  font-family: arial;
  border-bottom: 0px solid;
  color: #cccccc;
}

span {
  font-size: 12px;
}

strong {
  margin: 4px;
}

strong.left {
  margin: 4px;
  color: #e9af06;
  font-family: arial;
  font-size: 16px;
  border-bottom: 0px solid;
  margin-left: 12px;
}

h2 {
  color: #e9af06;
  font-family: arial;
  font-style: italic;
  font-size: 16px;
}

h1 {
  color: #e9af06;
  font-family: arial;
  font-style: italic;
  font-size: 18px;
}

h4 {
  color: #e9af06;
  font-weight: normal;
  text-decoration: underline;
  font-family: arial;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  margin-left: 4px;
  white-space: nowrap;
}

#left table {

//  padding-left: 10px;
}


p {
  color: #e9af06;
  font-family: arial;
  font-size: 14px;
}

ol {
   color: #E9AF06;
   font-size: 14px;
   font-family: arial;
}

h4.header {
  color: #ffffff;
  font-weight: bold;
  margin-left: 1px;
}

#addBox {
	width: 200px;	
	position: relative;	
	left: 7px;
}

