body {	background: tan;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.90em;
		color: black;
		overflow: -moz-scrollbars-vertical;
		}
		
/* the heading/titles */
#banner {
		width: 700px;
		text-align: right;
		}

#navbar {
		font-size: 0.75em;
		color: olive;
 		margin: 0 0 3px 0;
		}
		
#navbar a, #navbar a:link, #navbar a:visited {
		color: #444;
		text-decoration: none;
		font-weight: normal;
}

#navbar a:hover {
		color: black;
		border-bottom: 1px solid darkolivegreen;
		border-top: 1px solid darkolivegreen;
}

#inside a, #inside a:link, #inside a:visited {
		color: #555;
		text-decoration: none;
		font-weight: normal;
		border-bottom: 1px solid darkseagreen;
}

#inside a:hover {
		color:black;
		border-bottom: 1px solid darkolivegreen;
}
	
#outside {
		width: 700px;
		margin: 0;
		padding: 1px;
/*		border: 1px solid black; */
		background-color: olive;
		}
	
/* table layout */	
#inside {
		width: 100%;
		height: 400px;
		font-size: 85%;
		line-height: 1.4em;
		background: tan url("images/site/bg1.gif") repeat-y;
		}		

#inside P { margin: 5px 5px 7px 5px; }

/* main content - when split page is used */	
#inside-left { 
		width: 70%;
		color: #333;
		padding: 12px;
		vertical-align: top;
		text-align: justify;				
		}

/* smaller text; promo and other */
#inside-right { 
		width: 30%;
		color: #555;
		padding: 12px;
		border-left: 1px solid olive;
		vertical-align: top;	
		font-size: 93%;	
		font-style: italic;
		}
		
#gallery {
		text-align: center;
		padding: 5px;
		margin: 0 auto;
		width: 100%;
}

#gallery a, #gallery a:link, #gallery a:visited, #gallery a:hover {
		border-bottom: 0 none;
}

h1 { margin: 0; font-size: 2.5em; font-weight: normal; }
h2 { font-size: 14px; font-weight: normal; letter-spacing: 1px; font-family: inherit; color: #333; margin: 0.5em 0;}
h3 {}
h4 {}
h5 {}
h6 { margin: 0 0 3px 0; font-size: 1.25em; font-weight: normal; color: #666; font-style: italic; letter-spacing: 3px; }

#left-pic {
		border: 1px solid #777;
		padding: 3px;
		margin: 0 15px 5px 0;
		}
		
#small-pic {
		border: 1px solid #777;
		padding: 3px;
		margin: 5px 0;
		}
		
#noborder a, #noborder a:link, #noborder a:visited, #noborder a:hover { border-bottom: 0 none; text-decoration: none; }

#credits {
		font-size: 0.7em;
		color: darkolivegreen;
		margin: 3px 0 0 0;
		text-align: inherit;
		}
		
#credits a, #credits a:link, #credits a:visited {
		color: darkolivegreen;
		margin: 3px 0 0 0;
		text-decoration: none;		
		font-weight: bold;
}

#credits a:hover {
		color: black;
}
			
#listed { font-size: 93%; }

#listed td {
		vertical-align: top;
		padding: 5px;
}
#twitters ul { 
	list-style: none; 
	margin: 0;
	padding: 0;
}
#twitters li {
	padding: 0 0 1em 0;
}