/* General tags */
*{margin:0; padding:0;}
body{	color:#371f3f;
	font: 10pt  Georgia, Adobe Garamond, Palatino Linotype, Book Antiqua, Palatino, Times New Roman, serif;
	background: #4a3652 url(../images/background_color.jpg) top repeat-x;
	}
a{background-color:inherit; text-decoration:none;}
p{padding-bottom:10px;}
h3{ font-size:8pt;}
h2{ font-size:13pt; padding-bottom:5px;}
h1{ font-size:16pt;}

ul, li{	list-style: none;}

/* IDs */
#bigbackground{
	background-image: url(../images/background.jpg);
	width:987px;
	height:848px; 
	margin:0 auto 0px; 
	margin-top:42px;}
	
#homeContent, #aboutContent, #linksContent, #sendusContent{ 
	font-size: 10pt;
	margin:auto;
	padding:20px;
	width:440px;
	height:361px;
	line-height:14pt;
	position:absolute;
	top:79px;
    left: 50%;    margin-left: -131px;
}

img.floatLeft {     float: left;     margin: 4px; 
    margin-right:10px;
    margin-bottom:70px;}



#textbox{
	background : #1b1b1b;
	color : #ffffff;
	padding : 10px;
	width : 400px;
	height : 400px;
	overflow : auto;
	position:relative;
	top:0px;
	left:0px;
	}




/*Tabs*/
#menu {
	margin:auto;
	width:221px;
	position:relative;
	top:200px;
	left:-256px;
	text-align:right;
	font: 10pt  Georgia, Adobe Garamond, Palatino Linotype, Book Antiqua, Palatino, Times New Roman, serif;
	}
	
#menu a{
	margin: 0px; 
	line-height:13pt;
	color:#371f3f;
	text-decoration: none;
	}

#menu a:hover{font-weight:bold;}

#music {
	margin:auto;
	width:421px;
	position:relative;
	top:-117px;
	right:125px;
	color:#fff;
	}


	
	

/*********************** SCROLLERS ***********************/
.root 		{

		position:relative;
		height:			400px;
		width:			400px;
		margin: 			0px 0px 8px 7px;	
		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
	
		position:			absolute; 
		left:			2px; 
		top:			19px; 
		width:			350px; 
		height:			200px; 
		clip:			rect(0 467 200 0); 
		overflow:			auto; 

		}
.scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			100px; 
		padding-left:5px;
		}

.textbox{
		position:relative;
		width:300px;
		left: 240px;
		top: 16px;
		}

