body {
	margin:0;
	padding:0;
	width: 3600px;
	height: 515px;
	color:#E2D5A9; 
	font: 80%/130% arial narrow;arial narrow

}

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

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

#page {
	height: 509px; 
}

#leftsider {
	padding: 50px 0 0 50px;
	float: left;
	width:400px;
}

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

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

#menu ul {
	list-style: url();
}

#menu a{
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover{
	border-bottom: 1px solid #22b1e1;
}

#content {
	margin: 15px 0 0 40px; 
	float: left;
	font-size: 1.2em; 
}

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

.par {
	margin: 0px 80px 0 0px; 
	padding-left: 30px; 
	float: left; 
	width: 500px;	
	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: #F6b901;
	text-decoration:none;
	font-size:0.9em;
}


#arrows {
	position: fixed;
	top: 395px;
	left: 300px; 
	width: 270px;
	height: 100px;
	cursor: pointer;
}

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

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 130px;
	height: 100px;
}

#arrows ul li a{
	margin-right: 0px;
	float: left;
	display: block;
	width: 120px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

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


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

#rightsider a{
	color: #CCCCCC;
	text-decoration: none;
}

