/* CSS Document */  
body {background-color:#deb6a1; margin:0px; font-family:Calisto MT, Helvetica, sans-serif; text-align:center; }
body.intro {background-color:#E9D9BE; margin:0px; font-family:Calisto MT, Helvetica, sans-serif; text-align:center; }
body.bio {background-color:#05C5A8; margin:0px; font-family:Calisto MT, Helvetica, sans-serif; text-align:center; }
body.music {background-color:#FADCD3; margin:0px; font-family:Calisto MT, Helvetica, sans-serif; text-align:center; }
body.photos {background-color:#D3B085; margin:0px; font-family:Calisto MT, Helvetica, sans-serif; text-align:center; }
body.videos {background-color:#972713; margin:0px; font-family:Calisto MT, Helvetica, sans-serif; text-align:center; }
body.guestbook {background-color:#D7E3F1; margin:0px; font-family:Calisto MT, Helvetica, sans-serif; text-align:center; }
body.journal {background-color:#C6975B; margin:0px; font-family:Calisto MT, Helvetica, sans-serif; text-align:center; }
body.contact {background-color:#FFFFFF; margin:0px; font-family:Calisto MT, Helvetica, sans-serif; text-align:center; }

div#containter{ 
	position:relative;
	width:800px;
	height:600px; 
	overflow:hidden;
}

div#container_m{ 
	width:800px;
}

div#photo{
	position:relative;
	height:600px; 
	overflow:hidden;
}

div#photo_m{
	z-index:1;
	text-align:center; 
}

div#news{
	width:425px;
	height:400px;
	position:relative;
	left:-250px;
	top:-505px;
	
	overflow:auto;
		
	font-family:Calisto MT;
	font-size:Smaller; 
	text-align:center;
	text-shadow:#FFFFFF;		
}

div#music{
	font-family:Rage Italic;
	left: 26px;
	position:relative;
	top:-500px;
	float:left;
	z-index:2;

}

div#video{
	position:absolute;
	left:50px;
	top:100px;	
	height:500px;
	width:450px;
	overflow:auto;
	scrollbar-face-color:#972713;
	font-family:Rage Italic;
}

div#pagetextRight{
	width:500px;
	height:400px;
	position:relative;
	left:250px;
	top:-505px;
	
	overflow:auto;
	
	font-family:Calisto MT;
	font-size:smaller; 
	text-align:left;
	text-shadow:#FFFFFF;		
}

div#pagetextLeft{
	width:500px;
	height:400px;
	position:relative;
	left:-200px;
	top:-475px;
	
	overflow:auto;
	
	font-family:Calisto MT;
	text-align:left;
	text-shadow:#FFFFFF;		
}

div#signupform{
	position:relative;
	left:100px;
	top:-490px;
	font-family:Amerika Sans;
	font-size:smaller; 
	text-align:left;
	color:#FF0000;
	text-shadow:#0066FF;
}
table.index {
	color:#000000;
	font-size:large; 
	font-family:Rage Italic;
	text-align:center;
}
table.right {
	font-size:26; 
	font-family:Rage Italic;
	text-align:right;
}

a:link {color:black; text-decoration:no-decoration; }     /* unvisited link */
a:visited {color:black; text-decoration:no-decoration;}  /* visited link */
a:hover {color:grey; text-decoration:no-decoration;}   /* mouse over link */
a:active {color:black; text-decoration:no-decoration;}   /* selected link */

