﻿/* Magic House Holding Page - February 2009 */

/* Zeroing */
html, body, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset
{
margin: 0;
padding: 0;
border: 0;
font-family: "Times New Roman", Times;
letter-spacing:0.5px;
}

/* Set 100% Height on parent elements */
html, body, form 
{
    height:100%;
}

/* Create a wrapper */
#wrapper
{
    width:974px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(shadowBG.jpg);
    height:100%;
}
    * html #wrapper {
        height: 100%;
    }
#left 
{
    width:365px;
    margin-left:8px;
    float:left;
    display:inline;
}
#underConstruction 
{
    height:50px;
    background-color:#CA86B5;
}
#right 
{
    margin-left:373px;
    padding-right:8px;
    width:593px;
}
    * html #right {
        width:585px;
    }
#contactInfo 
{
    background-color:#343434;
    height:172px;
}
#captureAddress 
{
    background-color:#FFFFFF;
    height:50px;
}
#portfolio table a
{
    font-size:12px;
    color:#B34A9D;
    text-decoration:none;
}
#portfolio table p
{
    font-size:12px;
    color:#9A9999;
}