/* CSS Document for Sempre.com*/

a:link {color: #551A8B}     
a:visited {color: #551A8B}  
a:hover {color: #FF0000}   
a:active {color: #551A8B}  

body {
    background-image: url(images/16b.jpg);
    font-family:sans-serif;
   	text-align:left;
    }

img {
    border:1px solid black;
				}

h2 {
	   text-align: center;
   	font-style: italic;
   	font-weight: normal;
 	  }

ul.no-indent {
    padding-left:15px;
    list-style-image:url(images/bullet.png);
    }

#page {
    width:780px;
    margin-right:auto;
    margin-left:auto;
    		  }

#header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: #996633;
    border-bottom-width: 2px;
    border-bottom-style: solid;
	}

#header p {
    text-align:center;
    }
	
#header p.image {
   text-align:left;
	  margin-left:10px; 
	  margin-right:30px;
        }

#header table.position {
    margin-left:auto; 
    margin-right:auto;
    }

#sidebar {
    float:left;
    width:100px;
    padding:10px;
    border-right-style:solid;
    border-right-width:1px;
    margin-bottom:20px;
    }
	
#sidebar li {
    padding-bottom: 5px;
   	font-size: 0.9em;
   	text-align: left; 
   	}
	
#main {
   	float:left;
    width:619px;
    margin-bottom:10px;
    padding:20px;
	}

#footer {
    clear:both;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    border-top-style:solid;
    border-top-width:1px;
    }

#footer p {
   	font-size: 0.8em;
   	text-align:center;
   	margin-top: 0px;
   	margin-bottom: 0px;	
    }

/* color sets */
body, #header     {  background-color: #D6C2AD; }
#page, #sidebar, #main, #footer { background-color: #EBE0D6; } 
#sidebar { border-color:#D6C2AD; }
#footer { border-top-color:#D6C2AD; }

/* end */