a {outline:none;}

body {
	text-align:center;
	font-family:Trebuchet, Helvetica, sans-serif;
	margin: 0 auto;
	padding:0px;
	height:100%;
	background:#000000;
	color:#bab9b9;
	font-size:13px;
	line-height: 20px;
	font-weight:normal;
	font-style: normal;
	}
	
#container {
	margin: 0 auto;
	text-align:left;
	width:960px;
	background: #000000 url(../images/background.gif) no-repeat top left;
	padding:1px;
	}
	
	
	
h1#name {
	height:55px;
	width:699px;
	text-indent:-9999px;
	line-height: 1px;
	margin:15px 0 0px 135px;
	}
	
h1#name a {
	height:55px;
	width:699px;
	background:url(../images/elizabethschneider.png) no-repeat top left;
	display:block;
	}
	
	*html h1#name a {background:url(../images/elizabethschneider.gif) no-repeat top left;}
	
#navigation {
	width:900px;
	height:20px;
	margin: 30px 0px 35px 180px;
	}
	
	*html #navigation {margin: 20px 0px 35px 180px;}
	
	

#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#navigation ul li a {
	display:block;
	height:14px;
	}
	
#nav1 {
	height:14px;
	width:78px;
	background:url(../images/gallery.gif) no-repeat top left;
	text-indent:-9999px;
	margin: 0px 0px 0px 0px;
	float:left;
	}
	
	#nav1 a { 
		height:14px; 
		width:78px; 
		background:url(../images/gallery.gif) no-repeat top left;
		 }
	
	#nav1 a:hover {	
		background-position: -78px 0;
		}
		
	#nav1 a:active {
		background-position: -78px 0;
		}
	
#nav2 {
	height:14px;
	width:116px;
	background:url(../images/exhibitions.gif) no-repeat top left;
	text-indent:-9999px;
	margin:0px 0 0 80px;
	float:left;
	}
	
	#nav2 a {
		height:14px;
		width:116px;
		background:url(../images/exhibitions.gif) no-repeat top left;
		}
	
	#nav2 a:hover {	
		background-position: -116px 0;
		}
		
	#nav2 a:active {
		background-position: -116px 0;
		}
	
#nav3 {
	height:14px;
	width:87px;
	background:url(../images/contact.gif) no-repeat top left;
	text-indent:-9999px;
	margin:0px 0 0 80px;
	float:left;
	}
	
	#nav3 a {
		height:14px;
		width:87px;
		background:url(../images/contact.gif) no-repeat top left;
		}

	#nav3 a:hover {	
		background-position: -87px 0;
		}
		
	#nav3 a:active {
		background-position: -87px 0;
		}
	
#nav4 {
	height:14px;
	width:71px;
	background:url(../images/resume.gif) no-repeat top left;
	text-indent:-9999px;
	margin:0px 0 0 80px;
	float:left;
	}
	
	#nav4 a {
		height:14px;
		width:71px;
		background:url(../images/resume.gif) no-repeat top left;
		}
	
	#nav4 a:hover {	
		background-position: -71px 0;
		}
		
	#nav4 a:active {
		background-position: -71px 0;
		}
	
#homeimage {
	height:530px;
	width:720px;
	background:url(../images/crocodile.jpg) no-repeat top center;
	margin:0px auto;
	text-align:center;
	border: 1px solid #bab8b8;
	}
	
/* ---- Gallery ---- */	
	#gallery-scroller-wrapper ul {
		margin:0;
		padding:0;
		}
		
	#gallery-scroller-wrapper ul li {
		float:left;
		width:75px;
		height:114px;
		margin-right: 90px;
		display:inline;
		}
		
		*html #gallery-scroller-wrapper ul li {
			margin-right: 65px;
			}
		
		
	#gallery-scroller-wrapper ul li a:hover {
		width:81px;
		position:relative;
		top: -114px;
		}
	
	/* ---- Required for Scroller ---- */
	#gallery-scroller-wrapper {
		overflow:hidden;
		position:relative;
		width:650px;
		height:114px;
		float:left;
		margin:0px 0px 0px 0px;
		display:inline;
		}
	#gallery-scroller-inner {
		width:2000px;
		height:100px;
		position:relative;
		list-style:none;
		}
		
/* ---- End Gallery ---- */	
	
	
	
/* ---- Gallery that used the javascript ---- */	
	#scroller-wrapper ul {
		margin:0;
		padding:0;
		}
		
	#scroller-wrapper ul li {
		float:left;
		width:75px;
		height:114px;
		margin-right: 55px;
		}
		
		
	#scroller-wrapper ul li a:hover {
		width:81px;
		position:relative;
		top: -114px;
		}
	
	.scroller-left {
		position: relative;
		float:left;
		margin:25px 0px 0px 120px;
		width:50px;
		display:inline;
		}
		
	.scroller-right{
		position: relative;
		float:left;
		margin:25px 0px 0px 10px;
		width:50px;
		display:inline;
		}
		
	#prev,
	#next {
		display: block;
		float: left;
		height: 39px;
		width: 20px;
		}
	
	/* ---- BUTTONS  ---- */
			
	    /* button defaults */
    #prev {
        background:url(../images/scroll-left.gif) 0 -39px no-repeat;
    }
    #next {
      background: url(../images/scroll-right.gif) 0 0 no-repeat;
    }
    
    /* what buttons are changed to */
    #prev.active {
        background-position:0 0;
    }
    #next.inactive {
        background-position:0 -39px;
    }
	

	/* ---- Required for Scroller ---- */
	#scroller-wrapper {
		overflow:hidden;
		position:relative;
		width:650px;
		height:114px;
		float:left;
		margin:0px 0px 0px 0px;
		}
	#scroller-inner {
		width:2000px;
		height:100px;
		position:relative;
		list-style:none;
		}
		
/* ---- End Gallery that used the javascript---- */	
	
#portfolio {
	width:670px;
	float:left;
	margin: 0px 0px 0px 121px;
	display:inline;
	}
	
#portfolio-vertical {
	width:450px;
	float:left;
	margin: 0px 0px 0px 121px;
	display:inline;
	}
	
#contact {
	width:670px;
	margin: 0 0 0 165px;
	}

#resume {
	float:left;
	width:670px;
	margin: 0px 0px 0px 180px;
	display:inline;
	}

.year {
	color:#ffffff;
		}
		
.resumeblockquote {
	margin-bottom: 40px;
		}
		
.header {
	color:#ffffff;
	font-size: 18px;
	margin:10px 0px 5px 0px
		}
		
.largeimage {border: 1px solid #bab8b8;}
	
.medium {
	width:300px; 
	margin:7px 0px 0px 0px;
	float:left;
	}
	
.medium-wide {
	width:500px; 
	margin:7px 0px 0px 0px;
	float:left;
	}
	
.number {
	float:right; 
	margin:7px 0px 0px 0px
	}
	
.seriesimages {
	float:left;
	width:53px;
	margin:36px 0px 0px 15px;
	overflow:hidden;
	position:relative;
	}
		
.seriesimages ul {
	margin:0;
	padding:0;
	list-style:none;
	}
		
.seriesimages ul li  {
	float:left;
	width:53px;
	height:51px;
	margin-bottom: 15px;
	}
		
.seriesimages ul li a:hover {
	width:53px;
	position:relative;
	left: -53px;
	}
	

.link  {
	COLOR: #ffffff; 
	FONT-FAMILY: Trebuchet, Helvetica, sans-serif; 
	FONT-SIZE: 14px; 
	FONT-STYLE: normal; 
	FONT-WEIGHT: bold; 
	LINE-HEIGHT: 20px; 
	TEXT-DECORATION: none
}
	A.link:link {COLOR: #ffffff; FONT-STYLE: normal; FONT-WEIGHT: bold; TEXT-DECORATION: none}
	A.link:active {COLOR: #bab9b9; FONT-STYLE: normal; FONT-WEIGHT: bold; TEXT-DECORATION: underline}
	A.link:visited {COLOR: #ffffff; FONT-STYLE: normal; FONT-WEIGHT: bold; TEXT-DECORATION: none}
	A.link:hover {COLOR: #bab9b9; FONT-STYLE: normal; FONT-WEIGHT: bold; TEXT-DECORATION: underline}
	
	
	
	

	