﻿body 
{ 
    margin: 0;
    padding-top:25px;
    text-align: center;          
     
    /*
    background-image: url(../images/background/fade_yellow_top.jpg);      
    background-image: url(../images/background/blue_to_white.jpg); 
    background-image: url(../images/background/green_white_3.jpg);
    background-image: url(../images/background/sqlsvr.jpg); 
    */    
    
    background-image: url(../images/background/green_white_4.jpg);      
    background-color: #ffffff;
    background-repeat: repeat-x;    
}

#container
{
   width: 930px;
   margin: 0 auto;      
   text-align: left;
   background: #FFFFFF;
   border: 1px solid black;   
   padding:4px;
}

#footer
{
    width: 950px;
    margin: 0 auto;      
    text-align:center;
    height:40px;
    line-height:40px;    
    padding-top:5px;
}

#footer .item
{
    font-size: x-small;
    color: #000000;
    margin-right:20px;
}

#footer .authorlink
{
    font-size: x-small;
    color: #000000;    
    clear:none;
}

#footer .authorlink a
{
    display:inline;
}

#footer .item img
{
    margin-right:5px;    
}


#content 
{
    padding:10px;  
    min-height:400px;  
}

#content .contact
{
    padding-left:50px;
}

#content h2
{
    font-size:medium;
    width:100%;
    clear:both; 
    margin:0px; 
    margin-bottom:5px;    
}

#content h3
{
    font-size:small;
    font-weight:bold;
    margin:5px;
    margin-left:0px;
}

#content .subsequentsection
{
    margin-top:40px;
}

#content .thumbnails
{
    text-align:center;
}

#content .thumbnails ul
{    
    text-align:center;
    padding:4px;
    padding-top:30px;
}

#content .thumbnails li
{
    list-style-type: none;
    list-style-image: none;
    float:left;
    clear:none;
    padding:15px;    
    border:solid 1px white;
}

#content .thumbnails li:hover, #content .thumbnails li:focus, #content .thumbnails li:active
{
    border:solid 1px blue;
}

#content p
{
    font-size:small;
    margin:0;    
}

#content .literary
{
    margin:0;
    margin-bottom:10px;
}

#content .needheading
{
    font-weight:bold;
}

#content ul
{
    margin:5px;
    padding-left:20px;  
}

#content .donationlink
{
    display:inline;
}

#content ul li
{
    font-size:small;    
}

#navigation
{
    height: 25px;
    line-height:25px;
    list-style: none;
    background-color: #CCCCCC;
    text-align: left;
    clear: both;
    width: 100%;
}

#navigation ul
{
    display:inline;
    float: left;
    list-style-type: none;
    list-style-image: none;
    margin:0px;
    padding-left:0;
}

#navigation li
{
    display:inline;
    float: left;
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    margin-right:4px;
}


#navigation .item, #navigation .home
{
    font-size:inherit;  
    color:Black;
    float:left;
    clear:none;    
    font-size:small;
    font-weight:bold;
    display:block;
    height:100%;   
    padding-left:15px;
    padding-right:15px;
}

#navigation .home
{
    width:100px;
    padding: 0;
    text-align:center;
}

#navigation #current
{
    background-color: #666666;
    color: #FFCC00;
    text-decoration:none;
}

#navigation a
{
    display:block;
}

#navigation a:hover, #navigation a:focus, #navigation a:active
{
    background-color: #666666;
    color: #FFCC00;
    text-decoration:none;
}


#header
{
    height:100px;
    font-size: 3em;
    clear:both;
    width:100%;   
    margin-bottom:2px;    
}

#header #middle
{
    clear:none;
    float:left;
    font-size:100%;
    width:500px;
    padding-left:25px;
    padding-top:20px;
}

#header #middle h1
{
    display: block;
    width: 500px;
    height: 40px;
    float: left;
    clear: none;    
    text-decoration: none;
    color: Black;
    font-family:Comic Sans MS;
    padding-left: 10px;
    text-align:left;
    margin-top:0px;
	margin:0px;    
	margin-top:15px;
}

#header #middle h1 a 
{
	width:100%;
	height:100%;
	outline:none;
	text-decoration:none;
}

#header #middle #subtitle
{

    clear:none;
    float:left;
    height:20px;
    width:550px;
	margin:0px;      
	font-size:x-small;
	font-weight:normal;
	padding-left:10px;
	text-transform:none;
}

#header #examplephoto
{
    float:right;
    clear:none;
    width:250px;
    height:101px;
}

#header a:link
{
	text-decoration:none;
}

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

#header a:hover
{
	text-decoration:none;
}

#header a:active
{
	text-decoration:none;
}


#header #logo
{
    clear:none;
    float:left;
    height:100px;
    width:100px;
}



