body {
	background: #e0e3ea url(images/ghpattern.gif) fixed;
	color: #336;
	}
	
#main {
	background-color: #e0e3ea;
	color: #336;
	width: 708px;
	margin: 20px auto;
	border: 1px solid #8593ad;
/*	border-bottom: 1px solid #8593ad;
	border-right: 1px solid #8593ad;
	border-top: 1px solid #b8c6df;
	border-left: 1px solid #b8c6df; */
	height: 508px;
	position: relative;
	}
	
#logo {
	width: 323px;
	height: 223px;
	background: #fff url(images/ghprologo.gif) 50% 50% no-repeat;
	color: #333;
	border: 1px solid #b8c6df;
/*	border-top: 1px solid #8593ad;
	border-left: 1px solid #8593ad;
	border-right: 1px solid #b8c6df;
	border-bottom: 1px solid #b8c6df; */
	margin-bottom: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	}
	
	#logo h1 {
		display: none;
		}
		
#photo {
	width: 323px;
	height: 223px;
	background: #fff url(images/photo.jpg) 50% 50% no-repeat;
	color: #333;
	border: 1px solid #b8c6df;
/*	border-top: 1px solid #8593ad;
	border-left: 1px solid #8593ad;
	border-right: 1px solid #b8c6df;
	border-bottom: 1px solid #b8c6df; */
	margin-left: 345px;
	position: absolute;
	top: 20px;
	left: 20px;
	}
	
	#photo h2 {
		display: none;
		}
		
#web {
	width: 208px;
	height: 223px;
	background: #fff url(images/web.jpg) 50% 50% no-repeat;
	color: #333;
	border: 1px solid #b8c6df;
/*	border-top: 1px solid #8593ad;
	border-left: 1px solid #8593ad;
	border-right: 1px solid #b8c6df;
	border-bottom: 1px solid #b8c6df; */
	margin-right: 20px;
	position: absolute;
	top: 265px;
	left: 20px;
	}

	#web h2 {
		display: none;
		}

#write {
	width: 208px;
	height: 223px;
	background: #fff url(images/write.jpg) 50% 50% no-repeat;
	color: #333;
	border: 1px solid #b8c6df;
/*	border-top: 1px solid #8593ad;
	border-left: 1px solid #8593ad;
	border-right: 1px solid #b8c6df;
	border-bottom: 1px solid #b8c6df; */
	position: absolute;
	top: 265px;
	left: 250px;
	}

	#write h2 {
		display: none;
		}

#video {
	width: 208px;
	height: 223px;
	background: #fff url(images/video.jpg) 50% 50% no-repeat;
	color: #333;
	border: 1px solid #b8c6df;
/*	border-top: 1px solid #8593ad;
	border-left: 1px solid #8593ad;
	border-right: 1px solid #b8c6df;
	border-bottom: 1px solid #b8c6df; */
	position: absolute;
	top: 265px;
	left: 480px;
	}

	#video h2 {
		display: none;
		}

#text {
	background-color: #e0e3ea;
	color: #336;
	width: 668px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #8593ad;
	}
	
#content {
	margin: 260px 20px 20px;
	}
	
	#content img {
		border: 1px solid #b8c6df;
		margin: 0px 10px 10px 0px;
		float: left;
		clear: both;
		}
		
	#content h2 {
		color: #666;
		padding-left: 10px;
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, 
		Arial, sans-serif;
		font-weight: normal;
		font-style: italic;
		margin: 0px 5px;
		}
		
	#content p {
		padding-bottom: 65px;
		}

p {
	font-family: 'Lucida Grande', Verdana, Lucida, Arial, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 0;
	text-indent: 1em;
	}


.alt {
	display: none;
	}


