body {
	background-color: #F8931D;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color = Black;
	margin:10px 10px 0px 10px;
	padding:0px;
}

/* top */
#contenttop {
	position:relative;
	left:auto;
	top:5px;
	width:auto;
	height:110px;
	z-index:1;
	overflow: hidden;
}

/* left */
#contentleft {
	float: left;
	width: 20%;
	z-index:3;
}

/* right */
#contentright {
	position:absolute;
	right : 10 px;
	top:129px;
	width:161px;
	height:100%;
	z-index:3;
	right: 16px;
	background-color: #F8931D;
	z-index:4;
}

/* middle */
#contentcenter {
	z-index:2;
	float: left;
  	width: 60%;
	background-color: #F8931D;  	
	}
	
H1 {
	font-size: 18px;
	margin : 0px;
	color : #691F1C;
	 /* color : #996600;*/
}

H2 {
	font-size: 14px;
	margin-left: 0px;
    margin-right: 0px;
	margin-top : 5px;
	margin-bottom : 5px;
	color : #691F1C;
	 /* color : #996600;*/
}

IMG.centered {
    
    margin-left: 2px;
    margin-right: 2px;
	margin-top : 15px;
	margin-bottom : 0px;    
}

HR {
	color : #FF8C00;
	background-color : #FF8C00;
}

FORM.imagelist {
	display: none;
}

/* INPUT / width:665px; FORMS */
INPUT {
	width : 100%;
}

INPUT.button {
	width : 100px;
	background: FF9900;
	color: 000000;
}

INPUT.image {
	width : 19px;
	height : 15px;
}

TEXTAREA {
	width :  100%;
	height : 200px;
}

.image{
	vertical-align:middle;
}

.centered{
	vertical-align:middle;
}

.itemmidleft {
	background : #FFAA43 url(/css/left.jpg);
	background-repeat: repeat-y;
	width : 7px;
}
.itemmidtext {
	background : #FFAA43;
}
.itemmidright {
	background : #FFAA43 url(/css/right.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width : 7px;
}

.itembottomcenter {
	background : #FFAA43 url(/css/bottommid.jpg);
	background-repeat: repeat-x;
}



/* Vertical Image scroller */

	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		/* float:left;	/* Floating */
		
		/* CSS HACK */
		height: 434px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/418px;	/* Other browsers */
		height: /**/418px;
		
		/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/120px;	/* Other browsers */
		width: /**/120px;
				
		padding:1px;	/* A little space between the black border and the content inside */	
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:415px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=70);	/* Transparency - IE */
		opacity:0.7; /* Transparency - Firefox */
		padding-top:2px;	/* Space between images */
	}


/* Vertical Image scroller */

