html, body {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0;
    background: #7d664e;
	color:#ffffff;
}

a {
	color:#d7bf8a;
	font-size:11px;
	text-decoration:underline;
	font-weight: normal;
}

img {
	border: 0px;
}

#header {
	background-color: #7d664e !important;
	background-image: url('../images/title.gif');
	background-position:center;
    background-repeat: no-repeat;
	height: 53px !important;
}

#footer {
	background-color: #7d664e !important;
	height: 53px !important;
	text-align:center;
	line-height: 20px;
}

#mainView {
	background-color:#000000;
    background-image: url('../images/bgPhoto.jpg');
	background-position:center;
    background-repeat: no-repeat;
	color:#ffffff;
	text-align:center;
	height: 440px;
	width: 790px;
}

#mainViewLeft,
#mainViewLeft2 {
	background-color: #000000;
    background-image: url('../images/bgPhotoRPanel.jpg'); /* Notes... */
	background-position:left;
    background-repeat: no-repeat;
	color:#ffffff;
	overflow:hidden;
	text-align:center;
	width: 446px;
}

#mainViewLeft2 {
    background-image: url('../images/bgPhotoLPanel.jpg');
	background-position:right;
}

#mainViewRight,
#mainViewRight2 {
	background-color: #000000;
    background-image: url('../images/bgPhotoRPanel.jpg'); /* Notes... */
    background-repeat: no-repeat;
	background-position:right;
	color:#ffffff;
	overflow:hidden;
	width: 344px;
}

#mainViewRight2 {
    background-image: url('../images/bgPhotoLPanel.jpg');
	background-position:left;
}

#scrollBox,
#scrollBox2 {
    background-image: url('../images/bgPhotoRPanel.jpg'); /* Notes... */
    background-repeat: no-repeat;
	background-position:right;
	width: 314px;
	height: 414px;
	overflow-x:hidden;
	overflow-y:auto;
	padding: 15px 15px 15px 15px;
}

#scrollBox2 {
    background-image: url('../images/bgPhotoLPanel.jpg');
	background-position:left;
}

#closeBox {
    position:relative;
	height: 0px;
	top:-444px;
	left:0px;
}

.iPhone {
    position:relative;
    padding: 10px;
	white-space: nowrap;
}

.iPhone a {
    font-size: 14px !important;
	font-weight: bold;
	line-height: 60px;
	text-decoration: none;
}

.graffitiLinks {
	background-image: url('../images/graffitiHighlight.gif'); /* Notes... */
	background-repeat: no-repeat;
	background-position: 0px 440px;
}

.newsLink {
	background-position: 0px 0px !important;
}

.contactLink {
	background-position: 0px -444px !important;
}

.castLink {
	background-position: 0px -888px !important;
}

.crewLink {
	background-position: 0px -1332px !important;
}