/* 	CSS Document 
	Leroy Mungo Industries Base.css
	Version 20031208 02:37
	Author Magnus Torstensson
*/
body{
	background:url(pix/skylightbg.gif);
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	line-height:20px;
	color:white;
	background-repeat:no-repeat;
	background-color:black;
}

span.date{
	font-family:Courier New, Courier, mono;
	font-size:10px;
	line-height:20px;

}
ul {
	margin:0;
	margin-left:20px;
	margin-bottom:20px;
}
p {
	text-indent:20px;
	margin:0px;
}
p.firstP {
	text-indent:0px;
	margin:0px;
}
h1{
	font-family:Geneva, Arial, Helvetica, san-serif;
	text-indent:0px;
	margin:10px 0px 0px 0px;
	font-size:15px;
	letter-spacing:1px;
	font-weight:900;
	font-style:normal;
	text-transform:uppercase;
}
h2 {
	text-transform:none;
	font-variant:small-caps;
	font-size:12px;
	line-height:20px;
	margin:0px;
	margin-bottom:0px;
	font-weight:100;

}
h3 {
	text-transform:none;
	font-style:italic;
	font-size:12px;
	font-weight:100;
	line-height:20px;
	margin:0px;
	margin-top:10px;
	margin-bottom:3px;
}

div.Contour {
	position:absolute;
	left:380px;
	top:300px;
	width:320px;
	padding:5px 5px 10px 5px;
	border:none;
	z-index:500;
}
div.title {
	position:absolute;
	left:0px;
	top:300px;
	width:380px;
	height:180px;
	background:url(pix/titles/untitled.gif);
	background-repeat:no-repeat;
	z-index:40;
	border:none;
}
#tCavegirl {
	background:url(pix/titles/cavegirl.gif);
}
#tGermanchairmen {
	background:url(pix/titles/germanchairmen.gif);
}
#tloatttt {
	background:url(pix/titles/loatttt.gif);
}

#tNumerologist {
	background:url(pix/titles/numerologist.gif);
}
#tPU {
	background:url(pix/titles/pu.gif);
}

#tTallponies {
	background:url(pix/titles/tallponies.gif);
}

#tWhiteboy {
	background:url(pix/titles/heywhiteboy.gif);
}

div.logo {
	position:absolute;
	left:200px;
	top:0px;
	width:350px;
	height:300px;
	background:url(pix/logos/guitarguy.gif);
	border:none;
}
#lBlob {
	background:url(pix/logos/blob.gif);
}

#lBug {
	background:url(pix/logos/bug.gif);
}

#lCavegirl {
	background:url(pix/logos/cavegirl.gif);
}

#lCowboy {
	background:url(pix/logos/cowboy.gif);
}

#lEvil {
	background:url(pix/logos/evil.gif);
}

#lLive {
	background:url(pix/logos/live2004.gif);
}

#lHugger {
	background:url(pix/logos/hugger.gif);
}

#lSheriff {
	background:url(pix/logos/sheriff.gif);
}

#lWboy {
	background:url(pix/logos/wboy.gif);
}

#lZep {
	background:url(pix/logos/zep.gif);
}

a { 
	color:#FF9933;
}

a:link {text-decoration:none;color: #FF9933;} 	
a:visited {text-decoration:none;color: #FF9933;} 
a:hover {text-decoration:underline;color: #FF9933;}   
a:active {text-decoration:none;color: #FF9933;}  

a.headerlink {color:black;}
a.headerlink:link {text-decoration:none;color:white;} 	
a.headerlink:visited {text-decoration:none;color:white;} 
a.headerlink:hover {text-decoration:none;color: #FF9933;}   
a.headerlink:active {text-decoration:none;color:white;}  




