* { margin: 0; padding: 0; }

html, body {
	font-family: Tahoma, verdana;
	line-height: 1.25em;
	height: 100%;
 	min-width: 780px;
	margin-bottom: 1px;
	text-align: center;
	background-image: url('../img/bgPage.gif');
	color: #636363;
}
#contentBackground {
	position: relative;
	background-image: url('../img/bgContent.png');
	background-repeat: repeat-y;
	background-position: top center;
	width: 100%;
	min-height: 100%;
}

#wrapper {
	width: 820px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}

#header {
	position: relative;
	background-image: url('../img/bgHeader.jpg');
	background-repeat: no-repeat;
	background-position: center -100px;
	width: 820px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header200 {
	position: relative;
	background-image: url('../img/bgHeader.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 820px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#navi {
	width: 820px;
	height: 20px;
	line-height: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 16px;
	font-family: Trebuchet MS, verdana;
}

#navi A, #navi A:link, #navi A:visited {
	color: #8CC700;
	text-decoration: none;
	border-bottom: dotted 2px #8CC700;
}

#navi A:hover {
	color: #AEF700;
	border-bottom: dotted 2px #AEF700;
}

.breadCrumb {
	font-family: Trebuchet MS, verdana;
	font-variant: small-caps;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

.breadCrumb A, .breadCrumb A:link, .breadCrumb A:visited {
	color: #8CC700;
	text-decoration: none;
	border-bottom: dotted 2px #8CC700;
}

.breadCrumb B {
	color: #00A3C7;
	font-size: 22px;
}

.content {
	width: 740px;
	margin-left: 40px;
	margin-right: 40px;
}

#footer {
	background-image: url('../img/bgFooter.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	bottom: 0px;
	width: 740px;
	height: 100px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}

#footerText {
	color: #339933;
	width: 820px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 14px;
	font-family: Trebuchet MS, verdana;
	line-height: 14px;
}

#footerGap {
	clear: both;
	height: 120px;
}

* html #contentBackground {
	height: 100%;
}
* html #wrapper {
	height: 100%;
}

A, A:link, A:visited {
	color: #8CC700;
	text-decoration: none;
	border-bottom: dotted 2px #8CC700;
}

A:hover {
	color: #AEF700;
	border-bottom: dotted 2px #AEF700;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	font-family: Trebuchet MS, verdana;
	font-variant: small-caps;
}

p {
	text-align: justify;
}

h3 {
	color: #00A3C7;
	font-size: 18px;
}

small {
	font-size: 12px;
	font-weight: bold;
	color: #636363;
	font-family: Trebuchet MS, verdana;
}

.singleColumn {
	width: 740px;
}

.wideColumn {
	float: left;
	width: 470px;
	padding-right: 10px;
}

.sideColumn {
	float: left;
	width: 250px;
	padding-left: 10px;
}

#imageText {
	background-color: #636363;
	background-image: url('../img/bgImageText.gif');
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	line-height: 1.2em;
	color: #ffffff;
}

.newsDate {
	font-size: 12px;
	color: #838383;
}

.newsHeadline {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

.newsText {

}

.lastFM {
	width: 250px;
	background-color: #cccccc;
	margin-top: 20px;
	margin-bottom: 20px;
}

.galleryList {
	margin-bottom: 20px;
}

.artThumb {
	background-color: #636363;
	background-image: url('../img/bgImageText.gif');
	background-repeat: repeat-x;
	background-position: 0px 100px;
	margin-bottom: 10px;
	float: left;
	width: 100px;
}

.artThumb.normal {
	margin-right: 28px;
}

.artThumb IMG {
	border: none;
	margin-bottom: 5px;
}

.artThumb A, .artThumb A:hover, .artThumb A:link, .artThumb A:visited {
	text-decoration: none;
	border: none;
}
.artThumbInfo {
	width: 100px;
	text-align: center;
	font-size: 11px;
	line-height: 1.2em;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}