/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; color: #666;}
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color: #666;}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 45px;
    position: fixed;
    padding-left:10px;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 75px 0 0 280px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/*****************************
BULLE INTERACTIVE - 2010.03.02
*****************************/
div.link-list ul {
	list-style:none;
	margin:0;
	padding:0;
}	
	div.link-list ul#link-list-artists li {
		display:block;
		position:absolute;
	}
		div.link-list ul#link-list-artists li#link-list-artists-1 {
			left:294px;
			top:93px;
		}
		div.link-list ul#link-list-artists li#link-list-artists-2 {
			left:371px;
			top:190px;
		}
		div.link-list ul#link-list-artists li#link-list-artists-3 {
			left:484px;				
			top:287px;
		}
		div.link-list ul#link-list-artists li#link-list-artists-4 {
			left:598px;			
			top:385px;
		}
				div.container div.link-list ul li a {				
					display:block;
					height:36px;
				}
				div.link-list ul#link-list-artists li#link-list-artists-1 a {				
					width:258px;
				}
				div.link-list ul#link-list-artists li#link-list-artists-2 a {
					width:316px;			
				}
				div.link-list ul#link-list-artists li#link-list-artists-3 a {
					width:261px;			
				}
				div.link-list ul#link-list-artists li#link-list-artists-4 a {
					width:196px;		
				}		
					div.link-list ul#link-list-artists li a span {
						display:none;
					}
