/* stylesheet.css */
  #header {
	position:relative;
	margin:0;
	padding: 0;
	width: 100%;
	height: 4em;
	border-bottom: none;
}
#footer {
	height: 30px;
	width: 100%;
	/*background-color:#000000;*/
	border-top: none;
}
body {
	background-color: #1A3153;
	background-repeat:repeat-y;
	background-image: url(images/background.jpg);
	font-family: "Times New Roman", Times, serif;
	/*font-family:  'Brush Script', cursive;*/
	text-align: center;
	margin: 0;
	padding: 0;
}
h1 {
	color: #333333;
	font-style: italic;
	font-size: 40px;
}
p {
	color: #000000;
	font-style: italic;
	font-size:18px;
}
img.floatLeft {
	float: left;
	margin-right: 0px;
}
img.floatRight {
	float: right;
}
div.center {
	width: 100%;
	text-align: center
}
table.thumbs {
	text-align:center;
	border-collapse: collapse;
}
td.thumbs {
	border:none;
}
img.thumbs {
	width:125px;
	border-width: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
/*a: hover {
	color: #ffffff;
	text-decoration: underline;
}*/
a:active {
	color:#ffff33;
	text-decoration: underline;
}
hr {
	/*background-color: #0000ff;*/
	color: #0000ff;
	width: 80%;
}
#main {
	margin:1em;
	margin-left: 6em;
}
#sidebar {
	float: left;
	display: inline;
	padding: 0;
	margin: 0em;
	width:6em;
}
.jazz {
	background-image: url(images/maine.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.selection {
	color: #333333;
	font-style: italic;
	font-size: 16px;
}
