/*
 * The Whitest Boy Alive
 * www.whitestboyalive.com
 *
 * Stylesheet (c) code@classlibrary.net 2006, 2007
 */

body, html {
	margin: 0;
	padding: 0;
}

body, div, p, td, li {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

h1, h2 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 13px;
	display: none;
}

h2 {
	font-size: 12px;
}

span.instruments {
	font-style: italic;
}


/* Positioning */

#huge-content-area {
	position: relative;
    margin: 30px 0 0 60px;
}

#logo {
	position:absolute;
	width:420px;
	visibility: visible;
	top: 90px;
	left: 40px;
}
#logo p { width: 370px; }

div#rules,
div#introduction,
div#bubbles,
div#booking,
div#tour,
div#dreams,
div#shop,
div#myspace,
div#facebook,
div#twitter,
div#bogota {
	position: absolute;
	width: 420px;
	padding: 40px;
}

div#introduction			{
	left: 500px;
	top:40px;
}
div#bubbles	{ left: 1000px;	top:40px; }
div#booking			{ left: 1500px;	top:40px; }
div#tour			{ left: 1950px;	top:40px; }
div#dreams			{ left: 2500px;	top:40px; }
div#rules			{ left: 3000px;	top:30px; }
div#shop    		{ left: 3550px; top:40px; }
div#facebook        { left: 4050px; top:40px; } 
div#myspace			{ left: 4550px;	top:40px; }
div#twitter			{ left: 5000px; top:45px; }
div#bogota			{ left: 5500px; top:15px; }

img.section-icon {
	position: absolute;
	top: 70px;
}


div#introduction-content,
div#bubbles-content,
div#booking-content,
div#tour-content,
div#dreams-content,
div#shop-content,
div#myspace-content,
div#bogota-content {
	position: absolute;
	top: 420px;
	width: 320px;
	padding: 0px;
	background-repeat: no-repeat;
	visibility: visible;
	
}

div#facebook-content {position:absolute;
top:417px;
width:320px;
padding:0px;
background-repeat:no-repeat;
visibility:visible;
}

div#twitter-content {position:absolute;
top: 413px;
width:320px;
padding:0px;
background-repeat:no-repeat;
visibility:visible;}

div#rules-content {position:absolute;
top: 426px;
width:320px;
padding:0px;
background-repeat:no-repeat;
visibility:visible;}


div#tour-content { width: 420px; }

div#bogota-content {
	top:442px;
}

#introduction-content h2 {
    font-weight: normal;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#introduction-content ul {
    display: inline;
	padding: 0;
    margin: 0;
}
#introduction-content li {
	display: block;
    margin: 0;
}

#tour-content ul {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
}



a:link {
	text-decoration: none;
	color: #666666;	
	}
	
a:visited {
	text-decoration: none;
	color: #666666;	
}

a:hover {
	text-decoration: none;
	color: #000000;	
}
