body {
	background: #373938 url(images/background.png) repeat-x;
	text-align: center;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	color: white;
}

a:link {
	color: orange;
	text-decoration: none;
}

a:hover {
	color: orange;
	text-decoration: underline;
}


a:visited {
	color: orange;
	text-decoration: none;
}


.wrapper {
	margin: 0px auto;
	width: 1000px;
	height:100%;
}

.header {
	margin: 0px auto;
	width: 1000px;
	height: 100px;
}

.header-left {
	float: left;
	
}

.header-right  {
	float: right;
	width: 380px;
	margin-top: 45px;
	font-size: 13px;
	font-weight: bold;
}

.homepage  {
	width: 950px;
}

.photos {

}

.column-left {
	width: 660px;
	float: left;
}

.column-right {
	width: 340px;
	float: right;
}

h1 {
	font-weight: bold;
	color: silver;
	font-size: 14px;
}


.copy {
	text-align: justify;
	margin-right: 15px;
	line-height: 20px;
}

.image_info {
	display: block;
	font-size: 12px;
	color: #999;
	border: 0px;
}

.image-title {
	
	color: white;
	font: 14px "Lucida Grande", Lucida, sans-serif;
	text-align: left;
}

.image img {
	margin: auto;
	padding: 6px;
	border: 1px solid gray;
	display: block;
	
	margin-top: 10px;
}

.thumbnail_row {
	margin-top: 9px;
	text-align: left;
}

.thumbnail_row img {
	border: 1px solid gray;
	margin: 2px;
	
	padding: 2px;
}

.thumbnail_center {
	border: 1px solid gray;
	background-color: white;
}

.navigation, .navigation a {
	text-decoration: none;
	color: #fff;
	margin-top: 9px;
	font-weight: bold;
	text-align: left;
}

.footer {
	height: 100px;
    font-size: 10px;
	color: #999;
	text-align: left;	clear: both;	padding: 30px 0 1em;
}

.footer img {
	float: left;
	padding-right: 5px;
	padding-top: 3px;
}

.footer a:link {
	color: orange;
	text-decoration: none;
}

.footer a:visited {
	color: gray;
	text-decoration: none;
}