/*
CSS for Southern Images.us
*/

body {
    font-family: "trebuchet ms";
    background: #000000;
    color: #b01d23;
    font-size: 9pt;
    min-width: 1000px;
    }

#wrapper {
    padding: 10px;
    background: #000000;
    margin: 0;
    }


#header {
    margin: 10px 0 50px 0;
    padding: 0;
    }
    
#logo {
    background-image: url(http://www.southernimages.us/images/silogo6.jpg);
    height: 60px;
    width: 600px;
    }
    
#tagline {
    background: #000000;
    margin: 0;
    padding: 0 0 0 30px;
    float: left;
    }
    
#header-bottom {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    }

#header-bottom ul {
    margin: 0;
    padding: 0 30px 0 0;
    text-align: right;
    }
       
#header-bottom li {
    color: #411666;
    display: inline;
    }
    
a:link {
    text-decoration: none;
    color: #ffffff;
    }

a:visited {
    text-decoration: none;
    color: #ffffff;
    }

a:hover, a:active {
    color: #5b4a42;
    }   
    
.ehret {
    color: blue;
    }
    
.westjeff {
    color: red;
    }
    
.fisher {
    color: purple;
    }
    
.aol {
    color: #83c4e9;
    }


    
#main {
    margin-left: auto;
    margin-right: auto;
    background: #000000;
    text-align: center;
    
    }
    
.mainpic {
    float: left;
    border: 2px solid white;
    margin: 5px;
    }


#content {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background: #000000;
    padding: 0 0 20px 0;
    }
    
#contentmain {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background: #000000;
    padding: 0 0 20px 50px;
    }


#viewer {
    height: 700px;
    background: #000000;
    margin-left: auto;
    margin-right: auto;
    }

    
#footer {    
    border-bottom: 1px solid gray;
    }

#footer ul {
    margin: 0;
    padding: 0 30px 0 0;
    text-align: right;
    }
       
#footer li {
    color: #411666;
    display: inline;
    }
 
#tagline-footer {   
    color: #abade4;
	background: #000000;
    margin: 0;
    padding: 0 0 0 30px;
    float: left;
    }

#buttons {
    margin: 20px;
    padding: 20px;
    text-align: center;
    clear: both;
    }

.special {
    color: #cc99cc;
    }
           
.pink {
    font-size: 14pt;
    color: #cc99cc;
    }
    

    
.maininfo {
    font-size: 12pt;
    font-weight: bold;
    }
    
li {
    list-style: none;
    }
    
.red {
    color: red;
    }

.green {
    color: green;
    }

    
    
        