/* CSS Document for amber.salzer.us (screen media) */
/* 
Fred Salzer fred@salzer.us
File: amber.css 
*/

body {
    font-family:Arial, Helvetica, sans-serif;
    background-image: url(images/brnburlap.jpg);
    }
	
a:link {color: #551A8B; }     
a:visited {color: #551A8B; }  
a:hover {color: #FF0000;	}   
a:active {color: #551A8B; }  
	
li {
    font-weight:  normal;
    font-size: 0.9em; 
    margin-bottom:5px;
    }

img { 
    border: 1px solid black;
    }
	
#page {
    width:780px;
    margin-right:auto;
    margin-left:auto;
    }

#header h1,h2,h3 {
    margin-left:40px;
    }

#header p.image {
    text-align:left;
    /* 2/29/2008 added margin-top, margin-bottom for Firefox and IE default differences. */
    margin:10px 30px 10px 40px;
    }
	
#sidebar {
    float:left;
    width:100px;
    padding:10px 2px 10px 18px;
    border-right-style:solid;
    border-right-width:1px;
    margin-bottom:20px;
    }

ul {
    list-style-image:url(images/bullet-1.png);
    }
	
#sidebar p {
    font-size:0.9em;     
    }
	
#main {
    float:left;
    width:619px;
    margin-bottom:10px;
    padding:20px;
    }

#main span.small {
    font-size:0.9em;
    padding-left:10px;
    }

/* Expand the header */
#main p {
        line-height:1.3em;
        width:600px;
        }

#footer {
    /*  < 2/10/2008 - puts the footer at the bottom of the page */
    clear:both;
    width:100%;
    border-top-style:solid;
    border-top-width:1px;
				padding-top:15px;
				padding-bottom:15px;
    }
	
#footer td {
    font-size:0.8em;
    text-align:center; 
    }

  
/* amber */ 
/* 2/11/2008 - changed to this color scheme */
body, #header     {  background-color: #FFF3D1; }
#page, #sidebar, #main, #footer { background-color: #FFF9E8; } 
#sidebar, #footer { border-color:#FFE28B; }
/* 2/16/2008 added header div border-bottom attribute   */
#header { border-bottom: 1px solid #F6E3AB; }


/* brown */ /* original to 2/11/2008 
body, #header     {  background-color: #D6C2AD; }
#page, #sidebar, #main, #footer { background-color: #EBE0D6; } 
#sidebar { border-color:#D6C2AD; }
#footer { border-top-color:#D6C2AD; } */


/* end */

