body {
	margin:0;
	padding:0;
	width: 7400px;
	height: 509px;
	color:#333; 
	font: 62.5%/150% Tahoma, Sans-Serif; 
	/*background: #22b1e1 url(../img/bg.gif) repeat-x left top;*/
}

.logo{width:/*200px*/; height:/*200px*/;}
h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

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

#page {
	height: 509px; 
	position:relative;
}

#leftsider {
	margin: 50px 0 0 20px;
	float: left;
	width:280px; 
	background-image: url(img/file.jpg);
	font-weight: bolder;
	/*background-repeat:no-repeat;*/
}

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

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

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

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

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

#content {
	margin: 75px 0 0 40px;
	margin-top:50px;
	float: left;
	font-size: 1.1em; 
}
#content div{
margin-left:20px;}

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

.par {
	/*margin: 0px 20px 0 0px; 
	padding-left: 30px; */
	float: left; 
		
	height: 400px;
}
#fifth{width:682px;}

.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: #8bbd4a;
	/*background: url(../img/leftsmall.png) no-repeat scroll left center;*/
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	color:#578115;
}

#arrows {
	position: fixed;
	top: 610px;
	left: 410px; 
	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 {
	position:absolute;
	width:150px;
	top:440px;
	left:95px;
	padding: 20 10px 0px 0;
	
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
	

}