/*--The height on the container depends on the content for this page--*/
#passion_container {
	position:relative;
	width: 960px;
	height:1490px; /*--Adjust the height (1490px) to accomodate for the amount of content--*/
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	background-image:url(../images/global/container.gif);
	background-repeat: no-repeat;
}
#left {
	float: left;
	width: 895px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 25px;
}
.item {
	float: left;
	height: 304px;
	width: 276px;
	margin-right: 20px;
	margin-bottom: 50px;
}

.paginator .active {
	color:#FFF;
	background:#595959;
	border: solid 1px #595959;
	padding:3px 5px;
	margin:5px;
	text-decoration:none;
}
.paginator .active:hover {
	color:#FFF;
	background:#F00000;
	border: solid 1px #F00000;
	padding:3px 5px;
	margin:5px;
	text-decoration:none;
}
.paginator .inactive {
	color:#FFF;
	cursor:default;
	text-decoration:none;
	border: solid 1px #F00000;
	background-color:#F00000;
	padding:3px 5px;
	margin:5px;
}
.paginator {
	width:867px;
	text-align:right;
	position:absolute;
	float:left;
	margin-top:1040px;
}

