#left, #right {
	float: left;
	position: relative;
	display: inline;
	margin: 0 0px 0px 0;
	width: 450px;
}

#topleft, #topright {
	height: 310px;
	width: 450px;
}

#bottomleft, #bottomright {
	height: 200px;
	width: 450px;
}

#topleft {
	margin-top: 46px;
}

#topright {
	margin-top: 46px;
}

#bottomleft {
	margin-left: 75px;	
}

#bottomright {
	margin-top: 60px;	
}


#sidebar { 	
	float: left;
	position: relative;
	display: inline;
	margin: 0 10px 15px 0;
	width: 160px;
}

#welcome h1,
#sidebar h1 { font-style: italic; color: #333; font-size: 23px; }





/*
 * Welcome
 */
 #left {
	background: url("/images/intro/welcome_zigzagdots.gif") top left repeat-x;
}
#left h1.gazette { clear: both; font-size: 21px; margin-bottom: 0.3em; }
#left .welcometext {
	background: url('/images/common/dottedline.gif') bottom left repeat-x;
	padding-bottom: 8px;
	margin-bottom: 8px;	
}
#left .welcometext p { text-align: justify; }

 #right {
	background: url("/images/intro/welcome_zigzagdots.gif") top left repeat-x;
}


/* slideshow */
#slidebox {
	float: left;
	width: 355px;
	height: 260px;
	background: url('/images/loading_big.gif') center center no-repeat;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	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; }


/*
 * sidebar
 */
#sidebar {
	background: url('/images/intro/newsenzo.gif') 0 0 no-repeat;
	color: #666;
	overflow: hidden;	
}
#sidebar .rss {
	float: left;
	height: 48px;
	width: 100%;
	position: relative;
}
#sidebar .rss .icon {
	position: absolute;
	top: 10px;
	left: 125px;
	height: 18px;
	width: 18px;
	background: url("/images/intro/news_rss.gif") top left no-repeat;
}

#sidebar .item {
	background: url('/images/common/dottedline.gif') bottom left repeat-x;
	padding-bottom: 8px;
	margin-bottom: 8px;
	clear: both;
}
#sidebar .last { background: none; }

#sidebar h2 {
	margin-bottom: 0.25em;
}
#sidebar p {
	text-align: justify;
}
#sidebar .date {
	font-size: 9px;
	color: #999;
}


/*
 * Preview
 */
#right {}
/* 
 * Photos
 */

#right .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;	
}

#right .photos .photo {
	position: relative;
	float: left;
	display: inline; 
	width: 147px;
	height: 178px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 6px;
}
#right .photos div.even { margin-right: 0; } 


