body{
	margin:0;
	padding:0;
	font: 0.8em Verdana, arial, sans-serif;
}

#maincontainer {
	background: #fff;
}
#topsection{
	background: green;
	height: 90px; /*Height of top section*/
}

#logo {
	margin-right: 10px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	background: #fff;
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
	background: #fff;
}

#footer{
	clear: left;
	width: 100%;
	background: silver;
	padding: 4px 0;
}

#footer a{
	color: #FFFF80;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}


.pics  { 
	height: 400px; 
	width: 400px; 
	margin: 10px 0px 10px 5px; 
	padding:0; 
	overflow: hidden;
	float: right;
	/*display: inline;*/
}
.pics .Item { 
	display: none;
	text-align: center;
}

.pics .Item img { 
	height: 263px; 
	width: 350px; 
	padding: 5px; 
	border: 1px solid #ccc; 
	background-color: WhiteSmoke; 
	top:0; 
	left:0;
/*	display: none;*/
}
.pics .Item img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
