body { 
    margin: 10px;
    padding: 0; 
	font-family: georgia, serif;
	font-size: 12px;
	letter-spacing: -0.2pt;
	word-spacing: -0.8pt;
	line-height: 1.5;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
	font-size: 16px;
}


#extraLinks {
    margin: 0 auto;
    position: absolute;
	left:390px;
	top: 57px;
    overflow: auto;
}

ul.externalLink {
    list-style: none;
	margin: 0;
    padding: 0;
    padding-bottom: 9px;
    position: absolute;
	left:390px;
	top: 57px;
	z-index: 1;
}

ul.externalLink li {
    display: inline;
    margin-right: 10px;
	text-transform:uppercase;
	font-weight: bold; 
}

ul.externalLink a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}
ul.externalLink a.selected {
    background-color: #fff;
}

ul.externalLink a:focus {
    outline: none;
}

#slider {
    width: 899px;
    margin: 0 auto;
    position: absolute;
	left:30px;
	top: 57px;
    overflow: auto;
}

.scroll {
    height: 449px;
    width: 899px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF;
}

.scrollContainer div.panel {
    padding: 10px;
    height: 449px;
    width: 889px;
	font-size: 90%;
    overflow-x: hidden;
}
/*
#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}
*/
ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
	text-transform:uppercase;
	font-weight: bold; 
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}
/*
ul.navigation a:hover {
    background-color: #f6f6f6;
} */

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
