body { 
    margin: 0;
    padding: 0; 
	font-family:tahoma,arial,verdana,helvetica;
	font-size:	12px;
    background-color: white; /* #EDEDEC; */
}

a {outline: none};

#wrapper {
	position: 		relative;
	top:			0px;
    width: 			780px;
    margin: 		0 /* auto*/ ;
    /* border: 1px solid green; */
}

#intro {
	width: 			780px; 
	height: 		45px;
	font-family:	tahoma,arial,verdana,helvetica;
	font-size:		12px;
    position: 		relative; 
    top: 			0px;
    margin: 		0px 0px 10px 0px; 
    padding: 		0px 0px 0px 0px; 
    border: 		0px solid green;
}

#footer {
	width: 			780px; 
	font-family:	tahoma,arial,verdana,helvetica;
	font-size:		12px;
    position: 		relative; 
    top: 			2px;
    margin: 		0px 0px 0px 0px; 
    padding: 		20px 0px 0px 0px; 
    border: 		0px solid blue;
    /* background: 	url(../images/shade.jpg) top center no-repeat; */
}

h2 {
    margin: 		0;
    margin-bottom: 	14px;
    padding: 		0;
}


/* Overall scroll buttons + panel Container */
#slider {
    position: 		relative;
    top: 			0px; /* === 2 === */
    width: 			602px;
    margin: 		0px 50px 0px 80px; /* 0 auto */
    padding: 		0px 0px 0px 0px;
    background: 	white;;
    border: 		0px solid pink; 
}

/* Scrolling Panel containing the images, outer */
.scroll {
	position: 		relative;
	top: 			2px;
    height: 		370px; 
    border:			1px solid #b0b0b0;
    width: 			620px;
    margin: 		0px 0px 0px 0px; 
    padding: 		0px 0px 0px 0px; 
    overflow: 		auto;
    overflow-x: 	hidden;
    position: 		relative;
    clear: 			left;
    background: 	none /* url(images/content_pane-gradient.gif) repeat-x scroll left bottom */;
}

/* Scrolling Panel containing the images, inner */
.scrollContainer div.panel {
    padding: 		5px 10px 0px 20px;
    margin-top: 	0px;
    height: 		370px; /* must equal the height of 'scroll' to position shadow correctly */
    width: 			620px;
    background: 	white;
}


/* Floating Images in the SCroll Panel */
.scrollContainer img {
	border:			0px solid #b0b0b0;
	margin: 		10px 10px 0px 0px;
	padding:		0px 0px 0px 0px;
}

.scrollContainer a {
	text-decoration:none;
	outline: 		none;
	margin: 		0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;

}

/* Image under the SCroll Panel */
#shade {
	position:		relative;
	top:			2px;
    background: 	url(../images/shade.jpg) no-repeat 0 0;
    height: 		56px;
    border: 		0px solid yellow;
}

#tail {
    position: 		relative;
    top: 			-40px;
}
/* The Div in which the top menu LI buttons sit */
ul.navigation {
	position: 		relative; 
	/* top: 			0px;  */
	bottom: 		-1px;
    list-style: 	none;
    margin: 		0px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
    background: 	white; /* #cebceb; */
	border: 		0px solid black;
	z-index: 		9;
	font-family:	tahoma,arial,verdana,helvetica;
	font-size:		12px;
	overflow:  		hidden;

}

/* The Div in which the top menu LI buttons sit */
ul.navigation li {
    display: 		inline; /* inline; */
    margin: 		0; /* 10px */
    padding: 		0;
    border: 		0px solid #b0b0b0;
}

/* Navigation LI buttons */
ul.navigation a {
	padding: 		6px 0px 7px 10px;
	margin: 		0px 0px 0px 2px;
	line-height: 	30px;             /* required for ie6 == 35 == */
    color: 			#374675;
    text-decoration: none;
	border-top:		1px solid #b0b0b0;
	border-left:	1px solid #b0b0b0;
	border-right:	1px solid #b0b0b0;
	border-bottom: 	1px solid #b0b0b0;
    background:		url("../images2/bg_menu.gif") 0px 0px repeat; 
    outline: none;
}

ul.navigation a:hover {
    /* background-color: #f6f6f6; */
    color: 			#374675;
    background: 	url("../images2/bg_menuhover.gif") 0px 0px repeat; 
    color: black;
	outline: none;
}


ul.navigation a:visited {
	outline: none; 
}

ul.navigation a:active {
	outline: none; 
	color: black;
}
ul.navigation a.selected {
    background-color: #fff;
    /* border-bottom: 	1px solid white; */
    background: 	 white url("../images2/bg_menu.gif") 0px 0px repeat-x; 
    color: 			 black;
	outline: none; 
}


ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 170px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -60px;
}

.hide {
    display: none;
}
