*{margin:0;padding:0;}
body{
	background: #333 url(../images/bg_site.jpg) repeat-x;
	color: #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	}
p{
	line-height:18px;

}
#container {
	height: 516px;
	width: 100%;
}

.leftNav{
	background:url(../images/ethan_james_logo.jpg) no-repeat 30px 40px;
	width:384px;
	height: 516px;
}
.content{
	padding-left: 30px;
	padding-right:30px;
}

.content img{
padding-right:8px;
}
a{
color:#333;
text-decoration:none;
}

a.active{
color:#FFF;
}

a:hover, a.active:hover{
color:#FFF;
}
ul#nav{
	color:#333;
	margin-left: auto;
	list-style: none;
	text-align: right;
	display: block;
	width: 270px;
	margin-right: auto;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 48px;
	font-weight:normal;
	padding-top:166px;
}

ul#nav li{

}

ul#nav li ul{
color:#333;
	margin-left: auto;
	list-style: none;
	text-align: right;
	display: block;
	width: 270px;
	margin-right: auto;
	font-size: 18px;
	text-transform: lowercase;
	line-height:24px;
	font-weight:normal;

}


.photographer{
	background: url(../images/bg_photographer.jpg) no-repeat 30px 80px;

}

.photographer p{
	margin-left:280px;
	width:375px;
	margin-top:120px;

}





.rates{
	background: url(../images/bg_rates.jpg) no-repeat 30px 30px;
	padding-top:110px;

}

.rates p{
	width:675px;
	margin-bottom:8px;
}


.contact{
	background: url(../images/bg_contact.jpg) no-repeat 30px 30px;
	padding-top:110px;

}

.contact p{
	width:675px;
	margin-bottom:8px;
}

.headshots{
	background: url(../images/bg_headshots.jpg) no-repeat 20px 10px;
	padding-top:75px;

}


.covers{
	background: url(../images/bg_covers.jpg) no-repeat 20px 10px;
	padding-top:75px;

}

.underwear{
	background: url(../images/bg_underwear.jpg) no-repeat 20px 10px;
	padding-top:65px;

}

.conceptual{
	background: url(../images/bg_conceptual.jpg) no-repeat 20px 10px;
	padding-top:60px;

}


.nude{
	background: url(../images/bg_nude.jpg) no-repeat 20px 10px;
	padding-top:65px;

}


#portNav {
	position: fixed;
	left: 0px;
	top: 530px;
	padding-top:5px;
	text-align:right;
	width:100%;
	
		text-transform: uppercase;
}

#portNav ul{
list-style:none;
padding-right:20px;
padding-top:10px;

}

#portNav ul li{
display:inline;
padding:10px;

}

#portNav a{
color:#ccc;
text-decoration:none;
}

#portNav a.activePage{
color:#000;
}

#portNav a:hover, a.activePage:hover{
color:#000;
}

#footer{
	position:fixed;
	bottom:0;
	text-align:center;
	font-size:11px;
	padding:10px;
}
