
body{
	background-color:#F1F2E1;
	font-family: 'Hammersmith One', sans-serif;
}
header, footer{
	color:#73112A;
}
nav{
}
#main{
	color:#73112A;
}
a{
	color:#3D656D;
	text-decoration:none;
}
.gridzone{
	height:200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.clipzone {
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	overflow:hidden;
}
.clipped {
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	position: absolute;
}
.id_frame{
	padding: 10px;
	border: 1px dashed #000;
}
.hidden{
	display: none;
}
#original_preview:hover{
	cursor:pointer;
}
.hoverable:hover{
	cursor:pointer;
}
label {
    display: inline-block;
}
.navlistbutton{
	border:1px solid #BBB;
	padding: 2px;
	background-color: #FFF;
}
h1,h2,h3,h4,h5,h6{
	margin-top:30px;
}