body		{
background-color:#efefef; /*outside of container*/
}

body, p {
/*font-family: "arial", sans-serif;*/
/*original color: #a1923d*/
font-family: "arial", sans-serif;
font-size:	12px;
color:		#a0a0a0;
margin:		0;
text-decoration: none;
}

#container	{
width:		1024px;
height:		710px;
margin-left: auto;
margin-right:auto;
padding:	5px;
background-color:#ffffff;
}
#logo		{
margin-bottom:5px;
}

#caption	{
position:	relative;
width:		400px;
top:		4px;
margin-left:140px;
font-size:	14px;
}

#contentWindow {
width:		870px;
height:		400px;
float:		left;
overflow:	hidden;
}

#image {
/*width:	2000px; maximum image width*/
height:		400px;
}

#text  {
font-size:	15px;
width:		600px;
height:		400px;
}

#smallText  {
position:	relative;
left:		0px;
top:		-400px;
font-size:	13px;
width:		275px;
height:		400px;
}

#scrollZone {
position:	relative;
top:		2px;
left :		140px;
height:		20px;
width:		870px;
overflow:	hidden;
}

#scroller {
/*position:	absolute;*/
top:		0px;
left:		140px;
width:		0px;
height:		10px;
background:	#a0a0a0;
}
.categoryitems {
font-family:	"arial", sans-serif;
font-size:		12px;
}

.arrowlistmenu {
width:		140px; /*width of accordion menu*/
float:		left;
cursor:		pointer;
font-family: "arial", sans-serif;
font-size:	12px;
/*color:		#a1923d;*/
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
padding-left: 5px; /* indented 10px*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
}

