@charset "utf-8";
/* CSS Document */
/*styles for bush dance page*/

body 
{
	font-family:"Times New Roman", Times, serif;
}
#home
{
	background-color: black;
	
}

#date
{
	color: white;
	font-size: 16px;
}

#stories
{
	color: white;
	font-size: 20px;
}

#dataBase
{
	color: white;
	font-size: 20px;
}

#dbform
{
	background-color: black;
	color: white;
}

#dbtable td
{
	color: white;
}

#heading
{
	font-size:36px;
	color:white;
	text-align:center;
	text-decoration:underline;
}

#gallery
{
	background-color: black;
}

#upcomingEvents
{
	background-color: black;
}
#contactUsLogo
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:130px;
	width:282px;
}
#aboutUs
{
	background-color: black;	
}

#leftFrame
{
	background-color:black;
}

#menu
{
	height:50px;
	width:180px;
	text-align:center;
	position:absolute;
	left:30px;
	background-color:red;
}
#menu p
{
	font-size:20px;/*when menu loads it is 20px normal*/
	font-family:"book antiqua",serif;
	color:#000000;	
}
#menu a
{
	text-decoration:none;
}

#intro
{
	font-size:20px;
	color:white;
	font-family:"book antiqua",serif;
	line-height:25px;
}
#pics
{
	font-size:20px;
	color:white;
	font-family:"book antiqua",serif;
}
#PictureRow
{
	position:relative;
	top:3px;
}
#picsDesc
{
	position:relative;
	top:15px;
	font-size:15px;
	color:aqua;
	font-family:"book antiqua",serif;
	left:30px;
}
#logo
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:130px;
	width:282px;
}
#aboutInfo
{
	color: white;
	font-family:"book antiqua",serif;
	font-size:18px;
	line-height:25px;
	max-width:80%;
}
#contactInfo
{
	color: white;
	font-family:"book antiqua","times new roman",serif;
	font-size:20px;
	line-height:25px;
}

#contactUs
{
	background-color: black;
}
#events
{
	color: white;
	font-family:"book antiqua",serif;
	font-size:20px;
	line-height:25px;
}

#workshop
{
	position:relative;
	top:50px;
	font-family:"book antiqua",serif;
	font-size:20px;
	line-height:14px;
}

#eventsDate
{
	color: white;
	position:relative;
	top:30px;
	font-family:"book antiqua",serif;
	font-size:20px;
	line-height:25px;
}

#Foxlogo p
{
	position:absolute;
	right:5px;
	bottom:5px;
}
/*for javascript practicing */
#Exercises
{
	color: white;
}

#Exercises2
{
	color: white;
}