/*************************************************************************
/*************************************************************************
****																															********
****		FILENAME:       style.css																	********
****		DESCRIPTION:    CSS for The Hit Men of Music Row					********
****		CREATION DATE:  08/31/2007																********
****		LAST MODIFIED:  09/15/2007																********
****																															********
/*************************************************************************
/*************************************************************************


/* GLOBAL STYLES --------------------------------------------------- */

	body { margin:0px; padding:0px; background:url(../images/bg.gif) #040404; font:12px Arial, Helvetica, sans-serif; color:#331100;}
	
	img {	border: none;}
	td { vertical-align:top;}
	
	a:link, a:visited {	color:#0000ff; text-decoration:none;}
	a:hover {	color:#ff0000; text-decoration:none;}
	
	a.home:link, a.home:visited { color:#d1e508; text-decoration:underline; }
	a.home:hover { color:#FFFF00; text-decoration:underline; }		
	a.backstage:link, a.backstage:visited {	color:#FFFF00; text-decoration:underline; }
	a.backstage:hover { color:#d1e508; text-decoration:underline;}
	
	#blammo { position:absolute; top:5px; left:613px; z-index:10; }
	
	#left { width:40px; background:url(../images/sh_l.png) repeat-y; } 
	#right { width:40px; background:url(../images/sh_r.png) repeat-y; } 
	#mid { width:800px; background:url(../images/bg_content.gif) repeat-y; } 
	#mid2 { width:800px; background-color:#a2aa54 } 
	#bottom { width:800px; height:128px; padding:50px 140px 0px 0px; background:url(../images/bottom.png) no-repeat; text-align:center; font-size:10px; }
		#bottom a{ color:#004455; text-decoration:none; }
		#bottom a:hover { color:#fff; text-decoration:underline; }
	#bottom2 { width:800px; height:128px; padding:50px 140px 0px 0px; background:url(../images/bottom2.png) no-repeat; text-align:center; font-size:10px; }
		#bottom2 a{ color:#004455; text-decoration:none; }
		#bottom2 a:hover { color:#fff; text-decoration:underline; }

	#top { background:url(../images/top_rust.jpg) no-repeat; width:800px; padding:0px; margin:0px; }
	#top2 { background:url(../images/top_rust2.jpg) no-repeat; width:800px; padding:0px; margin:0px; }
	
	#content { padding:0px 15px; }
	#content_ask { padding:0px 15px; background:url(../images/bg_ask.gif) no-repeat;  }
	
	#leftcol { width:640px; } 
	#rightcol { float:right; width:140px; padding:100px 10px 0px 0px; font-size:10px; }
		.header { border-top:1px dotted #006699; border-bottom:1px dotted #006699; font:14px bold Georgia, Times, serif; color:#fff; margin-bottom:10px; padding:3px 0px 3px 10px; }
	
	.picPad { padding:0px 10px 10px 0px; }
	
	#bioMenu { padding:220px 0px 0px 10px; font:bold Georgia, Times, serif; }
		#bioMenu a { color:#fff; }
		#bioMenu a:hover { color:#000; font-weight:bold; }
	
	#hm { line-height:18px; font-size:16px; }
		#hm a {	color:#fff; text-decoration:none;}
		#hm a:hover {	color:#000; text-decoration:none;}

	.div1 { border-top:1px dotted #666600; }
	
	.formBox { padding:10px; background-color:#e0f3c6; }

/* TEXT STYLES --------------------------------------------------- */

	h1{	font:bold 22px Georgia, Times, serif; color:#331100; margin:10px 0px;}
	h2{	font:bold 14px Georgia, Times, serif; color:#000; margin:10px 0px;}

	
/* SAVING THESE FOR LATER --------------------------------------------------- */
	
	ul { margin:0px 0px 20px 15px; padding:0px;}
	li { margin:0px; padding:5px 0px 0px 0px;	list-style:disc outside;}
