

body{
	margin:50px;
	background:black url('images/wood.jpg') repeat-x;
	color:white;
	font: 13px Arial;
}
#body2{
	background:transparent url('images/background.jpg') no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	height:900px;
	width:100%;
}
p{
	margin: 0;
	padding-bottom:10px;

}
#logo{
	background: url(images/logo.gif) no-repeat;
	height: 30px;
	width: 170px;
	margin-bottom: 50px;
}

#about,#portfolio,#contact{
	margin-left: 50px;
	width: 800px;
	display:none;
	margin-bottom:10px;
}
#portfolio{
	height: 340px;
	width: 360px;
}
#aboutButton,#portfolioButton,#contactButton{
	height: 90px;
	margin-left: 30px;
	margin-bottom:15px;
	cursor:pointer;
}
.selected{
	display:none;
}
#aboutButton{
	background: url('images/about.png') no-repeat 20px;
}
#aboutButton .selected{
	height: 90px;
	background: url(images/redLineAbout.png) no-repeat 0 45px;
}
#portfolioButton{
	background: url(images/work.png) no-repeat 20px;
}
#portfolioButton .selected{
	height: 90px;
	background: url(images/redLineWork.png) no-repeat 0 45px;
}
#contactButton{
	background: url('images/contact.png') no-repeat 20px;
}
#contactButton .selected{
	height: 90px;
	background: url(images/redLine.png) no-repeat 0 45px;
}

#up{
	height: 30px;
	background: url(images/up.gif) no-repeat center;
}
#down{
	height: 30px;
	background: url(images/down.gif) no-repeat center;
	margin-bottom:10px;
}
#portHolder{
	margin-top:10px;
	height: 270px;
	overflow: hidden;	
}

ul,li{
	margin:0;
	padding:0;
}
#portHolder li, #portHolder img{
	height: 115px;
	width: 350px;
	background: black;
	border: white 5px solid;
	list-style-type: none;
	list-style-position: inside;
	margin-bottom:10px;
}

#portHolder p{
	margin: 0px;
	padding:0px;
}
#lightBox{
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	background: black url('images/loader.gif') no-repeat center center;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

#lightBoxImage{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	border: 10px solid white;
}
#lightBoxControls{
	position:absolute;
	top:0px;
	left:0px;
	padding-top:10px;
	display:none;
}

.number{
	height:22px;
	display:block;
	float:left;
	cursor:pointer;
	background-image: url(images/numbers.gif)
}
.numberselected{
	height:22px;
	display:block;
	float:left;
	cursor:pointer;
	background-image: url(images/numbers2.gif)
}
.pic1{
	width:13px;
	background-position: 0 0;
}
.pic2{
	width:21px;
	background-position: -14px 0;
	}
.pic3{
	width:21px;
	background-position: -36px 0px;
}
.pic4{
	width:23px;
	background-position: -56px 0px;
}

.pic5{
	width:24px;
	background-position: -79px 0px;
}
.pic6{
	width:16px;
	background-position: -102px 0px;
}
.pic7{
	width:17px;
	background-position: -116px 0px;
}
.pic8{
	width:19px;
	background-position: -133px 0px;
}
.pic9{
	width:17px;
	background-position: -150px 0px;
}
.pic10{
	width:29px;
	background-position: -169px 0px;
}

.pic11{
	width:26px;
	background-position: -196px 0px;
}
.pic12{
	width:25px;
	background-position: -223px 0px;
}
.pic13{
	width:25px;
	background-position: -250px 0px;
}
.pic14{
	width:30px;
	background-position: -275px 0px;
}
.pic15{
	width:30px;
	background-position: -308px 0px;
}
.pic16{
	width:27px;
	background-position: -337px 0px;
}
.pic17{
	width:27px;
	background-position: -359px 0px;
}

#lightboxClose{
	background-image: url(images/close.gif);
	width: 93px;
	height: 41px;
	position:absolute;
	display: none;
	cursor:pointer;
}