body {
	margin:0;
	padding:0;
	width: 8000px;  /* original w= 3250*/
	height: 539px;/* original w= 509 then 539 --- also see below*/
	color:#FFFFFF; /* color of text = white*/
	font: 62.5%/150% Tahoma, Sans-Serif; /* orig size 62.5%/150% = charcol*/
	background: #333333  url(../img/bg_red-black_539h.gif) repeat-x left top; /* color of BG = charcol*/
}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute;
	top:0;
	left:-9000px;
	z-index: 7;
}	

#page {
	height: 539px; /* original 509px*/
}

#leftsider {   /* entire LEFT nav area including Heading*/
	padding: 50px 0 0 0px;  /* # of px from top of page -- orig=50px 0 0 50px -- w-4th # changed to "0" it will Return MENU flush left*/
	float: left;
	width:600px; /* WIDTH of LEFT nav area including Heading -- make double (600) to take full page*/
}

#leftsider h1 {font-size: 2.0em;}

#menu {
	margin-top: 120px;
	padding-left: 20px;
}

#menu ul {
	list-style: url(../img/rightsmall.png); 
}

#menu a{
	text-decoration: none;
	color: #FFCC00; /* color of menu 1-7 text =gold*/
}

#menu a:hover{
	border-bottom: 1px solid #993300; /* color of underscore hover line - 1-7 no text - color=burgundy*/
}

#content {
	margin: 75px 0 0 40px; /* original= 75px 0 0 40px - this moves the starting content box to the left if changed to 30px*/
	float: left;
	font-size: 1.1em; 
}

#content h4 {font-size: 1.2em;}

.par {
	margin: 0px 30px 0 0px; /* original= 0px 30px 0 0px*/
	padding-left: 30px; 
	float: left; 
	width: 315px;	
	height: 300px; 
}

.alt {/* modify this to add style to alternate sections*/}

#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px; 
	padding-left: 15px;
	border-bottom:none;
	color: #FFCC00; /* color of general link text color=gold*/
	background: url(../img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	border-bottom:1px solid #993300; /* color of general underscore hover line - no text - color=burgundy*/
}

#arrows {
	position: fixed;
	top: 440px;  
	left: 650px; 
	width: 90px; 
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 25px;  /* original 30px until image was swapped for a gif*/
}

#arrows ul li a{
	margin-right: 5px; /* original is 5px -- change to 20px and they sit on top of each other*/
	float: left;
	display: block;
	width: 40px;
	height: 25px; /* px space between the two arrows -- original 30px*/
	overflow: hidden;
	cursor: pointer;
	font-size: 50em; 
	text-indent: -9000px; 
}

#arrows ul #left a {background: transparent url(../img/leftbig1.gif) no-repeat;} /* original leftbig.png*/
#arrows ul #right a{background: transparent  url(../img/rightbig1.gif) no-repeat;} /* original rightbig.png*/


#rightsider {
	padding: 0 20px 0px 0;
}	

#rightsider a{
	color: #FFCC00; /* color of link - credits - color=gold ----no underscore*/
	text-decoration: none;
}

