/* CSS Document */

#gallery    {
	position: relative;
	float: left;
	width: 800px;
	height: 800px;
	margin-top: 145px;
}

#gallery h1 a {
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 295px;
	height: 112px;
	text-decoration: none;
	
	font-size: 22px; 
}


#gallery h1, #gallery p {
	display: block;
	position: absolute;
	top: 45px;
	left: 20px;
	line-height: normal;
	text-indent: 0em;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px; 
}
	
#gallery h1, #gallery c {
	display: block;
	position: absolute;
	top: 60px;
	left: 20px;
	line-height: normal;
	text-indent: 0em;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px; 
}

#gallery h1, #gallery span {
	color: #DC3900;
	font-size: 20px; 
}

.gallery_box {
	width:	190px;
	height: 120px;
	float: left;
	margin-left: 22px;
}

.gallery_box_first {
	margin-left: 0px;
}

.gallery_box_holder {
	height: 220px;
	text-decoration: none;	
}
.gallery_box_holder a:hover {
    text-decoration:   underline;
	
	 }
.gallery_box_holder2 {
	height: 190px;	
}
