/*BODY FORMATTING__________________________________________________________________________*/



body{

	background-color: #000;

	background-image: url("http://johanssonprojects.com/images/jp_bg.jpg");

        background-repeat: no-repeat;

 	margin: 0px;

 	padding: 0px;

	color: #FFF;

	font-family: Verdana, arial, sans-serif;

	font-size: 10px;

 	}



#wrapper {

float: left;

	text-align: left;

	margin: 332px 0px 0px 28px;

	padding: 0px;

	border:0;

	width: 800px;

	background: url("/path/to/your/background_cols.gif") repeat;

}



#header {

	margin: 0px;

	background-color: transparent;

}



#side-a {

	float: left;

	width: 500px;

}



#side-b { 

	margin: 0;

	float: left;

	width: 450px;

	height: 1% /* Holly hack for Peekaboo Bug */

}



#footer {

	clear: both;

	background-color: transparent;

}



*LINK STYLES_______________________________________________________________________________*/



a.artists:visited {color: #000; text-decoration: none;}

a.artists:link {color: #000; text-decoration: none;}

a.artists:hover {color: #FFF; background: #000; text-decoration: none;}

a.artists:active {color: #000; text-decoration: none;}



a.directions:visited {color: #FFF; text-decoration: none;}

a.directions:link {color: #FFF; text-decoration: underline;}

a.directions:hover {color: #000; background: #FFF; text-decoration: none;}

a.directions:active {color: #FFF; text-decoration: none;}



a.homelinks:visited {color: #FFF; text-decoration: none; font-size: 11px;}

a.homelinks:link {color: #FFF; text-decoration: none; font-size: 11px;}

a.homelinks:hover {color: #FFF; background: #F26A06; text-decoration: none; font-size: 11px;}

a.homelinks:active {color: #FFF; text-decoration: none; font-size: 11px;}


