/* CSS Document */
body {
    margin: 0em;
    padding: 0em;
    background: black none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}

.bb {
	color: white;
	background-color: black;
}

.inverted {
	color: white;
	background-color: black;
	}

.invisible {
    display: none;
}

.small {font-size: x-small}
	
.floatleft {
	float: left;
	}

#fixed {
    position: absolute;
    top: 0px;
    left: 0;
    width: 140px;
    height: 100%;
    background: black none;
    color: white;
}

body > #fixed {
    position: fixed;
}

#calendarpage {
	margin-left: 150px;
	padding: 1em;
}

#gallerypage {
	margin-left: 150px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	width: auto;
	left: 0px;
	font-size: small;
	margin-right: 10px;
}

#gallerypage p {
	text-align: left;
}

#gallerypage p2 {
	text-align: left;
}

#content {
	margin-left: 150px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	width: 533px;
	left: 0px;
	margin-right: 100px;
}

#content img {
	float: left;
	border: 0;
	}

#content th {
	background-color:#FFFFFF;
	color:#000000
	}
	
#content td {
	background-color:#FFFFFF;
	color:#000000
	}

#content a:link{
	color:#0000FF
	}
#content a:visited{
	color:#0000FF
	}
	
#article {
	margin-left: 150px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	width: auto;
	left: 0px;
	margin-right: 100px;
}
	
#fpcontent {
	margin-left: 150px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	background-image: url(../images/bobpic1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: auto;
	left: 0px;
}

#fpcontent img {
	float: left;
	border: 0;
	}

#gallery	{
	margin-left: 150px;
	}
	
#gallery p {
	text-align: center;
	font-size: x-small;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center { text-align: center; }

.fixedwidth {
	width: 533px;
}

h1 { font-size: medium; text-align: right; }
h2 { margin-top: 2em; }

a:link { background: transparent none; color: white; }
a:visited { background: transparent none; color: white; }
a:active { background: transparent none; color: green; }
a:hover { 
	top: 1px;
	left: 1px;
	background: transparent none; 
	color: green; 
}


#fixed a {
	display: block;
	text-decoration: none;
	background: black none;
	color: white;
	font-weight: bold;
	font-style: italic;
	font-size: large;
}


#fixed a:hover {
	position: relative;
	background: black none;
	color: #00ff00;
	font-style: italic;
}

#fixed pre {
	font-family:"Courier New", Courier, monospace;
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
	}


#cdlisting {
	margin-left: 150px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	width: auto;
	left: 0px;
	margin-right: 10px;
}

#playlist {
	margin-left: 150px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	width: 640px;
	left: 0px;
	margin-right: 100px;
}

#playlist table tr td {
	padding:0;
	}

#playlist img {
	float: left;
	border: 0;
	}

#playlist th {
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
	font-weight:bold
	}
	
#playlist td {
	background-color:#FFFFFF;
	color:#000000;
	vertical-align:top;
	}

#playlist a:link{
	color:#0000FF
	}
#playlist a:visited{
	color:#0000FF
	}
	
#banner {
	background-image:url(../images/banner.jpg);
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:36px;
	font-style:italic;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	}