@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #1b1e15;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#container {
	text-align: left;
	color: #C5C4B8;
	padding: 20px;
}
a {
	color: #adc596;
	text-decoration: underline;
}
a:active {
}
a:hover {
	text-decoration: underline;
	background-color: #768857;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #C5C4B8;
	font-variant: small-caps;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 3px;
	padding-left: 10px;
	margin-left: 30px;
	margin-bottom: 30px;
	padding-right: 90px;
	margin-top: 15px;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #C5C4B8;
	font-size: 150%;
	margin-left: 25px;
	font-variant: small-caps;
}
.hBorder {
	border-style: solid;
	padding-right: 80px;
	border-width: 1px 0;
	border-color: #C5C4B8;
	padding-left: 20px;
	margin: 0 10px;
}
table#headerTbl {
	width: 100%;
	height: 100px;
	border: 0;
	padding: 0;
	margin: 0;
}
#menuTitleCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: right;
	vertical-align: bottom;
}
.copyright {
	font-size: 75%;
	color: #D6D6D6;
	text-align: center;
}
p {
	padding-right: 10px;
	padding-left: 10px;
}
#videoList {
	position: relative;
	left: 10%;
	font-size: 120%;
}
#artDetail {
	font-size: 75%;
}
.creditsCol1 {
	text-align: right;
	padding-right: 10px;
}
#sendMail {
	margin: 20px;
	vertical-align: top;
	left: 100px;
	position: relative;
}
#footer {
	text-align: center;
	border-width: thin 0;
	border-style: solid;
	border-color: #C5C4B8;
	padding-top: 10px;
}

#credits {
	padding-left: 40px;
	width: 60%;
	font-size: 80%;
	border: thin solid #CCC;
	background-color: #2E2E2E;
}
.fotoCredit {
	text-align:right;
	font-size:60%;
}
#footerMenu a {
	text-decoration: none;
}
#footerMenu a:hover {
	text-decoration: underline;
}
