body {
	background: url(../images/logo.gif) top center no-repeat #f8f8f8;
	margin: 0px;
	padding: 0px;
	font-size: .75em;
	line-height: 2.5em;
	}

a {outline: none;}

body, a {
	color: #8f8f8f;
	font-family: "Trebuchet MS", Arial;
	}

#nav {
	top: 207px;
	width: 710px;
	height: 114px;
	margin: 0px auto;
	position: relative;
	background: url(../images/nav.jpg) bottom center no-repeat;
	}

#nav .video {
	position: absolute;
	top:0px;
	right:0px;
	width: 355px;
	height: 114px;
	text-indent: -10000px;
	}

#nav .video:hover {
	background: url(../images/video-over.jpg) top right no-repeat;
	}

#nav .photo {
	position: absolute;
	top:0px;
	left:0px;
	width: 355px;
	height: 114px;
	text-indent: -10000px;
	}

#nav .photo:hover {
	background: url(../images/photo-over.jpg) top left no-repeat;
	}

#content {
	width: 622px;
	margin: 0 auto;
	text-align: center;
	padding: 220px 0px 30px 0px;}

#content p {
	width:375px;
	margin: 0px auto;
	text-align: center;
	padding-top: 20px;
	}

#content img {
	padding: 12px 0px 0px 0px;
	
	border: none;
	}

.image-wrap a {
	background: url(../images/image-bg.gif) top left no-repeat;
	float: left;
	width: 124px;
	height: 124px;
	text-align: center;
	}

.image-wrap {
	overflow: hidden;}

.justify {
	text-align: justify;
	}

.center {
	text-align: center;
	}

.hide {
	line-height: 0em;
	text-indent: -9999em;
	height:0px;
	overflow: hidden;}
	
.home {
	position: absolute;
	text-indent: -10000px;
	top:-200px;
	width: 400px;
	height: 200px;
	left: 150px;
	}

