#welcome, #news, #preview {
	float: left;
	position: relative;
	display: inline;
	margin: 0 10px 15px 0;
	width: 300px;
}
#preview { margin-right: 0; }

#welcome h1,
#news h1 { font-style: italic; color: #333; font-size: 23px; }





/*
 * Welcome
 */
 #welcome {
	background: url("/images/intro/welcome_zigzagdots.gif") top left no-repeat;
}
#welcome h1.gazette { clear: both; font-size: 21px; margin-bottom: 0.3em; }
#welcome .welcometext {
	background: url('/images/common/dottedline.gif') bottom left repeat-x;
	padding-bottom: 8px;
	margin-bottom: 8px;	
}
#welcome .welcometext p { text-align: justify; }

#newsletter .subscribe .form { line-height: 30px; }
#newsletter .email {
	float: left;
	clear: both;
	width: 230px;
	padding: 5px;
	font-size: 15px;
	font-style: italic;
	color: #999;
	margin-right: 5px;
}
#newsletter .send {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url('/images/intro/newsletter_arrow.gif');
	cursor: pointer;
}
#newsletter .send:hover { background-position: -30px 0; }

/* slideshow */
#slidebox {
	float: left;
	width: 300px;
	height: 350px;
	background: url('/images/loading_big.gif') center center no-repeat;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	margin-top: 46px; 
	padding: 0;
	background: #ebebeeb;
}

#slidebox .photos {
	float: left;
	position: relative;
	margin: 0;
	height: 100%;
	width: 100%;
}
#slidebox .photos .photo { position: absolute; top: 0; left: 0; }


/*
 * News
 */
#news {
	width: 280px;
	background: url('/images/intro/newsenzo.gif') 0 0 no-repeat;
	color: #666;
	overflow: hidden;	
}
#news .rss {
	float: left;
	height: 48px;
	width: 100%;
	position: relative;
}
#news .rss .icon {
	position: absolute;
	top: 10px;
	left: 125px;
	height: 18px;
	width: 18px;
	background: url("/images/intro/news_rss.gif") top left no-repeat;
}

#news .item {
	background: url('/images/common/dottedline.gif') bottom left repeat-x;
	padding-bottom: 8px;
	margin-bottom: 8px;
	clear: both;
}
#news .last { background: none; }

#news h2 {
	margin-bottom: 0.25em;
}
#news p {
	text-align: justify;
}
#news .date {
	font-size: 9px;
	color: #999;
}


/*
 * Preview
 */
#preview {}
/* 
 * Photos
 */

#preview .photos {
	background: url("/images/common/dottwofabricdot.gif") top left no-repeat;
	padding-top: 45px;
	padding-bottom: 15px;
	float: left;
	width: 300px;
	position: relative;
	display: inline;	
}

#preview .photos .photo {
	position: relative;
	float: left;
	display: inline; 
	width: 147px;
	height: 178px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 6px;
}
#preview .photos div.even { margin-right: 0; } 

