/* layout styles */

body {	
    /* black on black, how goth.  This background is the black off the edges (outside
     * the tan region) but the text color is black on tan, inside the tan region.
     */
    background-color: #000;
    color: #ddd;
    /* font-family: Arial, Helvetica, sans-serif;	 */
    font-family: 'Times New Roman', 'Times', serif;
    font-size: 14px;	
}


#topnav a:link {
    padding: 1px 3px;
    color: #A00;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;	
    font-size: 140%;
}

#topnav a:visited {
    padding: 1px 3px;
    color: #A00;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;	
    font-size: 140%;
}

#topnav a:hover {
    padding: 1px 3px;
    color: #F00;
    #background-color: #999;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;	
    font-size: 140%;
}


img {
    border: 0px;
}

blockquote {
    font-style:italic;
}

.tiny {
    font-size: 10px;
    font-style:italic;
}

.large {
    font-size: 120%;
}

.right  { 
    float: right; 
    clear: both; 
    margin: 15px; 
}

.left  { 
    float: left; 
    clear: both; 
    margin: 15px; 
}

.clear {
    clear: both; 
}


a:link {
    color: #A00;	 
}

a:visited {	
    color: #A00;	 
} 

a:hover {	
    color: #F00;	 
}

h2 small {
    font-size: 14px;
    font-weight: normal;	
    font-style: italic;
    padding-left:20px;
}

h3 {
   font-style: italic;
   margin: 0px;
   padding: 0px;
}

h4 {
    margin-bottom: 0px;
}

h6 {	
    color: #FFFFFF;	
    font-size: 14px;	
    font-style: oblique;	
}


table {
    margin: 0px;
    padding: 0px;
}
th { 
    margin: 0px;
    padding: 3px;
    font-size: 16px;
    font-weight: bold;	
}
td { 
    margin: 0px;
    padding: 3px;
}

#closeup_img {
    border: 4px solid white;
}



