/* Style rules for EdValentine.com */

/* Style rule for page body */
body
{
    background-color: #66cccc;
    top: 0px;
    left: 0px;
}

/* Style rule for fixed logo header */
#header_fixed
{
    position: fixed;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    height: 210px;
    border: none;
    top: 0px;
    left: 0px;
    background-color: #66cccc;
}

/* Style rule for table within fixed logo header */
#header_fixed table
{
    width: 800px;
    height: 210px;
    color: #000;
    text-align: center;
    border: 0px;
    padding: 0px;
    margin: 0px auto;
    background-color: #66cccc;
}

/* Style rule for td's within fixed logo table */
#header_fixed table td
{
    height: 60px;
    vertical-align: middle;
    border: 0px;
    padding: 0px;
}

/* Style rule for text in table on landing page only */
#header_fixed table h1
{
    color: #8920b0;
    font-family: Century Gothic, Helvetica LT Std, sans-serif;
    font-size: small;
}

/* Style rule for copyright text in table on landing page only*/
#header_fixed table h2
{
    color: #c7fbfb;
    font-family: arial, sans-serif;
    font-size: xx-small;
}

/* Style rule for nav text in table */
#header_fixed table a
{
    color: #c7fbfb;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: medium;
    font-weight: bold;
}

#header_fixed table a:hover
{
    color: #8a24b4;
    text-decoration: none;
    font-weight: bold;
}

/* Style rule for main content section */
#main
{
    width: 800px;
    margin: 0px auto 0px auto;
    padding-top: 240px;
    background-color: #c7fbfb;
}

#main h1
{
    color: #000;
    font-family: century gothic, arial, sans-serif;
    font-size: large;
    font-weight: bold;
    text-align: left;
    margin: 0px 50px 10px 50px;
}

#main h2
{
    color: #000;
    font-family: century gothic, arial, sans-serif;
    font-size: medium;
    font-weight: normal;
    text-align: left;
    margin: 0px 50px 10px 50px;
}

#main h3
{
    color: #000;
    font-family: century gothic, arial, sans-serif;
    font-size: medium;
    font-weight: normal;
    text-align: left;
    margin: 0px 75px 10px 75px;
}

#main h4
{
    color: #000;
    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: #8920b0;
}

#main a:hover,
#main a:active
{
    color: #ffca08;
}


/* Style rule for footer */
#footer
{
    margin: 10px auto 0px auto;
    height: 30px;
    width: 800px;
    background-color: #66cccc;
    text-align: center;
}

/* Style rule for footer */
#footer h1
{
    color: #c7fbfb;
    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: #c7fbfb;
}

#footer a:hover
{
    color: #c7fbfb;
}

