body {
	background: black;
	width: 945px;
	margin: 0px auto 50px auto;
	overflow: visible;
}

#contentArea {
	float: left;
}

#headerArea {
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	margin: 0px;
	background-color: black;
	z-index: 100;
}

#mainArea {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 50px 0px;
}

#menuArea {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 50px 25px 50px;
	padding: 0px;
	z-index: 15;
}

#webSpaceName {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 25px 0px 0px 20px;
	width: 680px;
	color: white;
	font-size: 20pt;
--	font-size: 26px;
	text-transform: uppercase;
}

#navigator {
	position: relative;
	left: 0px;
	top: 0px;
	width: 698px;
	margin: 10px 0px 0px 0px;
	padding: 8px 0px;
	border: 1px solid #e9a400;
	background: url(../images/elements/navigatorBackground.png) repeat-x;
	text-align: center;
	vertical-align: middle;
}

#mainPicture {
	z-index: -10;
}

#imageCreditsArea{
	right: 0px; 
	font-style: italic;
	text-align: right;
	width: 700px;
}

#footbarArea {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	padding: 0px 0px 0px 1px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/elements/boxTitle.png);
	background-repeat: repeat-x;
	z-index: 100;
}

#footbarContent {
	float: left;
	position: relative;
	width: 600px;
	height: 29px;
	vertical-align: middle;
	background-image: url(../images/elements/boxTitle.png);
	background-repeat: repeat-x;
}

#creator {
	position: fixed; 
	bottom: 0px; 
	right: 0px; 
	width: 100%;
	background-color: black;
	margin: 0px 10px; 
	z-index: 500;
}

#sideBarArea {
	position: relative;
	top: 105px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.menuBox {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 5px 10px;
	margin: 0px;
--	border-color: #e39500;
	border-color: #fab322;
	border-style: solid;
	border-width: 1px;
--	background-color: #fad200;
	background-color: #f6d345;
	vertical-align: middle;
	float: left;
}

.boxTitle, .boxTitleFocus {
	position: relative;
	left: 0px;
	top: 0px;
	width: 185px;
	padding: 0px 10px;
	border-color: #fab322;
	border-style: solid;
	border-width: 1px;
	background-color: #f6d345;
	vertical-align: middle;
}

.boxTitleFocus {
	border-color: #9f0b16;
	background-color: #fb3647;
}

.boxText {
	position: relative;
	left: 0px;
	top: 0px;
	width: 185px;
	margin: 0px 0px 25px 0px;
	padding: 0px 10px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	border: none;
}

a:hover {
	color: #ac1221;
}

a.navigatorLink {
	color: black;
	font-size: 8pt;
--	font-size: 10px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	border-left: 1px dotted;
	border-color: #4C4B46;
}

a.navigatorLink:hover {
	color: #ac1221;
}

a.menuItem {
	padding: 0px 15px;
	color: #544d40;
	font-size: 8pt;
--	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

a.normalText {
	color: white;
}

a.normalText:hover {
	color: #ac1221;
}

a.imageCredits{
	color: #4c4b46;
}

a.imageCredits:hover{
	color: #ab9c56;
}

h1, h2 {
	position: relative;
	left: 0px;
	top: 0px;
    margin: 20px 0px 2px 130px;
    padding: 0px;
	color: #ffb10d;
    text-align: left;
	font-size: 14pt;
--	font-size: 16px;
	text-transform: uppercase;
}

h2, .videoTitle {
	margin: 15px 0px 2px 331px;
	color: #ffd000;
	font-size: 12pt;
--	font-size: 14px;
	text-transform: capitalize;
}

.navigatorLink, .menuItem {
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: 600;
}

h1, h2, #webSpaceName, .videoTitle {
	font-family: "Trebuchet MS", Tahoma, "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: 600;
}

.citationText {
	font-family: Georgia, "Book Antiqua", "Times New Roman", Times, serif;
}

p, a, .normalText, #imageCreditsArea {
	margin: 0px;
	color: white;
	font-size: 8pt;
--	font-size: 10px;
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4;
	overflow: hidden;
}

p, .normalText, #imageCreditsArea {
	padding: 5px 0px;
}

.citationText {
	padding: 0px 0px;
	text-align: center;
	vertical-align: text-top;
	font-style: italic;
	font-size: 8pt;
--	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
	color: white;
	margin: 10px 5px 10px 0px;
}

table.info {
	padding: 0px;
	margin: 0px;
	width: 700px;
}

td.spacerRow {
	margin: 20px 0px;
	padding: 0px;
}

td.spacerColumn {
	width: 130px;
	margin: 0px;
	padding: 0px;
}

td.sideInfo {
	width: 200px;
	height: auto;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}


td.mainInfo {
	width: 370px;
	height: auto;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
