﻿/* Design Code */
html, body
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: Black;
    background-color: #CCCCCC;
}

A:link
{
    color: #2C4950;
    text-decoration: underline;
}
A:hover
{
    color: silver;
}
A:visited
{
    color: #2C4950;
}

#pagewidth
{
    width: 800px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-image: url(http://www.eartistmanagement.com/controlpanel/assets/Templates/1/e/bg.jpg?1e);
    background-position: 2px;
    background-repeat: repeat-y;
}

#header
{
    position: relative;
    height: 290px;
    width: 100%;
    overflow:hidden;
}

.headerimg
{
}

#nav
{
    position: relative;
    min-height:110px;
    height:  auto;
    width: 100%;
    background-image: url(http://www.eartistmanagement.com/controlpanel/assets/Templates/1/e/nav.jpg?1e);
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
}

#navwrapper
{
    height: inherit;
    padding-left: 50px;
    padding-right: 50px;
    overflow: visible;
}

a.navimg
{
    padding: 3px;
    filter: alpha(opacity=70);
    opacity: 70;
    -moz-opacity: .70;
    vertical-align: middle;
}
a.navimg:hover
{
    filter: alpha(opacity=90);
    opacity: 90;
    -moz-opacity: .90;
}

.sectionheaderimg
{
    margin-left: 30px;
}

#wrapper
{
}

#main
{
    margin-left: auto;
    margin-right: auto;
    width: 90%;

}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

#main #menu
{
    float: right;
    width: 230px;
}
#footer
{
    text-align: center;
    height: auto;
    clear: both;
    padding: 5px;
}
/* Control's layout Code  */
#footer table
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    clear: both;
    padding: 5px;
}



/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */



/*printer styles*/
@media print
{
    /*hide the left column when printing*/
    #rightcol
    {
        display: none;
    }
    #twocols, #main
    {
        width: 100%;
        float: none;
    }
}



