#container {
/*border: solid black;*/
width: 950px;
margin: 0px auto;
position: relative;
font-family:      "verdana",
				  "Avant Garde",
				   Helvetica,
                  "sans-serif";
line-height: 1.3em;
letter-spacing:0em;
font-weight: bold;
font-size: 13px;
color: white;
}

#headerSection {
/*border: solid red;*/
height: 219px;
background-image: url(../images/header.png);
position: relative;
}

#indexLink {
position: absolute; 
top: 30px; 
left: 50px; 
width: 155px; 
height: 130px; 
background-color: transparent; 
cursor: pointer;
}

#headerLinks {
height: 32px;
width: 950px;
text-align:center;
position: absolute;
bottom: 0;
background-image: url(../images/linkback.png);
/*margin-top: 60px;*/
}

#bodyIndexSection {
height: 355px;
/*border: solid blue;*/
}

#bodyContent {
/*border: dotted #FDF;*/
padding: 20px;
height: 310px;
width: 550px;
margin: 0px auto;
}

#albumContent {
/*border: dotted #FDF;*/
padding: 10px;
height: 478px;
width: 650px;
margin: 0px auto;
}

li {
padding-bottom: 12px;
}

#contactContent {
line-height: 1.5em;
text-align: center;
padding: 20px;
height: 230px;
width: 280px;
margin: 40px auto;
}

#contactContent  a {
color: white;
}

#contactContent  a:hover {
color: #d5a836;
}

#contactContent  p {
margin-top: 25px;
font-size: 14px;
}

#orangeTitle {
color: #d5a836;
font-size: 16px;
}

#contentDivScroll {
height: 280px;
padding: 0px;
}

#footerSection {
height: 122px;
background: url(../images/footer.png) no-repeat 50% 50%;
}

#leftDoor {
	z-index: 10;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 470px;
	background-color: #000000;
	background-image: url(../images/leftdoor.png);
	background-repeat: no-repeat;
	border-left: 5px solid white;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

#rightDoor {
	z-index: 10;
	position:absolute;
	top: 0;
	left: 475px;
	height: 100%;
	width: 470px;
	background-color: #000000;
	background-image: url(../images/rightdoor.png);
	background-repeat: no-repeat;
	border-right: 5px solid white;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

.left .jScrollPaneTrack {
	left: 0px;
	right: auto;
	background-color: #000000;
}
			
.left .jScrollPaneDrag {
	background: url(../images/scroll_cursor.png) no-repeat 45% 0%;
}
			
.left a.jScrollArrowUp {
	left: 0;
	right: auto;
}
			
.left a.jScrollArrowDown {
	left: 0;
	right: auto;
}

#flashcontent {
	height: 100%;
}

