body { color: black; background-color: white; margin: 0; padding: 0; }
#container { position: relative; width: 992px; height: auto; margin-right: auto; margin-left: auto; border: solid 1px white; }
#logo { position: absolute; top: 0; left: 0; width: 496px; height: 64px; }
#menu { position: absolute; top: 80px; left: 16px; width: 960px; height: 16px; }
#menu td { color: #999; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; }
#menu a:link { color: #999; text-decoration: none; }
#menu a:visited { color: #999; text-decoration: none; }
#menu a:hover { color: #900; text-decoration: none; }
#menu a:active { color: #900; text-decoration: none; }
#menu a.selected { color: #900; }
#home { position: relative; clear: both; float: left; top: 144px; left: 16px; width: 960px; height: 1024px; }
#credits { position: relative; clear: both; float: left; top: -108px; left: 16px; width: 496px; height: 48px; padding-bottom: 32px; }
#content { position: absolute; top: 144px; left: 16px; width: 460px; }
#contentPopups { position: absolute; top: 144px; left: 16px; width: 460px; z-index: 5; }
#itemContainer { position: relative; width: 960px; }
#imageContainerLeft { text-align: center; vertical-align: middle; position: relative; width: 472px; height: 480px; float: left; }
#imageContainerLeft img { margin: 0; border-color: #666; }
#imageContainerRight { text-align: center; position: relative; width: 472px; height: 480px; vertical-align: middle; float: left; }
#imageContainerRight img { margin: 0; border-color: #666; }
#imageContainerWide { text-align: center; position: relative; width: 960px; height: 960px; vertical-align: middle; float: left; }
#imageContainerWide img { margin: 0; border-color: #666; }
#popupContainer { margin-right: auto; margin-left: auto; position: absolute; top: 0; left: 0; width: 992px; height: auto; z-index: 20; border: solid 1px white; }
h1 { color: #666; font-size: 18px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; font-style: normal; line-height: 32px; margin: 0 0 16px; padding: 0; }
p { color: #666; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; margin-bottom: 16px; }
p img { padding-right: 8px; }
p input { padding-right: 8px; }
td { color: #999; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; }
a:link { color: #666; }
a:visited { color: #666; }
a:hover { color: #900; }
a:active { color: #900; }

#logout {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 160px;
}

/*CMS controls */
#cms {
	/*z-index: 25;*/
	border: 2px dotted #d03c02;
	margin: 8px 0 8px 0;
}

#cmsControlBeam {
	background-color: #d6dfe6;
	height: 24px;
	line-height: 24px;
	text-align: center;
	/*z-index: 25;*/
}

#cmsControlBeam img {
	margin: 4px 8px 0px 8px;
	padding: 0;
}

