body {
	position: relative;
	left:0;
	text-align: left;
	margin: auto;
	font: 0.718em verdana;
	line-height: 1.72em;
	letter-spacing: 0.03em;
	border: 0px solid red;
	color: #555;
}

#outer {
	position: relative;
	left:0;
	width: 68em;
	border: 0px solid green;
	margin: 2.5em auto 1.5em auto;
}

#top {
	position: relative;
	left:0;
	border: 0px solid blue;
}
#top a {padding:0}

#top #banner {
	background: #fff;
	border: 1px solid #666;
	position: relative;
	left:0;
	height: 14em;

}

#subnmain {
	border: 0px solid pink;
		position: relative;
	left:0;
}

#main {
	border: 0px solid orange;
	position: relative;
	left:0;
	float: left;
	width: 50em;
	
}

#sub {
	border: 0px solid olive;
	position: relative;
	left:0; /*--> IE6 doens't like this (disappearing backgrounds, etc.) */
	float: right;
	width: 16.5em;
	padding-top: 1em; 
}

#footer {
clear:both;
	position: relative;
	left: 0;
	z-index: 0;
	margin-top: 1em;
	border:1px solid #666;
	color: #666;
	font-size: 0.9em;
	height: 2em;
}

.clear {
	clear: both;
}



.textblock {
	border:1px dotted #999;
	padding: 0.3em;
	background-color: #DAD6BA;
	background-color: #f5f9f0;
	color:#666;
}

.textblock h2 {
	font: 1.2em verdana;
	
	background: #ad5;
	margin:0;
	padding: 0 0.2em;
	color: #f8f8f8;
}

.news{
	background: #f8f8f8;
	padding: 0.2em 0.4em;
	margin-bottom: 1em;
}
.news .header {
	background: #f0f0f0;
	color: #ad5;
}



.news hr {
	margin: 0.2em 3em 0 0;
	height: 0;
	border: 0;
	border-bottom: 1px dotted  #ccc; 
}

#page_partypics hr {
	margin: 1.5em 3em 1.5em 3em;
	border: 0;
	border-bottom: 1px dotted  #ccc; 
	height:0; 
	}
	
.date {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 1em;		
	color: #999;
	font-weight: normal;
	font-style: italic;
}
.moduleblock {
background:#f0f0f0; padding: 1px;
}
.moduleblock .header {
background:#f8f8f8;
font: 1.6em verdana;color:#ad5; padding: 0 0.2em 0.05em 0.2em;
}
.moduleblock .content {
background:#; padding: 0.2em;
}

#page_guestbook hr.bla {
	margin: 1.5em 3em 1.5em 3em;
	border: 0;
	border-bottom: 1px dotted  #ccc; 
	height:0; 
	}
	
	ul#djs {
	margin: .3em 1.5em;
	padding-left: 1em;
	list-style-type: circle;
	list-style-image: url(/img/disc2.gif);

}
ul#djs li {
	padding: 0 0 0 0.5em;
	margin: 0.2em 0;
	vertical-align:middle;

}
#artistprofile .label  {
	width: 6.6em;
	color: #ad5;
	background: #f8f8f8;
	vertical-align: top;
	text-align: right;
}
#artistprofile .content {
 color: #555;
 	background: #eee;
}
#artistprofile h2 {
	margin-top: .8em;
	margin-bottom: .8em;
}


img.thumb {
	border: 1px solid #666;
	background-color: transparent;
}

.thumb {
	margin: 0.2em;
	text-align:center;
}

a.imgnb {
	/* image no-border */
	background-color: transparent;
	padding:0em;
}
a.imgnb:hover {
	/* image no-border */
	background-color: transparent;
}

a:hover img.hov, a:hover img.thumb {
	border: 1px solid #9c3;
	background-color: transparent;

}
td.label {
	text-align: right;
	vertical-align: top;
	padding-right: 0.2em;
	background: #eee;
}

td.input {
	text-align: left;

	padding-left: 0.2em;
	background: #f5f5f5;
}
.smiley {
	text-align: center;
	vertical-align: bottom;
}
