/*********************/
/* Dusting Divas CSS */
/*********************/
/**************************************************** SITE STYLING ****************************************************/
html, body { height:100%; margin:0; padding:0; }
html { background:black; }
body { color:white; font:normal 14px Trebuchet MS; }
a { color:#709dc6; }
h2 { margin:0 0 5px 0; padding:0; }
h3 { margin:0; padding:0; }
p { margin:0 0 10px 0; padding:0; }
ul { margin:0; padding:0 0 0 15px; }

#container { margin:0 auto; width:1200px; }
#wrapper { /*background:url('/images/wrapper_bg.jpg') repeat-y;*/ float:left; padding:20px 230px 175px 270px; position:relative; width:100%; }
#wrapper .top { position:absolute; top:0; left:0; }
#wrapper .bottom { position:absolute; bottom:0; left:0; }
#header { float:left; position:relative; width:100%; }
#right_container { float:left; width:330px; }
#contact_info { color:#709dc6; font:bold 14px Arial; float:left; height:72px; padding:0 15px 0 0; text-align:right; width:330px; }
#content { float:left; position:relative; width:700px; }
#footer { float:left; position:relative; width:100%; }

.left { float:left; }
.right { float:right; }

.forty { width:39%; }
.fifty { width:49%; }
.sixty { width:59%; }
.hundred { width:100%; }

.content_box { background:url('/images/content_box_bg.jpg'); color:black; font-size:11px; float:left; position:relative; width:340px; }
.content_box div { font-size:14px; float:left; padding:40px 60px 50px 70px; position:relative; }
.content_box div.quote { height:320px; }
.content_box h3 { position:relative; text-align:center; width:190px; }
.content_box .top { position:absolute; top:0; left:0; }
.content_box .bottom { position:absolute; bottom:0; left:0; }

/****************************************************** HOME PAGE *****************************************************/
.profile { font-size:11px; float:left; padding:10px 0 10px 0; width:100%; }
.profile img { float:left; margin:3px 8px 0 0; width:130px; }
.profile p { margin:0 0 0 0px; }
.customer_quote { display:none; position:absolute; top:75px; left:20xp; width:210px; }