body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
	  
html { font-size: 13px; font-family:Arial, sans-serif; }
a:link{
color:#2eb4e9;
text-decoration:underline;
}
a:hover{
color:#f77d2a;
text-decoration:underline;
}
a:active{
color:#2eb4e9;
text-decoration:underline;
}
a:visited{
color:#2eb4e9;
text-decoration:underline;
}

#nav_main ul{
margin:0;
padding:0px;
cursor:pointer;
}
#nav_main li{
float:left;
display:inline;
margin:0;
padding:2px 0 0 0;
background:url(images/navbtn.png) no-repeat left top;
color:#21333a;
height:35px;
width:93px;
text-align:center;
}
#nav_main a{
font-family:Tahoma, Arial, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#ffffff;
text-align:center;
}
#nav_main a:hover{
float:left;
display:inline;
margin:0;
padding:2px 0 0 0;
color:#ffffff;
height:32px;
width:93px;
text-align:center;
background:url(images/navbtn.png) 0 -47px;
}
		
#wrapper { border: 1px dotted gray; width:700px; margin:0 auto; padding:15px; margin-top:15px; }
		
#panes {
text-align: justify;
border-style: none;
/*width: 245px;*/
margin-top:0;
clear:left;
}
		
#panes p {
width: 690px;
margin: 5px auto 1em auto;
line-height: 1.2em;
}
		
#panes div div { overflow: hidden; }

/*		
#previous { float: none; cursor: pointer; }
#next { float: none; cursor: pointer; }
*/
.img{
margin:6px;
border:5px #dddddd solid;
float:left;

}

