/* CSS Document */
/* Thanks to www.bluerobot.com and www.thenoodleincident.com for great CSS code.
Also thanks to w3cschools.com for lots of useful CSS tips */

body {
        color: black;
        background-color: CCCCCC;
        margin:0px;
        padding:0px;
        font-family: verdana, arial, helvetica, sans-serif;
        }

h1 {
        font-size: 18px;
		font-weight: bold;
		font-style: normal;
		} 

p {
        font-size: 12px;
		font-style: normal;		
        }
		
a  {
        color: black;
        font-size:12px;
        font-family:verdana, arial, helvetica, sans-serif;
		font-style: normal;		
		}

a:link  {
        }

a:visited {
	text-decoration: none;
        }
		
a:hover  {
        text-decoration: none; 
		}
		
a:active {
        text-decoration: none; 
		}

a img  {
		border-style: none;
		text-decoration: none;
		}

.justified {
        text-align: justify;
		}

.centered {
        text-align: center;
		}

.drawbar {
        margin-top: 3px;
		margin-bottom: 3px;
		}
		
.smaller  {
		font-size: 9px;
		}
		
.thumbnail  {
		text-align: center;
		margin: 5px;
		}
		
.left {
		float: left;
		}

.right {
		float: right;
		}

#photoalbum  {
		padding: 5px;
		margin: 5px;
		text-align: center;
		background-color: #ffcc00;
		}
		
#pagehead  {
	position: absolute;
	top: 30px;
	height: 30px;
	width: 100%;
	border-top-color: black;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color: black;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-color: #000000;
	background-image: url(images/keys.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-indent: 30px;
	float: none;
	clear: both;
	left: 19px;
		}
		
#pagetitle  {
		font-size: 20px;
		font-weight: bold;
		vertical-align: baseline;
		font-style: normal;		
		}
		
#subtitle  {
		font-size: 20px;
		font-weight: normal;
		vertical-align: baseline;		
		font-style: italic;		
		}
		
.content {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	min-width: 120px;
	width: auto;
	margin-top: 60px;
	margin-left: 175px;
	margin-right: 160px;
	margin-bottom: 100px;
	border-width: 0px;
	border-style: solid;
	border-color: CCCCCC;
	background-color: #FFFFCC;
	padding: 10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
        }
		
.picturecontent {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	min-width: 120px;
	width: auto;
	margin-top: 60px;
	margin-left: 175px;
	margin-right: 160px;
	margin-bottom: 100px;
	text-align: center;
	border-width: 0px;
	border-style: solid;
	border-color: CCCCCC;
	background-color: #FFFFCC;
	padding: 10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
        }

#navdrawbars {
        position: absolute;
        width:155px;
        top:60px;
		left:20px;
        background-color:CCCCCC;
		text-align: right;
        z-index:4;
        voice-family: "\"}\"";
        voice-family:inherit;
        width:155px;
        }
body>#navAlpha {width:155px;}
                
#navband {
	position: absolute;
	width:120px;
	top: 60px;
	right:20px;
	padding-top:10px;
	border-width: 0px;
	border-style: solid;
	border-color: CCCCCC;
	background-color: #cccccc;
	margin-bottom: 100px;
	text-align: center;
	text-size: 10px;
	z-index:2;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:120px;
        }
body>#navband {width:120px;}
