/* CSS Document */

body{
	background-color: #060012;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a{
	color: #CCCCCC;
}

.continuelinks{
	padding-top: 10px;
	clear: both;
	text-align: right;
}

.continuelinks a{
	font-weight: bold;
	color: #CCCCCC;
}

.subtleinlinelink{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFCC;
}

.subtleinlinelink:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

.h1div{
	height: 92px;
	width: 900px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/Photography-by-Chris-Chilcott.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.h1div h1{
	display: none;
}

.h2div h2{
	display: none;
}

.h2div{
	background-repeat: no-repeat;
	background-image:url(images/Projects.jpg);
	width: 900px;
	height: 42px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper{	
	width: 900px;
	margin-left: auto;
	margin-right: auto;

}

.photoThumb
{
	border: 0px;
	width: 75px;
}

.projectthumb
{
	background-repeat: no-repeat;
	float: left;
	width: 75px;
	padding-top: 75px;
	padding-right: 30px;
	text-align: left; 
	margin-bottom: 10px;
}

.projectheaderdiv{
	margin-top: 90px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.hiddenPanel
{
	visibility: hidden;
 	display: none;
}

.visiblePanel
{
	visibility: visible;
	display: block;
}

.imagethumbs{
	float: left;
	width: 250px;
}

.imagelarge{
	float: left;
	width: 550px;
}

.otherprojects{
	float: left;
	width: 60px;
}