/* CSS Document */
#header {
	background-image:url(images/pattern-tile.jpg);
	background-repeat:repeat;
	height: 120px;
	padding: 0;
    margin: 0;
	
	}
	
#header-link {
	background-image:url(images/logo.jpg);
	position:absolute;
	top: 50px;
	left: 50px;
	width: 300px;
	height: 42px;
	}


body {

	font-family: 'Century Gothic', sans-serif;
	padding: 0;
    margin: 0;
}

td {
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:12px;
	border-bottom-width:15px;
	position: absolute;
	left: 50px;
	}

th {
	font-family: 'Century Gothic', sans-serif;
}
.orange { color: #EC5F00; }

.classname {
color: #333333;
font-family: Century Gothic, sans-serif;
}
#content{ 
margin-top: 20px;
margin-left: 0px;
left: 0px;
padding-left: 50px;
margin-right: 50px;
height:700px;
overflow: auto;
font-weight: normal;
background-color:#FFFFFF;

}
#menu {
	
	border-color:#FFFFFF;
  	position: absolute;
  	left: 50px;
  	top: 125px;
  	width: 100%;
  	height: 40px;
  	font-size: 1.2em;
  	line-height:1.4em; 
  	text-transform: uppercase;

}


#menu a { color:#000000; text-decoration:none; }
#menu a:active { color: #EC5F00; }
#menu a:hover { color: #EC5F00; }
#menu a:visited { text-decoration: none; }

 
 
a img {
  border: none;  
  }
  


.home {
	height:500px;
	position:absolute;
	width: 502px;
	top: 150px;
	left: 60px;
	}
.pics {
	height:900px;
	position:absolute;
	width: 502px;
	top: 150px;
	left: 270px;
	}
	
#work ul {
	list-style:none;
    margin-left: 0;
	padding-left: 50px;
	padding-top: 20px;
	width:180px;
  }



#work li {
  margin: 0;
  padding: 0;

  }
 
#work li a { color: #EC5F00; } 

ul li {
	list-style: none;
	
	}



li:hover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */

  position: static;

  }	
  
  
 /* slide show */
 
 #slideshowContainer{
 height: 401px;
	position:absolute;
	width: 502px;
	top: 150px;
	left: 270px;
}

#numberDiv a{
position: relative;
font: 12px;
top: -400px;
left:510px;
width: 13px;
height:500px;
text-decoration: none;
word-wrap: break-word;
clear:left;
}

/* footer */

#footer { 
position:absolute;
top: 600;
left: 200;
}
