html, body {
	margin: 0px;
	padding: 0px;
	background-color: #b8b8b8;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}

body {
	min-width: 960px;
}

#containerHP {
	margin: 0 auto;
	width: 855px;
}

#headerHP {
	width: 855px;
	height: 51px;
	margin: 50px 18px 86px 0px;
}

#titleHP {
	float: left;
	width: 276px;
	height: 51px;
}

#navHP {
	float: right;
	width: 87px;
	height: 51px;
	margin-right: 18px;
}

#navHP img {
	float: right;
	width: 87px;
	height: 17px;
}

#contentHP {
	clear: both;
	width: 855px;
	height: 352px;
	margin-bottom: 25px;
}

#contentHP img {
	float: left;
	width: 75px;
	height: 350px;
	border: 1px solid white;
	margin-right: 18px;
}

#container {
	margin: 0 auto;
	width: 940px;
	text-align: center;
}

#header {
	width: 940px;
	height: 68px;
	margin: 20px 0px 10px 0px;
}

#title {
	float: left;
	width: 208px;
	height: 49px;
}

#nav {
	float: right;
	width: 76px;
	height: 68px;
}

#nav img {
	float: right;
	width: 76px;
	height: 17px;
}

#content {
	clear: both;
	float: left;
	width: 940px;
	text-align: center;
}

#content2 {
	clear: both;
	float: left;
	width: 940px;
	text-align: left;
}

hr {
	clear: both;
	width: 940px;
	height: 1px;
	color: #ffffff;
	background-color: #ffffff;
	border: 0px;
	margin: 20px 0;
}

#portTitle {
	clear: both;
	float: left;
	width: 940px;
	text-align: center;
	margin-bottom: 25px;
}

#thumbnails {
	clear: both;
	float: left;
	width: 950px;
	text-align: left;
	margin: 0px 20px 0px 20px;
}

#thumbnails img {
	width: 50px;
	height: 50px;
	border: 1px solid white;
	margin: 0px 5px 5px 0px;
}

a img {
	border-width: 0;
	background: top left no-repeat;
}

a#port img {
	height: 17px;
	width: 87px;
	background-image: url("images/hpNav-port.png");
}

a#artist img {
	height: 17px;
	width: 87px;
	background-image: url("images/hpNav-info.png");
}

a#contact img {
	height: 17px;
	width: 87px;
	background-image: url("images/hpNav-cont.png");
}

a#port:hover img {
	height: 17px;
	width: 87px;
	background-image: url("images/hpNav-port2.png");
}

a#artist:hover img {
	height: 17px;
	width: 87px;
	background-image: url("images/hpNav-info2.png");
}

a#contact:hover img {
	height: 17px;
	width: 87px;
	background-image: url("images/hpNav-cont2.png");
}

a#port2 img {
	height: 17px;
	width: 76px;
	background-image: url("images/nav-port.png");
}

a#info2 img {
	height: 17px;
	width: 76px;
	background-image: url("images/nav-info.png");
}

a#cont2 img {
	height: 17px;
	width: 76px;
	background-image: url("images/nav-cont.png");
}

a#home img {
	height: 17px;
	width: 76px;
	background-image: url("images/nav-home.png");
}

a#port2:hover img {
	height: 17px;
	width: 76px;
	background-image: url("images/nav-port2.png");
}

a#info2:hover img {
	height: 17px;
	width: 76px;
	background-image: url("images/nav-info2.png");
}

a#cont2:hover img {
	height: 17px;
	width: 76px;
	background-image: url("images/nav-cont2.png");
}

a#home:hover img {
	height: 17px;
	width: 76px;
	background-image: url("images/nav-home2.png");
}

table {
	text-align: left;
}

td {
	padding; 2px;
}

.subTitle {
	font-weight: bold;
	font-size: 14px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 25px;
}

#footerText a:link, #footerText a:visited, #footerText a:active {
	color: #363636;
	text-decoration: none;
}

#footerText a:hover {
	color: #fff;
	text-decoration: none;
}

#copyright {
	clear: both;
	text-align: center;
	padding-top: 3px;
}

#copyrightText {
	font-size: 10px;
	color: #363636;
	text-decoration: none;
}

#copyrightText a:link, #copyrightText a:visited, #copyrightText a:active {
	color: #363636;
	text-decoration: none;
}

#copyrightText a:hover {
	color: #fff;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #363636;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

