body{
	font-family: "Trebuchet MS", helvetica, sans-sarif;
	background-image:url(/media/bgstrip.png);
	background-repeat: repeat-x;
	margin:0;
	padding:0
	}
	#container{
	background-image: url(/media/background.png);
	background-repeat:no-repeat;
	height:713px;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
        font-size: 14px
	}

#content{
position:absolute;
top: 198px;
left: 70px;
width: 356px;
height: 334px;
overflow:auto
}

h1{
font-size: 18px;
margin-top:0
}

h1 sup{
  color: gray;
  font-size: 10px
}

h2{
  font-size: 14px;
}

#samples{
  position:absolute;
  left: 461px;
  top: 242px;
  width: 478px;
height: 294px;
  overflow: auto
}
#samples img{
  width: 226px;
  opacity: 0.8;
  filter: alpha(opacity=80)
}

#samples img:hover{

  opacity: 1.0;
  filter: alpha(opacity=100)
}

#blackBox{
  position:absolute;
  left: 396px;
  top: 24px;
  width: 566px;
height: 144px;
  overflow: hidden
}

#lightingSample{
  width: 566px;
height: 144px;
}

#contactInfo{
  position: absolute;
  right:40px;
top: 570px;
}

#webdesign{
font-size: 10px;
color: gray !important
}

#webdesign a:visited{

color: gray !important
}


