/* CSS Document */

#content{
	text-align:center;
}

#photos{
	margin:0;
	padding-top: 90px;
}

#photos img{	
	padding: 0 5px 0 5px;
}

#galleries{
	padding: 0 5px 0 5px;
	font-size:20px;
}

.title_portrait{
	background:url(../images/index/portfolio_one.png) no-repeat;
	display:block;
	float:left;
	width:249px;
	height:45px;
	margin:0 2px 0 6px;
}

.title_sports{
	background:url(../images/index/portfolio_two.png) no-repeat;
	display:block;
	width:249px;
	height:45px;
	margin:0 8px 0 4px;
	float:left;
}

.title_nature{
	background:url(../images/index/portfolio_three.png) no-repeat;
	display:block;
	width:249px;
	height:45px;
	margin:0 5px 0 6px;
	float:left;
}

.title_commercial{
	background:url(../images/index/portfolio_four.png) no-repeat;
	display:block;
	width:249px;
	height:45px;
	margin:0 5px 0 7px;
	float:left;
}



