
  A:link    { text-decoration:none; COLOR: black }
  A:active  { COLOR: black }
  A:visited { text-decoration:none; COLOR: black }
  A:hover   { COLOR: #550000; TEXT-DECORATION: underline  }
  BODY      { margin: 0px; padding: 0px;FONT-SIZE: 10PX; COLOR: #828282;background-repeat: repeat-x;background-image: url(images/background.jpg); FONT-FAMILY:  Tahoma;background-color: #ffffff;}
  TD        { FONT-SIZE: 10PX; COLOR: #828282; FONT-FAMILY: Tahoma; }
  
  
#main {
	position:relative;
	width:800px;
	background-color: #ffffff;
	margin-left: 
	auto;margin-right: auto;
}

#logo {
	text-align:right;

}
	
* {margin: 0;padding: 0;} 

H1 {
	display: block; 
	height:55px; 
	width:230px;
	text-align:left;
	text-indent: -9999px; 
	background: transparent url(images/title.jpg) no-repeat 0 0; 
}

#header {
	text-align:center;
}

#about{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#H2AboutMe {
	display: block; 
	height:23px; 
	width:254px;
	margin-left: -5px;
	text-align:left;
	text-indent: -9999px; 
	background: transparent url(images/aboutme.jpg) no-repeat 0 0; 
}

#H2SpotLight {
	display: block; 
	height:23px; 
	width:254px;
	text-align:left;
	text-indent: -9999px; 
	background: transparent url(images/spotlight.jpg) no-repeat 0 0; 
}
#H2workListing {
	display: block; 
	height:23px; 
	width:254px;
	margin-left: -5px;
	text-align:left;
	text-indent: -9999px; 
	background: transparent url(images/listing.jpg) no-repeat 0 0; 
}
#H2contact {
	display: block; 
	height:23px; 
	width:254px;
	margin-left: -5px;
	text-align:left;
	text-indent: -9999px; 
	background: transparent url(images/contact.jpg) no-repeat 0 0; 
}
#H2disclaimer {
	display: block; 
	height:23px; 
	width:254px;
	margin-left: -5px;
	text-align:left;
	text-indent: -9999px; 
	background: transparent url(images/disclaimer.jpg) no-repeat 0 0; 
}

#content{
	height:450px;
}

#flash {
	background: transparent url(images/icons/flash.jpg) no-repeat 0 0; 
	height:35px;
	width:35px;
}

#director {
	background: transparent url(images/icons/director.jpg) no-repeat 0 0; 
	height:35px;
	width:35px;
}
#max {
	background: transparent url(images/icons/max.jpg) no-repeat 0 0; 
	height:35px;
	width:35px;
}
#visual {
	background: transparent url(images/icons/visual.jpg) no-repeat 0 0; 
	height:35px;
	width:35px;
}
#web {
	background: transparent url(images/icons/web.jpg) no-repeat 0 0; 
	height:35px;
	width:35px;
}
#ill {
	background: transparent url(images/icons/ill.jpg) no-repeat 0 0 ; 
	height:35px;
	width:35px;
}

#flex {
	background: transparent url(images/icons/flex.jpg) no-repeat 0 0; 
	height:35px;
	width:35px;
}

#jq {
	background: transparent url(images/icons/jq.jpg) no-repeat 0 0; 
	height:35px;
	width:35px;
}

#vid {
	background: transparent url(images/icons/vid.jpg) no-repeat 0 0; 
	height:35px;
	width:35px;
}

#lnx {
	background: transparent url(images/icons/lnx.jpg) no-repeat 0 0; 
	height:35px;
	width:35px;
}


#work {
	text-align:left;
	vertical-align:middle;
}

#slider1 {
    width: 716px; /* important to be same as image width */
    height: 160px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 716px; /* important to be same as image width or wider */
	height: 160px;
    position: relative;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 716px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 300px !important;
	height: 50px;
}
.right {
	right: 0;
	bottom: 0;
	width: 716px !important;
	height: 30px;
}
ul { list-style-type: none;}