* {
	padding: 0;
	margin: 0;
}
body {
	background: #adbfc3;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	margin: 50px auto 0;
	text-align: left;
	background: white;
	height: 600px;
	width: 800px;
	position: relative;
}
#bambooTop, #bambooLeft, #bambooBottom, #bambooRight { position: absolute; }
#bambooTop { top: -15px; left: -20px; }
#bambooLeft { top: 3px; left: -7px; }
#bambooBottom { top: 597px; left: -20px; }
#bambooRight { top: 3px; left: 794px; }
#plaguesAndPleasuresLogo {
	position: absolute;
	top: 2px;
	right: 0;
}
#sonnySun	{
	position: absolute;
	top: 35px;
	left: 670px;
}
#saveSonnysSea	{
	position: absolute;
	top: 320px;
	left: 674px;
	cursor: pointer;
}
#previousScreenings	{
	cursor: pointer;
}
a img {
	border: 0;
}
img#layout { border: 0; }
#leftNavigation	{
	position: absolute;
	top: 0;
	left: 0;
}
#leftNavigation img, #bottomNavigation img {
	position: absolute;
	cursor: pointer;
	border: 0;
}
#filmOn	{
	top: 219px;
	left: 28px;
}
#placeOn	{
	top: 286px;
	left: 8px;
}
#peopleOn	{
	top: 347px;
	left: 6px;
}
#filmmakersOn	{
	top: 404px;
	left: 1px;
}
#trailerOn	{
	top: 480px;
	left: 53px;
}
#bottomNavigation {
	position: absolute;
	top: 538px;
	left: 0;
}
#pressKit, #buyDVD, #screenings, #reviewsAndAwards	{
	position: absolute;
}
#pressKit {
	left: 241px;
}
#buyDVD {
	left: 360px;
}
#screenings {
	top: -3px;
	left: 480px;
}
#reviewsAndAwards {
	left: 612px;
}

#mainContent {
	position: absolute;
	top: 0; 
	left: 155px;
	width: 643px;
}
.screeningNote	{
	color: #0066CC;
}
img.thumbnail { cursor: pointer; }

/* FISHY SCROLLBAR */
/* wrap to make sure that image area is clickable */
#wrap, #wrap2 {
	float: left;
	width: 11px;
	background: transparent url(images/Arrow2Down.png) no-repeat bottom left;
	text-align: left;
	margin-left: 2px;
}

/* top image of track */
#trackTop, #trackTop2 {
	position: absolute;
	width: 11px;
	height: 10px;
	background: transparent url(images/Arrow2Up.png) no-repeat top left;
}

/* vertical track */
#track, #track2 {
	position: absolute;
	width: 11px;
}

/* vertical track handle */
#handle, #handle2 {
	width: 11px;
	height: 9px;
}
#handle img, #handle2 img { position: relative; left: -1px; }


