
body {
        background-color: #d2cfd8;


}  

#main p {margin-right: 7em;
}

/* The box with the picture and text */
.figure { 
    float: left;
    width:20em;
    margin: 0 10px 10px 1px;
    height: 27em;

}

/* Style the link */

/* The picture including border */
.figure .photo img {
    border: 1px solid #666;
    background-color: #FFF;
    padding: 4px;
    width: 10em;
}

/* The text below the picture. */
.figure p {
    font: 1.1em/normal Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 10px 80px 2px 0;
}


/* Style the link */

/* The picture including border */

#banner {background-color: #0000fb;
         margin: 0 0 0 0;
         float:left;
         width:100%;
}
#banner img{margin:0 auto 0 auto;
            float:left;
            border: 0px;
}

#banner p{font-family: serif;
          font-size-adjust: 0.58;
          text-align:center;
          color:#b2293d;
          clear:both;
}
#banner .title{
          background-color:#c8c133;
          text-align:center;
          margin: 0 ;
          clear:both;

}

#left {
        background: transparent url(http://www.sensationaltropics.com/images/border.jpg) left top repeat-y;

}

#contentwrapper {position:relative;
        float:left;
  	min-width: 600px;

}

#main {
	margin: 0 0em 0 9em;
        background-color: #d2cfd8;
        
}

#navigation {
	position:absolute;
	left: 0;
	top: 0;
        width: 95px;
	background-color:#63c7fb;


}


#navigation .figure .photo img, #right .figure .photo img {
    padding: 0px;
    width: 95px;
    border:none;
}

#navigation .figure p, #right .figure p {
    font: .7em/normal Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 10px 10px 0 0;
}

#navigation .figure, #right .figure { 
    float: left;
    width:95px;
    margin: 0 10px 10px 0px;
    height: 9em;
}

#artists .figure { 
    height: 10em;
}


#artists .figure .photo img {
    width: 80px;
}


#artists {
	position:absolute;
	right: 0;
	top: 0;
        float: right;
        width: 80px;
        background: #c62e21;
/*        background: pink url(http://www.sensationaltropics.com/images/border.jpg) right top repeat-y;*/
}

#artists .figure { margin: 0 0px 0 0px;
                width: 4em;
}


#footer {
        clear: both;
        margin: 100px;
}

