@charset "UTF-8";
/* CSS Document */

* {  
    margin:0; 
    padding:0; 
   } 

body {
background: url(../images/background.jpg) no-repeat top center #000;
text-align: center;
}

#container 
{ 
overflow: hidden;
width: 955px;  
background: transparent;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 


div#logo
{ 
height: 65px;
width: 379px;
background: url(../images/artists-websites-logo.gif) left top no-repeat;
float: left;
} 

div#logo p
{ 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
color: #cbc1c1;
margin-top:9px;
}

div#header
{ 
position: relative;
float: left;
height: 110px;
width: 576px;
text-align: left;
} 

div#header p
{ 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 17px;
font-style: italic;
color: #c3baba;
line-height: 24px;
}

div#header .mission
{ 
color: #cccc66;
}


 /* NAV LIST */
div#navcontainer
{
position: relative;
float: left;
background: url(../images/nav-background.gif) no-repeat;
height: 50px;
width: 955px;
 }

ul#navlist
{
list-style-type: none;
text-align: left;
margin: 22px 0 0 31px;
 }

 ul#navlist li { display: inline; }

 ul#navlist li a
 {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 16px;
 color: #666600;
 text-decoration: none;
 background: transparent;
 padding: 0px 23px 0px 23px;
 }

 ul#navlist li a:hover
 { 
 color: #333333;
 }
 
 ul#navlist li a#current
 { 
 color: #000;
 }



/*  Main
---------------------------------------------------------------*/

div#top {
position: relative;
float: left;
background: url(../images/main-top.gif) no-repeat top;
height: 10px;
width: 955px;
}

div#main {
font-family: Arial, Verdana, Helvetica, sans-serif;
background-color: #FFF;
font-size: 14px; 
color: #4e4e4e;  
float: left;
width: 627px;
margin-left: 14px;
margin-right: 14px;
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
padding-bottom: 20px;
text-align: justify;
min-height: 460px;
line-height: 20px;
}

div#main p { }

div#main ul, ol {margin: 0 0 0 18px; padding: 0; }

div#main li.arrow { list-style-image:url(../images/bullet.gif); }

div#main li.check { list-style-image:url(../images/bullet-arrow.gif); }

div#main h1 {color: #993300; font-size: 28px; font-weight: 100; }

div#main h2 {color: #999933; font-size: 17px; font-weight: bold; }

div#main h3 {color: #ff6600; font-size: 19px; font-weight: 100; }

div#main .highlight {color: #993300; font-weight: bold; }

div#main a {color: #666600; text-decoration: underline;  }

div#main a:hover {color: #cc6600;}

div#main a.highlight {color: #993300; font-weight: bold; text-decoration: none; }

div#main .green {color: #666600; font-weight: bold; font-size: 16px; }

div#main .black {color: #000; font-weight: bold; font-size: 16px; }

div#main .blacksmall {color: #000; font-weight: bold; font-size:14px; }

div#main .blue {color: #336666; font-weight: bold;  }

div#main .small {font-size:13px;  }

div#main a.small {font-size:13px; color: #4e4e4e; text-decoration:none;  }

div#main a.small:hover {color: #cc6600;}

div#main .brown {color: #845f14; font-weight: bold;  }

div#main td { line-height: 25px; }


div#resources a {color: #333333; text-decoration: underline; }

div#resources a:hover {color: #666600;}




/*  Side Column
---------------------------------------------------------------*/

div#side {
position: relative;
float: left;
font-size: 14px; 
text-align: center; 
font-family: Arial, Verdana, Helvetica, sans-serif; 
background-color: #d2cdc1;
color: #4b4b4a;  
width: 227px;
padding-top: 20px;
min-height: 460px;
padding-bottom:5000px; margin-bottom:-5000px;
}

div#side h2 {color: #797900; font-weight: bold; font-size: 16px;  }

div#side p { }

div#side a.greenlink {color: #797900; text-decoration: none; }

div#side a:hover.greenlink {color: #333300; }

div#side a.orangelink {color: #f29d30; text-decoration: none; }

div#side a:hover.orangelink {color: #a39469; }

div#newsletter {
background: url(../images/art-business-newsletter.gif) no-repeat;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
color: #999999;
text-align: center;
padding-top:10px;
height: 166px;
}

div#newsletter h2 { font-size: 17px; color: #cccc66; font-weight: 100; padding-top:5px; }

div#newsletter a.privacy {font-size: 12px; color: #999999; text-decoration: none; font-weight: 100; }



/*  Footer
---------------------------------------------------------------*/

div#bottom {
position: relative;
float: left;
background: url(../images/main-bottom.gif) no-repeat bottom;
height: 30px;
width: 955px;
text-align: left;
}


div#bottom p {
margin: 10px 0 0 115px;
font-size: 12px;
color: #666;
font-family: Arial, Verdana, Helvetica, sans-serif; 
}

div#bottom a {color: #999933; text-decoration: none;}

div#bottom a:hover {color: #000;}


/*  Links Below Site
---------------------------------------------------------------*/

div#links {
position: relative;
float: left;
background: #000;
height: 30px;
width: 955px;
text-align: left;
}


div#links p {
margin: 10px 0 0 125px;
font-size: 11px;
color: #999933;
font-family: Arial, Verdana, Helvetica, sans-serif; 
}

div#links a {color: #cccccc; text-decoration: none;}

div#links a:hover {color: #FFF;}
