/* CSS Style Sheet for Silver Dolphins website */

/* ************************************************************************* */
h1,h2 {
	color: #000000;
	font-weight: bold;
	margin: 0 0 .8125em;
        font-size: 21pt ;
}

/* Define overall body style ********* */
body {
     background: #e7fcfd ;
     background-image: url("pool-water-texture-1.jpg");
}

/* ************************************************************************* */
.sd-display-frame {
     background: #e7fcfd  ;
     line-height: 1;
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: 300;
     line-height: 1.625;
     margin: 20;
     margin-top: 30;
     margin-bottom: 30;
     padding-bottom: 50;
}

/* ************************************************************************* */
.sd-content-frame {
		margin: 30;
}

/* ************************************************************************* */
strong {
	font-weight: bold;
}
/* ************************************************************************* */
em{
	font-style: italic;
}

/* ************************************************************************* */
table.sd-page-table {
    border-width: 0px;
    width: 70% ;
}

/* ************************************************************************* */
.sd-page-footer {
		color: #7b7b7b ;
		text-align: center ;
}

/* ************************************************************************* */
.sd-float-right-30{
    float : right ;
    width: 30% ;
    margin : 1%;
}

/* ************************************************************************* */
