body {
 margin: 0px;
 padding: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 background-color: #40104b;
}

#phone {
 position: absolute;
 z-index: 100;
 background-color: #5a1e67;
 font-size: 16px;
 font-weight: bold;
 margin-top: 27px;
 margin-left: 0px;
 color: white;
}

#menu1 {
 width: 100%;
 
 margin: 0px;
 padding-top: 9px;
 
 text-align: center;
 
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12pt;
}

#menu1 div {
 margin-left: 60px;
 padding: 0;
 
 display: inline;
 }

#menu1 div a, #menu1 div a:hover, #menu1 div a:visited {
 color: white;
 text-decoration: none;
 }

#rcont {
 padding-left: 25px;
}

#rcont p {
 font-family: impact;
 text-align: center;
 font-size: 32px;
 font-style: italic;
 color: white;
}


/* LEFT CONTENT */
#lcont {
 width: 223px;
 
 padding: 0;
 margin: 30px 0 0 20px;

}

/* LEFT CONTENT HEADER */
#lcont .csc-header {
 height: 39px;

 background-image: url('/design/themes/womanlove/images/lcont_header.gif');
 background-repeat: no-repeat;
}

/* LEFT CONTENT HEADER TEXT */
#lcont div h1 {
 font-size: 12pt;
 color: white;
 
 text-align: center;

 margin: 0px;
 padding-top: 9px;
}

/* LEFT CONTENT TEXT */
#lcont p {
 
 margin: 0px;
 padding: 5px 20px 5px 10px;

}

#lcont .text {
 border: 1px;
 border-color: #f23482;
 border-style: solid;
 
 margin-bottom: 15px;
 
 font-size: 10pt;
}


/* CONTENT */
#cont {
 width: 60%;
 
 margin: 30px 0 0 40px;
 
 padding: 0;
}

#cont div h1 {
 font-size: 14pt;
 color: #40104b;
}

#cont p {
 font-size: 12px;
 text-align: justify;
}