* { padding: 0px; margin: 0px; }



body {
	color: #888888;
	font-family: "Swiss 721 BT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	background-color: #FFFFFF;
}



a {
	color: #888888;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #111111;
	text-decoration: none;
}
a:active {
	color: #888888;
	text-decoration: none;
}
a img { border: none; }



h1, h2, h3, h4, h5 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
h1 { font-size: 1.95em; }
h2 { font-size: 1.45em; }
h3 { font-size: 1.45em; }
h4, h5 {
	font-size: 1.25em;
	color: #888888;
	display: block;
	width: 460px;
	line-height: 1.05em;
	border-top: 2px solid #999999;
	padding-top: 6px;
}



p {
	color: #888888;
	display: block;
	width: 460px;
	line-height: 1.35em;
	font-size: 0.85em;
	margin-top: 8px;
}

img {
	margin: 0px;
	padding: 0px;
}



.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }



#header {
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 180px;
	background-repeat: repeat;
	background-image: url('../layout/header_bg.png');
	padding-top: 100px;
	z-index: 1;
	
}
#header h1 {
	font-weight: bold;
	display: none;
	margin-left: 65px;
}
#header h2 {
	font-weight: bold;
	margin-left: 65px;
	margin-top: 14px;
}
#header h3 {
	margin-left: 65px;
	margin-top: 7px;
}
#header p {
	margin-left: 65px;
	margin-top: 12px;
}



#title {
	display: block;
	width: 465px;
	height: 66px;
	background-repeat: no-repeat;
	background-image: url('../layout/graemecoultrip.png');
	margin-left: 63px;
}



#content {
	display: block;
	margin-left: 65px;
	margin-top: 315px;
	margin-bottom: 65px;
}



.projects {
	list-style-type: none;
	float: left;
	display: block;
	width: 415px;
	margin-top: 45px;
}
.projects li {
	margin-bottom: 18px;
}
.projects li h5 {
	font-size: 0.85em;
	border: none;
	width: 360px;
}
.projects li a {
	position: relative;
	display: block;
	width: 356px;
	height: 196px;
	overflow: hidden;
	border: 2px solid #888888;
}
.projects li a:hover {
	border-color: #000000;
}
.projects li a .zoom {
	position: absolute;
	right: 6px;
	bottom: 6px;
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url('../layout/zoom.png');
}
.projects li a:hover .zoom {
	display: none;
}
.projects li a img {
	opacity: 0.4;
	filter: alpha(opacity = 40);
}
.projects li a:hover img {
	opacity: 1;
	filter: alpha(opacity = 100);
}
.projects li p {
	display: block;
	width: 360px;
	height: 24px;
	text-align: right;
}
.projects li p {
	display: block;
	width: 360px;
	height: 24px;
	text-align: right;
}
.projects li p a {
	display: block;
	width: 360px;
	height: 24px;
	border: none;
}





#footer {
	font-size: 0.65em;
	display: block;
	width: 100%;
	height: 22px;
}
#footer ul {
	list-style-type: none;
	margin-left: 65px;
	margin-top: 8px;
}
#footer ul li {
	float: left;
	margin-right: 16px;
}


