@charset "UTF-8";
/* CSS Document */

/* Reset to plain */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-style: normal;
	font-weight: normal;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	background-color: #C4B6A9;
	background-image: url(css_images/body_repeat_bg.jpg);
	background-repeat: repeat-x;
	background-position: left 56px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header {
	background-image: url(css_images/header_repeat_bg.gif);
	background-color: #0B3745;
	background-repeat: repeat-x;
}
#header h1 {
	background-image: url(css_images/h1_bg.gif);
	background-repeat: no-repeat;
	width: 734px;
	height: 56px;
	margin: 0px auto;
	text-indent: -9999px;
}
#contentWrapper {
	width: 732px;
	margin: 0px auto;
}
#contentWrapper.largePictureClass {
	width: 840px;
}
#mainContent {
	background-color: #F5EFD6;
	width: 555px;
	min-height: 350px;
	float: left;
	padding: 12px 12px 12px 12px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5E4D35;
	border-left-color: #735E42;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E4D35;
}
#mainContent.largePictureClass {
	width: 667px;
}
#mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	padding-top: 15px;
	float: left;
	padding-left: 5px;
}
#mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	padding-top: 15px;
	float: left;
	padding-left: 5px;
}
#mainNav li {
	margin-top: 10px;
}
#mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:active  {
	color: #F2EFD6;
	text-decoration: none;
	height: 25px;
	width: 116px;
	background-image:none;
	display:block;
	padding-left: 6px;
}
#mainNav a:hover {
	color: #0B3745;
	text-decoration: none;
	height: 25px;
	width: 116px;
	background-image: url(css_images/main_nav_hilite.png);
	background-repeat:no-repeat;
	display:block;
}
#mainContent h1 {
	color: #395B6E;
	font-weight:normal;
	font-size: 27px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#mainContent h2 {
	color: #333333;
	font-size: 22px;
	padding-bottom: 12px;
	font-style: italic;
}
p {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 4px;
}
.spanFileSize {
	font-size: 11px;
	color: #666666;
	padding-left: 12px;
}
#trackList {
	width: 320px;
	float: left;
}
#otherInfo {
	float: right;
	background-color: #EBDEC6;
	padding: 8px;
	width: 185px;
}
#otherInfo li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#videos li {
	width: 178px;
	height: 182px;
	position:relative;
	float:left;
	display:inline;
	margin: 0px 0px 9px 10px;
	background-color: #EBFEFB;
}
#videos li.firstLi {
	margin: 0px 0px 9px 0px;
}
#videos img.thumb{
	border: solid #CCC;
	border-width: 0 1px 1px 0;
	background: #FFF;
	padding: 8px;
}
#largePicture {
	border: solid #CCC;
	border-width: 0 1px 1px 0;
	background: #FFF;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#videos h3 {
	font-size: 13px;
	width: 148px;
	margin-top: 3px;
	margin-left: 4px;
}
#videos p {
	font-size: 12px;
	width: 148px;
	margin-top: 1px;
	margin-left: 4px;
	color: #666666;
}
#videos a, #videos a:link, #videos a:visited, #videos a:active{
	text-decoration: none;
	color: #737C53;
}
#videos a:hover {
	text-decoration: none;
	color: #333333;
}
#videos a:link img.thumb, #videos a:visited img.thumb, #videos a:active img.thumb{
	background-color: #FFFFFF;
}
#videos a:hover img.thumb {
	background-color: #E9E5BF;
}
.downloadIcon {
	position: absolute;
	left: 153px;
	top: 105px;
	background-color: #FFFFFF;
	padding: 7px;
}
.subNote {
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
}

