@charset "utf-8";
/* CSS Document */

body {
background:url(images/polka.png) repeat scroll center center transparent;
}

a{
color:#663333;
text-decoration:none;
font-weight:bold;
}

a: visited{
color:#663333;
}

h2{
margin-top:5px;
margin-bottom:5px;
padding:0;
line-height:20px;
}
h3{
margin-top:5px;
margin-bottom:5px;
padding:0;
}

#wrapper{
width:800px;
margin:auto;
margin-top:70px;
}

.circle{
   background:url(images/circle.png) no-repeat transparent; 
   width:260px;
   height:260px;
  }
 
.circle p{
text-align: center;
padding-top:100px;
color:#418073;
font-weight:bold;
font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
font-size:18px;
cursor:pointer;
}

.cleanall{
clear:both;
}
.circle2{
   background:url(images/circle2.png) no-repeat transparent; 
   width:180px;
   height:180px;
   margin-left:260px;
  }
.circle2 p{
text-align: center;
padding-top:80px;
color:#418073;
font-weight:bold;
font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
font-size:18px;
cursor:pointer;
}

#nav{
float: left;
width:200px;
margin:0;
height:2000px;
}

#nava{
text-align: center;
padding-top:40px;
width:120px;
height:100px;
margin-top:-30px;
}

#nava a{
text-decoration:none;
font-weight:bold;
font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
color:#418073;
font-size:14px;
}

.current{
background:url(images/circle4.png) no-repeat transparent;
}
.normal{
background:url(images/circle3.png) no-repeat transparent;

}

#wrapper2{
background-color:#FFFFFF;
padding-top:20px;
margin-left:130px;
font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
color:#418073;
font-size:14px;
line-height:30px;
min-height:500px;
}

#wrapper2 p {
margin-right:20px;
text-align:justify;
}


