﻿/* GENERAL */
body {
    background-color: #FFFFCC;
	font-size: 1.1em;
	font-family: Georgia, Verdana, 'Trebuchet MS' , Tahoma, Sans-Serif;
}

/* SPECIFIC */
#wrapper {
    width: 750px;    
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    height: 700px;    
}
#ital {
    font-style:italic;
}
#nav {
    text-align: center;
}
#banner {
    margin-left: 125px;
    margin-right: auto;    
}
#main {
    font-family: 'Trebuchet MS' , Verdana, Sans-Serif;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    text-justify: auto;
    text-align: justify;    
}
#contact {
    text-align: center;
}
 
#mainpic {
    text-align: center;
    line-height: 1.9em;
    font-weight: bold;
    font-family: 'Trebuchet MS' , Verdana, Sans-Serif;
    font-style: italic;
}
#disclaimer {
    font-size: 0.6em;
    font-family: 'Comic Sans MS' , Sans-Serif;
    color: black;
    padding-right: 15px;
    padding-left: 10px;
    text-align: center;
    display: block;
    position: relative;
    top: -20px;
}

/* GALLERY */
.thumblink {
    position: relative;
	font-size: 0.9em; 
	text-align: center; 
	width: 100%;  
}
.thumblink img {
	text-align: center; 
	padding: 0px 0px 2px 0px;
	margin-left: -10px;
}

/* LINKS - General */
A:link, A:visited, A:hover {
    font-weight: bold;
    color: black;
    font-size: 0.9em;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    font-family: 'Trebuchet MS' , Verdana, Sans-Serif;
}
A:hover {
    color: #663366;
    background-color: khaki;
    
}

/* TYPE */
#italic {    
    font-style: italic;
}
h1 {    
    text-align: center;
	color: #663366;  
}
h2 {
	color: #663366; 
	font-size: 18px;
}

hr {
    color: #663366;
    height: 4px;
    background-color: #663366;
}
