@charset "utf-8";
/* CSS Document */

.hide {
	display: none;
}

body h1 {
	text-align: left;
	}

h2 {
	font-size: 1em;
	}

#main p {
	line-height: 1.6;
	}

.box, .clear_box {
	margin: 5px 0;
	padding: 5px;
	width: 100%;
}



.columns_two {
	float: left;
	text-align: left;
	width: 49%;
	}

.columns_two ul {
	list-style: none;
	font-weight: bold;
	margin: 0 0px 0 0px;
	}

.columns_two li {
	font-weight: normal;
	}

.columns_two ul ul{
	margin: 0px 0px 0px 20px;
	}

.columns_three {
	float: left;
	text-align: center;
	width: 33%;
	}

.columns_three ul {
	list-style: none;
	font-weight: bold;
	margin: 0 0px 0 0px;
	}

.columns_three li {
	font-weight: normal;
	}

.columns_three ul ul{
	margin: 0px 0px 0px 20px;
	}

.no_list_style ul {
	list-style: none;
	margin: 0;
	}




.thumbs img {
	padding: 5px;
	background: #fff;
	margin: 5px;
	border: 1px solid #000;
	}

.thumbs {
	float: right;
	width: 49%;
	text-align: center;
	}

.phototitle {
	text-align: center;
	font-weight: normal;
	}

.credit {
	float: right;
	width: 100%;
	}