/* Main */

	body {
		background:url(../img/bg_paper.gif) #3a332d;
		font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;
		margin:0;
		padding:0;
		
	}
	
	
	h1 {
		font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;
		font-size:24px;
		font-weight: normal;
		line-height:1.5em;
		color:#000;
		padding:0 0 10px 0;

	}
	
	
	#core {
		position: relative;
		padding:0;
		text-align:center;
		background:url(../img/bg.gif) #eceae6;
	}


/*Thumbnails */

	#core .content {
		margin:0 auto;
		padding:0;
		text-align:center;
		height:550px;
		width:936px;
		position:relative;
	}


/* Thumbnails content */

	#core .thumb {
		float:left;
		width:300px;
		height:92px;
		margin:0 15px 17px 0;
		border:1px solid #d5d2d0;

	}
	
	
	#core .thumb:hover {
		float:left;
		width:300px;
		height:92px;
		margin:0 15px 17px 0;
		border:1px solid #292624;

	}
	
	#core .thumb_right {
		float:left;
		width:300px;
		height:92px;
		margin:0 0 17px 0;
		border:1px solid #d5d2d0;

		
	}
	
	#core .thumb_right:hover {
		float:left;
		width:300px;
		height:92px;
		margin:0 0 17px 0;
		border:1px solid #292624;

	}


/* End Thumbnails content */



	#irene_says {
		padding:20px 0 0 0;
		text-align:left;
		position:relative;
		width:900px;
	}
	
	#irene_says a {
		font-weight:bold;
		text-decoration:none;
		color:#f30fb0;
		background:#f4fc01;
		padding:8px 12px 8px 12px;
	
	}

	.grid {
		float:left;
		width:300px;
		margin:0 17px 0 0;
		padding:0;
	}
	
	
	.grid_2 {
		float:left;
		width:617px;
		margin:0 17px 0 0;
		padding:0;
	}
	.grid_end {
		float:right;
		width:300px;
		margin:16px 0 0 0;
		padding:0;
		position:relative;
		z-index:79;
	}


/*Seperatation Elements */

	#bg_people {
		position: absolute;
		z-index: 9999;
		right: 16px;
		top: -200px;
		margin:0;
		padding:0;
		width:260px;
		height:232px;
		background:url(../img/bg_people.png) no-repeat;
	}
	

/* Main Layout Functions */

	#paper {
		margin:0;
		padding:0;
		text-align:center;
	}
	
	#paper .content {
		margin: 16px auto 0 auto;
		padding:0;
		text-align:center;
		width:936px;
		position:relative;
	}



/* bottom navigation */

	
	#copyright {
		font-size:.8em;
		color:#a09f9c;
		text-align:left;
		padding:0 0 0 0
		font-size:.8em;
		color:#a09f9c;
	}



/* link elements */
	
	
	#paper a, 
	#paper a:active, 
	#paper a:visited {
		font-weight:bold;
		text-decoration:none;
		color:#FFFFFF;
		background:#f30fb0;
		padding:3px 8px 3px 8px;
	}
	
	#paper a:hover {
		font-weight:bold;
		text-decoration:none;
		color:#e9a6d5;
		background:#a8177d;
		padding:5px 8px 5px 8px;
	}
	
	
	
	
/* SLIMBOX */

	#lbOverlay {
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #000;
		cursor: pointer;
	}
	
	#lbCenter, #lbBottomContainer {
		position: absolute;
		z-index: 9999;
		left: 50%;
		overflow: hidden;
		background-color: #fff;
	}
	
	.lbLoading {
		background: #fff url(loading.gif) no-repeat center;
	}
	
	#lbImage {
		position: absolute;
		left: 0;
		top: 0;
		border: 10px solid #fff;
		background-repeat: no-repeat;
	}
	
	#lbPrevLink, #lbNextLink {
		display: block;
		position: absolute;
		top: 0;
		width: 50%;
		outline: none;
	}
	
	#lbPrevLink {
		left: 0;
	}
	
	#lbPrevLink:hover {
		background: transparent url(prevlabel.gif) no-repeat 0% 15%;
	}
	
	#lbNextLink {
		right: 0;
	}
	
	#lbNextLink:hover {
		background: transparent url(nextlabel.gif) no-repeat 100% 15%;
	}
	
	#lbBottom {
		font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
		font-size: 10px;
		color: #343434;
		line-height: 1.4em;
		text-align: left;
		border: 10px solid #fff;
		border-top-style: none;
		margin-top:10px;
	}
	
	#lbCloseLink {
		display: block;
		float: right;
		width: 22px;
		height: 22px;
		background: transparent url(closelabel.gif) no-repeat center;
	}
	
	#lbCaption, #lbNumber {
		margin-right: 30px;
	}
	
	#lbCaption a {
		font-weight:bold;
		text-decoration:none;
		color:#FFFFFF;
		font-size:1.2em;
		line-height:1em;
		letter-spacing:1px;
		padding:0 3px;
		background:#f30fb0;
	}
	
	#lbCaption a:hover {
		padding:0 3px;
		color:#e9a6d5;
		background:#a8177d;
	}
		
	

/* Hides from IE5/Mac \*/
	* html .clearfix {height: 1px;}
	.clearfix {display: block;}
/* End hide from IE5/Mac */
