#CenterColumn {
 margin: auto;
 position: relative;
 width: 650px;
}

body {
 font-family:  Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
 background-color: black;
 margin: 0;
 padding: 0;
 color: black;
}

h3, p, li {
 font-size: 12px;
}

#Header img {
 float:right;
 padding-top:20px;
}

#Header {
 position: relative;
 height: 185px;
 width: 650px;
 margin: auto;
 background: black;
}

#Linkbar {
 background-color: #222;
 width: 100%;
 height: 29px;
 border-top: 1px solid #AAA;
 border-bottom: 1px solid #AAA;
 margin-top: 10px;
}

img {
 border:0;
}

#Linkbar ul {
 text-align: left;
 list-style-type: none;
 list-style-image: none;
 margin:0px;
 padding:0px;
 height: 30px;
}

#Linkbar ul li  {
 float: left;
 width: 60px;
 height: 20px;
 color: red;
 font-size: smaller;
 background-image: url("../images/blackbutton.jpg");
 background-repeat: no-repeat;
 background-position: 4px 2px;
 padding-top: 6px;
 padding-bottom: 1px;
 padding-left: 30px;
 vertical-align: middle;
 border: 1px solid #222;
}

#Linkbar ul li.small  {
 width: 50px ! important;
}

#Linkbar ul li:hover {
 background-image: url("../images/greenbutton.jpg");
 background-color: #BBFAFF;
 border: 1px solid #5196DE;
}

li:hover a { color: black; }

a { 
 color: #EEE; 
 font-style: normal; 
 text-decoration: none; 
 width: 100px; 
}

li#selected {
 background-image: url("../images/redbutton.jpg") ! important;
 background-color: #222 ! important;
 color: red ! important;
 border: 1px solid #222 ! important;
}

div#Header h1 { 
 color: white;
 vertical-align:bottom;
 font-size: 28pt;
 padding-left: 5px;
 padding-top: 150px;
 text-align:left;
}

div#divider {
  position:relative;
  top:-8px;
}

#Content {
  background-color: white;
  background-image: url("../images/backgroundfinal.jpg");
  border: 0;
  border-top: 5px solid black;
  padding: 5px;
}

div#Content a img {
  float:right;
  clear:right;
  width:200px;
  padding-top: 5px;
  color: #000;
}

div#Content a img.image {
	width:auto;
}

div#Content a {
  color: #000;
}

div#Content a:hover {
  color: #00F;
  text-decoration: underline;
}

.mini {
  font-size: smaller;
  font-size: smaller;
  font-size: smaller;
}

.super{
  vertical-align: super;
  font-size:6pt;
}

div.clients {
	float:left;
}

#credits, #clear{
	clear:both;
}

#credits p {
 color: white;
 font-size: 8pt;
 text-align:right;
 padding-top:1px;
 margin:0;
}

img.image {
	clear:right;
	float:right;
	margin-left: 3px;
}
