body {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#container {
	padding:0px;
	margin:0px;
	width: 800px;
	position: absolute;
	}


#header h1 {
	background-image: url(images/jenjonesphotography.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 82px;
	width: 700px;
	text-indent: -999px;
}


#photo_display {
	overflow: auto;
	top: 160px;
	width: 770px;
    height: 395px;
	}
	
#biotext {
	overflow: auto;
	top: 160px;
	width: 770px;
	margin-left: 10px;
	}

#footer {
position: relative;	
top: 10px;
		}

#biohead {
	font-weight: bold;
	text-align: left;
	color: #FF9900;
	}	
	
#pricinghead {
	font-weight: bold;
	text-align: center;
	color: #FF9900;
	}		

p {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: black;
	}



#navbox {
	position: relative;
	width: 600px;
	height: 15px;
		left: -35px;
	background: white;

	}

#nav li {
	margin: 0; 
	padding: 0;
		height: 15px;
        list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav a {
	float: left;
	padding: 0;
		text-indent: -999px;
	}
	
#nav a:hover {
	background-position: 0 -18px;
		text-indent: -999px;
	}

#nav a:active, #nav .selected {
	background-position: 0 -18px;
		text-indent: -999px;
	}
	
#wed a  {
	width: 80px;
	background: url(images/wed.gif) top left no-repeat;
	}
	
#ppl a  {
	width: 90px;
	background: url(images/ppl.gif) top left no-repeat;
	}
	
#animals a  {
	width: 80px;
	background: url(images/animals.gif) top left no-repeat;
	}
	

#mus a  {
	width: 70px;
	background: url(images/mus.gif) top left no-repeat;
	}
	
#ran a  {
	width: 80px;
	background: url(images/ran.gif) top left no-repeat;
	}
	
#bio a  {
	width: 50px;
	background: url(images/bio.gif) top left no-repeat;
	}
	
#pack a  {
	width: 78px;
	background: url(images/pack.gif) top left no-repeat;
	}
	
a {color: #40C2CF;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}

.clearfix {clear: both;
}

.floatright {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-top: 20px;
}


.pricing {
text-align: center;
}

.orange {
color: #FF9900;
}
