@charset "utf-8";
body {
	margin:40px 0 0 0;
	background: #320E32 url(../images/bg.jpg) no-repeat center top;
}

#logoHolder{
	height: 150px;
	width:900px;
	margin:0 auto;
	text-align:center;
}

#contentHolder{
	clear:both;
	left:30px;
	width: 930px;
	height: 732px;
	margin:0 auto;
}

.index{
	background: url(../images/contentBG_index.png) no-repeat top right;
}
.portfolio{
	background: url(../images/contentBG_portfolio.png) no-repeat top right;
	
}

.services{
	background: url(../images/contentBG_services.png) no-repeat top right;
}

.servicesPortriats{
	background: url(../images/contentBG_servicesPortriats.png) no-repeat top right;
}

.servicesWedding{
	background: url(../images/contentBG_servicesWedding.png) no-repeat top right;
}
.servicesBarmitzvah{
	background: url(../images/contentBG_servicesBarmitzvah.png) no-repeat top right;
}
.servicesLocation{
	background: url(../images/contentBG_servicesLocation.png) no-repeat top right;
}
.servicesBlackwhite{
	background: url(../images/contentBG_servicesBlackwhite.png) no-repeat top right;
}

.about{
	background: url(../images/contentBG_about.png) no-repeat top right;
}

.contact{
	background: url(../images/contentBG_contact.png) no-repeat top right;
}



#contentHeader{
	height:70px;	
}

#contentMenu{
	/*border:1px solid red;*/
	float:left;
	width:120px;
}

#contentMenu img{
	float:right;
	margin:0 0 42px 0;
}

#contentMenu img:hover{
	border-bottom:1px solid #FC6;
	margin:0 0 41px 0;
}

#contentMenu a img{
	border:none;	
}

.currentSelection{
	border-bottom:1px solid #FFFFCC;
	margin:0 0 40px 0;
}

#splash{
	/*border:1px solid green;*/
	float:left;
	height:232px;
	margin:0 0 0 5px;
}

#contentText{
	color:#FFFFCC;
	padding :0px 20px 0px 10px;
	width : 390px;
	height : 232px;
	overflow : auto;
	text-align:justify;
	
}

#contentText a, a:visited{
	font-size: 18px;
	text-decoration:none;
	color: #FC6;
	margin:0 0 1px 0;
}

#contentText a:hover{
	margin:0 0 0px 0;
	border-bottom:1px solid #FC6;
}

/*#portfolioSelected{
	position:relative;
	left:-30px;
}*/

