/* Style rules for EdValentine.com */

/* Style rule for page body */
body
{
    background-color: #17120e;
    top: 0px;
    left: 0px;
}

p.textbox
{
    color: #17120e;
    font-family: corbel, arial, sans-serif;
    font-size: medium;
    font-weight: normal;
    text-align: center;
    margin: 0px auto;
    line-height: 1.5;
}
a.textbox
{
    text-decoration: none;
}


p.copyright
{
    color: #b4803b;
    font-family: corbel, arial, sans-serif;
    font-size: x-small;
    font-weight: bold;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

a.copyright
{
    color: #b4803b;
    text-decoration: underline;
}

/* Style rule for fixed logo header */
#header
{
    width: 500px;
    height: 500px;
    margin: 100px auto 0px auto;
    text-align: left;
    border: none;
    top: 0px;
    left: 0px;
    background-color: #600000;
}

#temp_text_box
{
    width: 250px;
    height: 200px;
    margin: 20px 0px 20px 230px;
    text-align: center;
    border: none;
    top: 0px;
    left: 0px;
    background-color: #fffaee;
}



/* Style rule for footer */
#copyright
{
    margin: 0px auto;
    height: 40px;
    width: 500px;
    background-color: #17120e;
    text-align: center;
}

























/* Style rule for footer */
#footer h1
{
    color: #ef8200;
    font-family: arial, sans-serif;
    font-size: xx-small;
    text-align: center;
}

/* Style rule for footer links */
#footer a,
#footer a:link,
#footer a:visited
{
    text-decoration: underline;
    color: #ef8200;
}

#footer a:hover
{
    color: #ef8200;
}






/* Style rule for main content section */
#main
{
    width: 800px;
    margin: 0px auto 0px auto;
    padding-top: 240px;
    background-color: #c7fbfb;
}

#main h1
{
    color: #ef8200;
    font-family: century gothic, arial, sans-serif;
    font-size: large;
    font-weight: bold;
    text-align: left;
    margin: 0px 50px 10px 50px;
}

#main h2
{
    color: #ef8200;
    font-family: century gothic, arial, sans-serif;
    font-size: medium;
    font-weight: normal;
    text-align: left;
    margin: 0px 50px 10px 50px;
}

#main h3
{
    color: #ef8200;
    font-family: century gothic, arial, sans-serif;
    font-size: medium;
    font-weight: normal;
    text-align: left;
    margin: 0px 75px 10px 75px;
}

#main h4
{
    color: #ef8200;
    font-family: century gothic, arial, sans-serif;
    font-size: medium;
    font-weight: normal;
    text-align: left;
    margin: 0px 75px 10px 100px;
}

#main a,
#main a:link,
#main a:visited
{
    text-decoration: underline;
    color: #ef8200;
}

#main a:hover,
#main a:active
{
    color: #ef8200;
}





