@import url(normalize.css);
@import url(positions.css);

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

input, textarea {
	color: black !important;
}

#splashpage a {
	text-decoration: none;
}

#mainnav #illustration a {
	display: block;
	width: 225px;
	height: 36px;
	background-image: url(../pic/illustration.gif);
	text-indent: -2000px;
}

#mainnav #illustration a:hover {
	background-position: 0px -36px;
	background-repeat: no-repeat;
}

#mainnav #sequential a {
	display: block;
	width: 225px;
	height: 28px;
	background-image: url(../pic/sequential.gif);
	text-indent: -2000px;
}

#mainnav #sequential a:hover {
	background-position: 0px -28px;
	background-repeat: no-repeat;
}

#mainnav #bio a {
	display: block;
	width: 225px;
	height: 27px;
	background-image: url(../pic/bio.gif);
	text-indent: -2000px;
}

#mainnav #bio a:hover {
	background-position: 0px -27px;
	background-repeat: no-repeat;
}

#mainnav #contact a {
	display: block;
	width: 225px;
	height: 30px;
	background-image: url(../pic/contact.gif);
	text-indent: -2000px;
}

#mainnav #contact a:hover {
	background-position: 0px -30px;
	background-repeat: no-repeat;
}

#subnav li {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

#subnav li a {
	display: block;
	width: 68px;
	height: 68px;
	border: 1px solid #333333;
	float: left;
	text-indent: -2000px;
}

#subnav li a:hover {
	border: 1px solid #666666;
}

#content_main * {
	color: #FFFFFF;
}

#content_main h3 {
	height: 151px;
	line-height: 151px;
	font-size: 25px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #CCCCCC;
}

#content_main .bigimage {
	border: 1px solid #333333;
}

#content_main p {
	line-height: 200%;
	margin-bottom: 10px;
}

.galleryimg {
	display: block;
	text-align: center;
	width: 530px;
}

.galleryimg img {
	border: 5px solid white;
}

.clearall {
	clear: both;
}