

/*  Panels */
.leftPanel{
	width:	65%;
}

.rightPanel{
	width:32%;
}

/* pictures */
.leftPanel img{
	width:95%;	
}

.leftPanel .random img{
	width:	150px;
}

.leftPanel .haiku img{
	width:150px;	
}

/* Titles */

.leftPanel h2{
	font-size:1.5em;	
}

#contentShell .leftPanel .visual img{
	display:block;
	margin-right:auto;
	margin-left:auto;
	float:none;
}

