* {
	margin: 0;
	padding: 0;
	outline: none;
}

ul, li {
	margin: 0;
}

a {
	text-decoration: none;
	color: #595a58;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #ffffff;
	font: 12px Courier New, monospace, "Times New Roman", Times, serif;
	line-height: 15px;
	color: #595a58;
}

h1 {
	float: left;
	font-weight:normal;
	font-size:30px;
}

img {
	border: none;
}

.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}

.container {
	margin:auto;
	width:900px;
	padding-top: 35px;
}

a.index {
	float: left;
}

a.index:hover {
	text-decoration:none;	
}

li {
	list-style:none;
}

/* Navigation */

ul.navigation {
	width:651px;
	float:left;
}

ul.navigation a:hover {
	color: #3d3d3d;
}

ul.navigation li {
	float:left;
	font-size:13px;
}

ul.navigation li.spacer {
	padding: 0 4px;
}

ul.navigation a {
	color: #595a58;
}


/* Homepage */

.indexImage {
	width: 658px;
	height:448px;
	float: left;
	margin: 25px 0;
}

/* Footer */

.footer {
	width:651px;
	margin-top:10px;
	padding-top: 10px;
	border-top:1px solid #9d9d9d;
}

/* Gallery */

span.logoTitle {
	float: left;
	margin: 3px 0 0 3px;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
}

a.logoTitle {
	float: left;
	margin: 3px 0 0 3px;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
	color: #a3a4a1;
}

a.logoTitle:hover {
	text-decoration: none;
	color: #686966;
}

.fullWidth {
	min-height: 500px;
}

.thumbnailsContainerOuter {
	margin-top: 25px;
}

.thumbnailContainer {
	width: 136px;
	height: 136px;
	float: left;
	padding: 25px 25px 0 0;
}

.pagination {
	float: left;
	margin: 2px 0 0 20px;
	color: #a3a4a1;
}

.pagination .showing {
	height: 20px;
	float:left;
}

.pagination a {
	float: left;
	text-decoration: none;
	color: #a3a4a1;
}

.pagination img {
	float: left;
}

.pagination a:hover {
	color: #595a58;
}

.pagination a.inactive {
	opacity: 0.33;
	filter: alpha(opacity=33);
}

.pagination a.firstPage {
	width: 20px;
	height: 20px;
	border-top: 1px solid #cecfcc;
	border-bottom: 1px solid #cecfcc;
	border-left: 1px solid #cecfcc;
	text-align: center;
}

.pagination a.page {
	width: 20px;
	height: 20px;
	border-top: 1px solid #cecfcc;
	border-bottom: 1px solid #cecfcc;
	border-left: 1px solid #cecfcc;
	text-align: center;
}

.pagination a.lastPage {
	width: 20px;
	height: 20px;
	border: 1px solid #cecfcc;
	text-align: center;
}

.pagination a.active {
	color: #595a58;
}

.singleImage {
	width: 600px;
	float: left;
	margin-top: 50px;
}

.caption {
	width: 600px;
	float: left;
	margin-top: 20px;
	color: #a3a4a1;
}

/* Text */

.textContainer {
	width: 600px;
	margin-top: 50px;
}