body {
	margin:0;
	padding:0;
	width: 2500px;
	height: 600px;
	color:#888; 
	font: 40%/170% courier, Sans-Serif; 
	background: #000 url(../) repeat-x left top;
}

h2 {font-size: .5em}
h3 {font-size: .8em}

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

.white {color:#FFFFFF}

#page {
	height: 600px; 
}

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

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

#menu {
	margin-top: 60px; 
	padding-left: 6px;
}

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

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

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

#content {
	margin: 10px 0 0 40px; 
	float: left;
	font-size: .8em; 
}

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

.par {
	margin: 0px 30px 0 0px; 
	padding-left: 30px; 
	float: left; 
	width: 500px;	
	height: 600px;
}

.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: #555;
	background: url(../images/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.7em;
}

p.secbot a:hover {
	border-bottom:1px solid #555;
}

#arrows {
	position: fixed;
	top: 600px;
	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: 30px;
}

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

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


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

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