/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 20px 0 20px 0;
		background-color: #afb6cc;
		background-image: url(images/gradient.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		color: #000000;
		font-size: 62.5%;				
		}
                         	
h1		{  
		font-family: Georgia, times, serif;
		font-size: 2.5em; 
		font-style: italic;
		text-align: left;
		padding: 0 0 10px 0;
		margin: 0 0 20px 0;
		background-image: url(images/divider.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		}

h2		{
		font-family: Georgia, times, serif;
		font-size: 1.8em;  	
		margin: 15px 0 5px 0;
		}

h3		{
		font-family: Georgia, times, serif;
		font-size: 1.6em;  	
		margin: 15px 0 5px 0;		
		}

h4		{
		font-family: Georgia, times, serif;
		font-size: 1.4em;  	
		margin: 15px 0 5px 0;		
		}

p		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.1em; 
		line-height: 1.4em;
		margin: 5px 0 10px 0;		
		}

input, select, textarea {
		font-size: 1.1em;
		font-family: verdana, sans-serif;
		margin: 2px;
			}
		
li		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.1em; 
		line-height: 1.4em;
		margin: 0 0 8px 0;		
		}

#menu a:link {
		color: #fff;
		text-decoration: none;
		margin: 0 10px 0 10px;
		}
#menu a:visited {
		color: #fff;
		text-decoration: none;
		margin: 0 10px 0 10px;
		}
#menu a:hover {
		color: #fff;
		text-decoration: underline;
		margin: 0 10px 0 10px;
		}
#menu a:active {
		color: #fff;
		text-decoration: none;
		margin: 0 10px 0 10px;
		}
		
		
		
#credits	{	
		font-size: 1.1em;
		font-family: verdana, sans-serif;
		text-align: center;
		padding: 10px 5px 10px 5px;		
		}
				


