*
{
    margin:0;
    padding:0;
}

html
{
    font-size:100%;
}

h1
{
    font-size:2em;
    margin-bottom:10px;
    color:#D491EE;
}

p
{
    font-size:1.4em;
    font-family:arial, sans-serif;
}

p+p
{
    margin-top:10px;
}

table
{
    font-size:1.4em;
    font-family:arial, sans-serif;
}

tr
{
    height:40px;
}

td+td
{
    text-align:right;
}

span.italic
{
    font-style:italic;
}

span.small
{
    font-weight:normal;
    font-size:.8em;
    color:#ffffff;
}

body
{
    font-size:62.5%;
    color:#ffffff;
    background-color:#DEB6EE;
    text-align:center;  /* this fixes an IE error */
}

#site_box
{
    margin:15px auto;
    width:800px;
    text-align:left; /* this corrects the text-align in body */
}



/*** HEADER **************************************************************/
#header
{
    background-color:#000000;
    border:1px solid #2d2d2d;
    width:800px;
    height:150px;
}

#header_logo
{
    float:left;
    width:410px;
    height:150px;
}

#nav_box
{
    margin:115px 0 0 435px;
    width:330px;
    border-top:1px solid #3D0553;
    border-bottom:1px solid #3D0553;
}

#nav_box ul
{
    list-style-type:none;    
}

#nav_box li
{
    display:inline;
}

#nav_box a, a:link, a:visited, a:active 
{
    color:#D491EE;
    font-family:arial;
    font-size:1.3em;
    text-decoration:none;
}

#nav_box a:hover
{
    color:#3D0553;
}


/*** CONTENT **************************************************************/
#content
{
    background-color:#1d1d18;   /*#FAF0FE;*/
    border:1px solid #2d2d2d;
    width:800px;
    min-height:400px;
}


/*** INDEX *****************************************************************/
#index_img
{
    float:right;
    margin:50px 20px 0 20px;
    border-width:1px 15px 15px 1px;
    border-style:solid;
    border-color:#000000;
}

#index_text
{
    margin:20px 0 20px 25px;
    padding:10px;
    width:400px;
    background-color:#2d2d2d;
    border:1px dotted #000000;
    line-height:20px;
    text-align:justify;
}

#index_def_box
{
    margin:0 0 10px 60px;
}

#index_def_list
{
    font-size:1.6em;
}

#index_def_list dt
{
    color:#D491EE;
    font-weight:bold;
}

#index_def_list dd
{
    font-size:.8em;
    margin:0 0 0 10px;
}


/*** ABOUT ******************************************************************/
#about_img
{
    float:right;
    margin:50px 10px 0 0;
    border:1px solid #000000;
}

#about_text
{
    margin:20px 0 20px 25px;
    padding:10px;
    width:400px;
    background-color:#2d2d2d;
    border:1px dotted #000000;
    line-height:20px;
}


/*** GALLERY ***************************************************************/
.gallery_img
{
    border:5px solid #2d2d2d;
}

#gallery_box
{
    margin:20px 0 20px 15px;
}


/*** SERVICES **************************************************************/
.services_img
{
    float:left;
    margin-right:20px;
    border:1px solid #000000;
}

#services_box
{
    width:775px;
    margin:20px 0 20px 10px;
}

#services_location_text
{
    margin:20px 0 20px 150px;
    padding:10px;
    width:500px;
    background-color:#2d2d2d;
    border:1px dotted #000000;
    line-height:20px;
    color:#D491EE;
    font-size:1.6em;
}

#services_bridal_row
{
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px dotted #2d2d2d;
}

#services_fashion_row
{
    height:220px;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px dotted #2d2d2d;
}

#services_misc_row
{
    height:320px;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px dotted #2d2d2d;
}

#services_spa_text
{
    margin:25px 0 0 0px;
}


/*** CONTACT ***************************************************************/
.contact_row
{
    margin:10px 0 10px 0;
}

#contact_box
{
    margin:50px 0 50px 225px;
    width:550px;
}

#contact_text
{
    width:300px;
    height:100px;
}


/*** LINKS *****************************************************************/
#links_box
{
    width:650px;
    margin:75px 0 75px 50px;
}


/*** FOOTER ****************************************************************/
#footer
{
    background-color:#000000;
    border:1px solid #2d2d2d;
    width:800px;
    height:50px;
}

#footer_copy
{
    margin:10px 0 0 10px;
    font-size:1.1em;
    color:#D491EE;
}

#footer_siteby
{
    margin-left:10px;
    font-size:1em;
    color:#d491ee;
}

#footer_siteby_link
{
    font-size:1em;
    color:#d491ee;
}
































