* { padding: 0px; border: 0px; margin: 0px; }

body {
	height: 100%;
	font: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;

}
p {
	margin: 15px;
	/*
	text-indent: 25px;
	*/
}
img.gallery {
	margin: 10px;
}
img.musico {
	float: left;
	margin: 15px;
	margin-left: 10px;
}
div#news {
	border: 1px solid rgb(100,40,0);
	background-color: rgb(255,215,20);
	margin-left: 400px;
}
div.musico {
	clear: left;
	background: yellow;
	border-top: 2px solid black;
	margin-top: 20px;
	margin-right: 10px;
    padding: 10px;
}
div {
	background-color: rgb(254,194,12);
	font-size: 11pt;
	border: 0px solid black;
	padding-left: 6px;
}
div#container {
	background-color: rgb(255,255,0);
	background: rgb(254,194,12) url('http://lh6.ggpht.com/_iaUqPboCSm4/SwQ7Sesg-0I/AAAAAAAAALo/oyqA2jm8i7k/s800/sidebar_bg.png') repeat-y 5px 50px;
	border: 1px solid rgb(100,100,100);
	margin: 10px;
	padding:0px;
}
div#sidebarcontainer {
	margin:0px;
	border:0px;
	background-color: transparent;
}
div#sidebar {
	/*
	background: rgb(254,194,12) url('images/sidebar_bg.png') repeat-y 15px 50px;
	*/
	background-color: transparent;
	top: 5px;
	width: 155px;
	float: left;
	border: 0px solid black;
	padding-top: 20px;
}
div#header {
padding: 20px;
background-color: rgb(254,204,12);
}
div#contentcontainer {
	margin:0px;
	margin-left:175px;
	border:0px;
	padding:0px;
}
div#content {
	border: 0px;
	margin-left: -165px;
	width: 100%;
	padding: 10px;
	float:right;
}
div#footer {
	height: 32px;
	clear: both;
	padding: 20px;
	background-color: rgb(254,204,12);
}

/* sandbag divs */
#bag1, #bag2, #bag3 {
	float: left;
	clear: left;
	border: 0px solid green;
	background-color:transparent;
}
#bag1 {width: 250px;height:120px;}
#bag2 {width: 400px;height:155px;}
/* end sandbag-divs */

/* super box model IE hack */
/* from: */
div#main {
	/* width="383" height="275" 
	min-height: 300px;
	*/
	border: 0px;
	background-image: url('http://lh3.ggpht.com/_iaUqPboCSm4/SwQ7Sdax5fI/AAAAAAAAALk/NVj3H7xL2Lk/s800/mex.png');
	background-repeat: no-repeat;
	background-position: top-left;
	height: 300px;
	width: auto;
	height: auto;
}

html> body > div > div #main
{
	width: auto;
	height: auto;
	min-height: 300px;
}

li {
	padding-bottom: 10px;
}
li.track {
	padding-bottom: 2px;
	/*
	background: rgb(220,220,220);
	*/
	font-weight: bolder;
}
a:link {
	color: rgb(10,10,10);
}
a:visited {
	color: rgb(30,30,30);
}
a:hover {
	background-color: rgb(255,234,29);
}
a.imglink:hover {
	border: 0px solid green;
	background-color: transparent;
}
td {
    background-color:rgb(255,234,29);
}

