body {
	margin:0;
	padding:0;
	width: 9250px;
	color:#333; 
	font: 62.5%/150% Tahoma, Sans-Serif; 
	background: #fff url(/img/eeback.png) no-repeat bottom;
}

body, html {
	overflow:hidden;
}

h2 {font-size: 1.1em; color: #666;}
h3 {font-size: 1.4em; color: #666; margin:0px;}

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

#page {
	height: 509px; 
}

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

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

#leftsider a{
	color: #666;
	text-decoration:underline;
}

#leftsider a:hover{
	color: #FFF;
	background-color:#666;
}

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

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

#menu a{
	text-decoration: none;
	text-transform:uppercase;
	background-color: #666;
	color: #FFF;
}

#menu a:hover{
	color:#666;
	background-color:#FFFFFF;
	text-transform:uppercase;
}

#content {
	margin: 75px 0 0 340px; 
	float: left;
	font-size: 1.1em; 
}

#content h4 {font-size: 1.2em; background-color:#000; color:#FFF; font-weight:bold; text-transform:uppercase;}

.par {
	margin-left:30px;
	padding-left:60px;
	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: #333333;
	background: url(../img/leftsmall.png) no-repeat scroll left center;
	text-decoration:underline;
	font-size:0.9em;
	text-transform:uppercase;
}

p.secbot a:hover {
	border-bottom:1px solid #333333;
	color: #FFF;
	background-color:#333333;
	text-transform:uppercase;
}

#arrows {
	position: fixed;
	bottom: 10px;
	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(../img/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig.png) no-repeat;}


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

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