﻿html {
	overflow-y: scroll;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	background-color: #CCCCCC;
	
}

h2 { /* Content headline */
	font-weight: normal;
	font-size: 1.5em;
	display:inline;
}

h3 { /* Item Label */
	font-size: 1.05em;
	display: inline;
	font-weight: bold;
}

a {
	/*color: #606060;*/
	color: black;
}


img{
	border: none;
}

.annotatedPicItem { /* Sub div of content */
	position: static;
	margin-bottom: 21px;
	width: 100%;
	/*min-height: 225px;*/
	float: left;
}

.clsItemPic{ /* hugs the left side of a content item, text should form a colomb to the right */
	position:static;
	float: left;
	width: auto;
	/*width: 316px;*/
	height: auto;
	/*height: 237px;*/
	/*height: 225px;*/
	/*width: 300px;*/
	/*background-color: #DDCCFF;*/
	margin-right: 8px;
}

.indexAnotation {
	
}
