﻿a img.box1 {
	display: block;
	border-style: none;
}

.mainwrap {
	clear: both;
}

.mainwrap a:hover {
	text-decolation: underline;
}

div.mainwrap h2 {
	padding : 5px;
	font-size : 1.5em;
	color : #000000;
	text-align : left;
}

div.box1 {
	border: 1px solid #ccc;
	float: left; 
	width: 180px;
	height: 220px;
	margin: 10px 10px 10px auto;
}

div.box1 a	{
	text-decoration: none;
}

div.box1 a:hover {
	text-decoration: underline;
}

div.box1 h3{
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 5px;
}

div.box2 {
	padding: 5px;
}

#photobox img {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 5px 55px 5px;
}