#container {
	width: 725px;
	margin: 0 auto;
}

/* Font Stack */
body {
font-family:Palatino,"Palatino Linotype",Georgia,"Times New Roman",serif;
background-color: #E39F52;
}

img {
	border:none;
}

#header {
	height: 223px;
	width: 617px;
	margin: 0 auto;
}

.logo {
	float: left;
}

div.h1 {
	height: 223px;
	width: 133px;
	float: left;
	background-image: url('images/logo_01.png');
}

div.h2 {
	height: 223px;
	width: 484px;
	float: left;
}

div.h3 {
	height: 223px;
	width: 85px;
	float: right;
}

#social {
	width: 85px;
	float: right;
	margin-top: 80px;
}

#leftSide {
	width: 74px;
	height: 30px;
	background-image: url('images/border_01.png');
	float: left;
}

#middle {
	width: 576px;
	height: 30px;
	float: left;
}

#rightSide {
	width: 71px;
	height: 30px;
	background-image: url('images/border_03.png');
	float: right;
}

#content {
	width: 721px; 
	height: 421px;
} 

#content img{
	float: left;
}

#loadingBay {
	width: 671px;
	min-width: 671px;
	height: 361px;
	min-height: 361px;
	float: left;
}
#holdingBay {
	width: 671px; 
	height: 361px;
	}


#tabs {
	width: 484px;
	height: 40px;
	margin-top: 191px;
}

#tabs img{
	float: left;
}

img.latent {
	cursor: pointer;
}

#footer {
	width: 150px;
	height: 150px;
	margin: 0 auto;
}
#footer p {
	font-size:10px;
}

.gone {
	display: none;
}

#menuSelection {
	width: 671px; 
	height: 361px;
}

/* Scrollable */
	
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 645px;
	height:120px;
	display:none;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:725px;
	display:none;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:8px 8px 8px 8px;
	padding:2px;
	width:195px;
	height:114px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left; 
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    display:block;
    width:28px;
    height:41px;
    float:left;
    margin:46px 10px;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right                 { background:url(images/subnav/right-arrow.png) no-repeat; clear:right; margin-right: 0px;display:none}


/* left */
a.left              { margin-left: 0px; background:url(images/subnav/left-arrow.png) no-repeat; } 


/* disabled navigational button */
a.disabled {
    visibility:hidden !important;       
}   
