body {
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
}

#rainbow {
position:absolute;
right:0px;
top:99px;
}

#top {
background-color:#00D3FE;
background-image:url(images/dogCloud.jpg);
background-repeat:no-repeat;
width:100%;
height:174px;
}

#topDivider {
background-image:url(images/topDivider.gif);
text-align:right;
}

select.icon-menu option {
  background-repeat:no-repeat;
  background-position:bottom left;
  padding-left:30px;
}

#navNames {
font-family:arial;
font-size:37px;
color:#00CCFF;
}

#navNames a:link {
font-family:arial;
font-size:37px;
color:#00CCFF;
text-decoration:none;
}

#navNames a:visited {
font-family:arial;
font-size:37px;
color:#00CCFF;
text-decoration:none;
}

#navNames a:active {
font-family:arial;
font-size:37px;
color:#ffffff;
background-color:#00CCFF;
text-decoration:none;
}

#navNames a:hover {
font-family:arial;
font-size:37px;
color:#ffffff;
background-color:#00CCFF;
text-decoration:none;
}

#name {
background-image: url(images/nameBG.gif);
color:#ffffff;
font-family:arial;
font-size:30px;
padding-left:5px;
height:43px;
}

#description {
color:#000000;
font-family:arial;
font-size:18px;
}

#menu {
font-size: 12px;
float: left;
padding-left:10px;
padding-right: 10px;
padding-top:30px;
width: 130px; /* set width of menu */
background: #eee;
/* height: 60%;
overflow: auto; */
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding-left: 10px;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}
}
