body {
  margin:0;padding:0;
  font-family:'Lucida Grande', Arial, 'sans serif';
  overflow:auto;
  width:100%;
  background-color:#2c2c2c;
}

#header {
  width:100%;
  margin-bottom:10px;
  clear:both;
  position:fixed;
  top:0;
  left:0;
  background-color:#2c2c2c;
}

#header h1 a, #header h1 a:visited {
  background:url(trianglelogo.gif) top left no-repeat;
  font-size:75%;
  margin:12px 0 0 10px;
  color:#9b9b9b;
  position:absolute;
  top:0;
  left:0;
  padding-left:35px;
  font-weight:normal;
  text-decoration:none;
}

#header h1 a:hover {
	color:#fff;}

#address {
  position:relative;
  left:0px;
  top:0px;
  float:left;
  width:100%;
  color:#9b9b9b;
  font-size:.8em;
  margin:8px 5px 5px 0;
  padding:5px 0 8px 20px;
}

#address a {
  text-decoration:underline;
  color:#9b9b9b;
}

#address a:hover {
  color:#ff0000;
  text-decoration:none;
}

#navigation {
  width:100%;
  float:left;
  font-size:.8em;
  text-transform:uppercase;
  background-color:#3B3B3B;
  position:absolute;
  top:54px;
  border-bottom:10px solid #000;
  color:#ff0000;
    letter-spacing:0.1em;

}

#navigation ul {
  display:inline;
  list-style:none;
  float:left;
  margin:5px 10px 5px 0;
  
}

#navigation li  {
  float:left;
  padding-left:1.35em;
  margin-right:.8em;
}

#navigation a:visited, #navigation a {
  color:#fff;
  text-decoration:none;
}

#navigation a:hover{
  color:#ff0000;
}

.plus {
  color:#ff0000;
  font-weight:bold;
}

#viewport{
  width:auto;
  clear:both;
  margin-top:90px;
  background-color:#000;
  padding-top:1px;
  width:100%;
  overflow:auto;
}

.gallery {
  white-space:nowrap; 
  background-color:#000; 
  height:473px;
  overflow:auto;
  margin-bottom:0;
}

.gallery img {
  margin:0;
  padding-left:10px;
}

table {width:100%;}

table.abouttable {width:auto;}

.homeimage {padding-top:8px; text-align:center;}

.aboutpage {
	width:300px;
	background-color:#1a1a1a;
	padding:1em;
	color:#9b9b9b;
	font-size:78%;
	line-height:120%;
	white-space:normal;
	margin-right:5px;
	margin-left:5px;
	height:435px;
}

.aboutpage h2 {
  margin:0;
  font-size:120%;
  font-weight:normal;
  color:#dedede;
}

h2.toplevel {font-size:130%;}

.aboutpage ul {
	padding-left:1.1em;
}

.aboutpage li {
margin-bottom:.3em
}

ul.clientlist {list-style:none;}

.label {
	font-weight:bold;
	width:5em;
	display:block;
	float:left;
}

.aboutpage a {
	color:#dedede;
	text-decoration:none;
}

.aboutpage a:hover {
color:#ff0000;
text-decoration:none;
}

#foot {
    background:url(bg.gif) scroll bottom left repeat #2c2c2c;
    width:100%;
    height:100%;
    position:fixed;
    clear:both;
}