@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0;
	background-image: url(images/LucidDrum_bgDk.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
#container {
	position: relative;
	width: 802px;
	height: 100%;
	margin: 0 auto;
}
#sideNav {
	position: absolute;
	top: 130px;
	left: 14px;
	font-family: Palatino, Georgia, Times, "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.8em;
	list-style-type: none;
}
#sideNav a, #HomeNav a {
	text-decoration: none;
	color: #5c4301;
}
#sideNav a:hover, #HomeNav a:hover {
	color: #2c5261;
}
#HomeNav {
	position: absolute;
	top: 7px;
	left: 14px;
}
#HomeNav a img {
	border: 0;
}
#content a img.link {
	border: 2px solid #5c4301;
}
#content a:hover img.link {
	border-color: #2c5261;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	padding: 20px 30px 230px 230px;
	width: 540px;
	background-image: url(images/LucidDrum_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: .9em;
	line-height: 1.3em;
	text-align: left;
	color: #211903;
}
#content a {
	text-decoration: none;
	color: #193d49;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}

#copyrightInfo {
	position: relative;
	top: 0;
	left: 0;
	width: 300px;
	height: 12px;
	background-image: url(images/LucidDrum_bottomBorder.gif);
	text-align: center;
	margin: 0;
	padding: 4px 250px 4px 250px;
	color: #b1c6c1;
}
#copyrightInfo p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
}
#copyrightInfo a {
	text-decoration: none;
	color: #b1c6c1;
	padding: 0 20px;
}
#copyrightInfo a img {
	vertical-align: text-bottom;
	margin: 0;
	border: 0;
	padding: 0;
}
#hosted {
	position: absolute;
	top: 4px;
	right: 0;
}

h1 {
	font-family: Garamond, Palatino, Georgia, Times, "Times New Roman", serif;
	font-size: 2em;
	font-weight: normal;
}
h2 {
	font-family: Garamond, Palatino, Georgia, Times, "Times New Roman", serif;
	font-size: 1.3em;	
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
ul {
	margin-top: 3px;
}
ul.listRight li {
	margin-left: 240px;
}

.photoRight {
	float: right;
	padding: 6px 0 6px 10px;
}
.photoLeft {
	float: left;
	padding: 6px 10px 6px 0;
}

.small {
	font-size: .85em;
	line-height: normal;
	font-style: normal;
}
.invisible {
	display: none;	
}
