#content {
width : 60%;
}
.rightcol {
margin-top: 0px;
width : 35%;
padding-top : 0;
padding-left : 5%;
float : left;
}

h1 {
font-size: 1.4em;
}
h2 {
font-size: 1.5em;
}
.imagelinks {
width: 135px;
height: 135px;
background: #000;
-moz-border-radius: 65px;
-webkit-border-radius: 65px;
border-radius: 65px;
float : left;
text-align : center;
font-size: 0.93em;
line-height: 1.1em;
margin-bottom: 1em;
margin-right: 1em;
background-repeat: no-repeat;
}
.imagelinks A:link, .imagelinks A:visited {
text-decoration : none;
color : transparent;
background-color : transparent;
display : block;
padding : 22px;
height : 90px;
-moz-border-radius: 65px;
-webkit-border-radius: 65px;
border-radius: 65px;
margin-bottom : 30px;
}

.imagelinks A:hover, .imagelinks A:focus, .imagelinks A:active {
text-decoration : none;
color : #fff;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
background-color : rgba(0,0,0, 0.75);
-webkit-box-shadow: 0px 13px 13px -5px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 13px 13px -5px rgba(0,0,0,0.41);
box-shadow: 0px 13px 13px -5px rgba(0,0,0,0.41);
}

.imagelinkstext {
margin-top : 40px;
display : block;
}

#balance {
background-image:url("/images/homebalance.png");  
}

#blindsailing {
background-image:url("/images/homeblindsailing.jpg"); 
}

#pal {
background-image:url("/images/homepalreading.png"); 
}
#tobias {
background-image:url("/images/hometobias.jpg"); 
}

#imerciv {
background-image:url("/images/homeimerciv.png");  
}



