BODY  {
    background : #fff;
    margin : 0;
    text-align: center;
    font-family : tahoma, verdana, helvetica, sans-serif;
}
html { overflow-y: scroll; }
H1 , H2 , H3 , H4 , H5 {
	color : #1A171B;
    font-family : tahoma, verdana, helvetica, sans-serif;
    font-weight : bold;
}
H1 {
	font-family : tahoma, verdana, helvetica, sans-serif;
	font-weight : normal;
    font-size : 22px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 5px #D7ECF6 solid;
}
H2 {
    font-size : 13px;
    margin: 30px 0 10px 15px;
    border-bottom: 3px #D7ECF6 solid;
}
P , TD , UL , OL , BLOCKQUOTE , INPUT , TEXTAREA , SELECT , DIV {
    font-family : tahoma, verdana, helvetica, sans-serif;
    color : #1A171B;
}
PRE {
    font-family : monospace;
}
DIV , P , TD , UL , OL {
    font-size : 13px;
}
P {
    line-height : 150%;
    margin: 10px 0 3px 30px;
}
DIV .indent {
    margin: 10px 0 3px 30px;
}
A , A:link , A:visited , A:active {
    color : #003C8C;
    text-decoration : none;
    font-weight : bold;
    text-decoration : none;
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
A:hover {
    text-decoration : underline;
}
FIELDSET, IMG { 
	border:0; 
}
TD IMG {
	display: block;
}
UL {
	margin: 0 0 0 30px;
	padding: 0;
	line-height : 150%;
}
UL LI {
    margin: 0;
	padding: 0 0 0 5px;
}
FORM {
    margin : 0;
}
INPUT {
    font-size : 9px;
    font-family : arial, Helvetica, sans-serif;
}
TEXTAREA , TEXTAREA , SELECT {
    font-size : 10px;
    font-family : arial, Helvetica, sans-serif;
}
.stream {
    display : none;
}
.skip {
	position: absolute;
	left: -1000em; 
	width: 20em;
}
#bodywrap {
	text-align: left;
    margin: 0 auto;
    width : 941px;
}

#top {
    width : 100%;
    height : 68px;
    background: transparent url("images/top_background.gif") repeat-x 0 0;
}

#main {
	margin: 35px auto 0;
    width : 941px;
}
#bluelagoon {
	float: left;
    width : 399px;
}
#dermaroller {
  float: left;
  width : 251px;
  margin-left: 20px;
}
#pdt {
 float: right;
  width : 251px;
  xxmargin-left: 20px;
}

#footer {
	clear: both;

    text-align: center;
    border-top: 5px #D7ECF6 solid;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-top: 8px;
}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
