html{
	font-family: arial,helvetica,sans_serif;
	margin: 0;
	padding: 0;	
	font-size: 12px;
}

body{
	margin: 2em;
	max-width: 810px;
}

body>h1{
	font-weight: normal;
	color: #333;
	font-size: 3em;
}

body>h2{
	font-weight: normal;
	color: #333;
	font-size: 2em;
}

/*contact styles*/

#contact>h1{
	font-weight: normal;
	color: #ffdd00;
	margin-bottom: 0;
}

#contact>h2{
	font-weight: normal;
	color: #666;
	font-size: .9em;
	margin-top: 0;
}

/*group styles*/

.group{
	float: left;
	clear: both;
}


.item a{
	color: #666666;
	text-decoration: none;
}

.item a:hover{
	background-color:#ffdd00;
}

.item>.description{
	font-style:italic;
	color: #999;
	float: left;
	clear: both;

}

.item>.title{
	font-style:bold;
	font-size: 1.2em;
	float: left;
	clear: both;
	margin-top: 10px;

}

.item{
	width: 240px;
	height: 260px;
	margin: 2px;
	padding: 10px;
	float: left;
	clear: right;
	background: #eee;
}
.item:hover{
	background-color:#ddd;
}

.thumb{
	border: 1px solid #ddd;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 130px;
	background: #666;
	float: left;
}

