body {
  font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #600;
	color: #003;
	font-size: 12px;
	background-image: url(./images/body-bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	}
.container {
  position: relative;
	margin: 0 auto;
	width: 900px;
	} 
.head {
  position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 238px;
	background-image: url(./images/head.gif);
	}
.banner {
  position: absolute;
	left: 0;
	bottom: 6px;
	}
.content {
  position: absolute;
	left: 7px;
	top: 246px;
	padding: 10px;
	width: 865px;
	min-height: 435px;
	height: auto !important;
	height: 435px;
	background-color: #c0c0c2
	}
.admincontent {
  width: 863px;
	}
.projects {
  position: absolute;
	top: 0;
	right: -293px;
	width: 285px;
	height: 100%;
	background-color: #767676;
	text-align: center;
	color: #fcfcfe;
	display: none;
	}
.projects h2 {
  margin: 10px 0 5px 0;
	color: #fefcfc;
	font-size: 18px;
	}
.projects a {
  color: #fcfcfe;
	}
.footer {
  position: absolute;
	bottom: -42px;
	left: -8px;
	height: 15px;
	width: 880px;
  padding: 10px;
	background-color: #d3d3d3;
	text-transform: uppercase;
	}
.rightfoot {
  position: absolute;
	top: 10px;
	right: 10px;
	}

h1 {
  margin: 0 0 5px 0;
	color: #06067e;
	font-size: 18px;
	}
a {
	color: #06067e;
	text-decoration: none;
	}
a:hover {
  text-decoration: underline;
	}
img {
  border: 0;
	}
.leftthumb {
  margin: 0 20px 20px 0;
	}









.tabs2 {
  position: absolute;
	bottom: 119px;
	right: 0px;
  margin: 0;
	width: 809px;
	Width: 623px;
	}

dl#menu dt {
  display:none;
  }
dl#menu dd {
  position: relative;
  top: 0px;
  margin: 0;
  }
dd a{
  padding-top: 8px;
  text-decoration: none;
  font-size: 12px;
  color: #003;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial;
  }
a.xmenu {
  display:block; 
  width:89px; 
  height: 27px; 
  background-image:url(./images/tab.gif);
  background-repeat:no-repeat;
  background-position:top center;
  text-align:center; 
  float:left;
  }
a.xmenu:hover {
	color: #000;
	text-decoration: none;
  }