
body{
	background:#fff;
}
div#page {
	background-color: #fff;
	border-color: #fff;
}

h2{
	margin-bottom:20px;
}
div#container {
	padding: 0px;
}
ul.gallerythumbs {
	margin: 0;
	padding: 0;
}
ul.gallerythumbs li {
	float: left;
	padding: 5px;
	margin: 5px 10px 5px 0;
	list-style: none;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
	width:45%;
	height:95px;
}
a.gallerythumb {
	float:left;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
a.gallerythumb:focus {
	outline: none;
}

ul.gallerythumbs img {
	border: none;
	display: block;
}

li.galbox {
}
div.gallery-title {
	font-weight: bold;
	font-size: 1.4em;
	margin-left:115px;
	height:25px;
}

div.gallery-desc {
	line-height: 1.3em;
	padding-top: 5px;
	margin-left:115px;
	height:70px;
	overflow:auto;
}


