* {
	margin: 0em;
	padding: 0em;
}

body {
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
}

/**  Text Styles  **/

.highlight {
	color: #9e4d6d;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	color: #90985F;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/** main container **/

#container {
	position: relative;
	width: 800px;
	border: 3px solid #999;
	background-color: #fff;
	margin: 10px auto;
	padding: 0;
}

/** banner & nav bar **/

#header {
	margin: 0;
	}

#menu {
	margin: 0 auto;
	width: 750px;
	height: 48px;
	background-image: url(../images/menu_bkgrnd.jpg);
	background-repeat:repeat-x;
	/* border: solid red 1px; */
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	/* display: block; */
	float: left;
	margin: 0;
	padding: 0;
	border-left: solid #C2C88C 1px;
}
#menu li.home {
	border-left: 0px;
}
#menu li.selected {
	/* background: url(../images/tab_bkgrnd.jpg) no-repeat right top; */
}
#menu a {
	display: block;
	margin: 0px;
	padding: 15px 20px;
	text-decoration: none;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* border: solid yellow 1px; */
}

#menu a:hover {
	text-decoration: underline;
}
#menu li.selected a {
	/* background-image: url(../images/tab_left.jpg);
	background-repeat: no-repeat;
	background-position: left top; */
	color: #9E4D6D;
}


#banner {
	margin: 10px 0 0 0;
}
#bannerInner {
	width: 750px;
	height: 135px;
	margin: 0 auto;
	background: url(../images/dance_guild_banner.jpg) no-repeat left top;
}

#banner h1 {
	display: none;
}

/** main content **/

#main {
	margin: 10px auto;
	width: 750px;
	margin-bottom: 40px;
	padding-bottom: 10px;

}

#content {
	margin: 0 5px;
	width: 520px;
}

.para {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed gray;
}
.divider {
	border-bottom: 1px dashed gray;
}

.headshot {
	float: left;
	margin: 5px;
	margin-left: 0;
	border: 3px solid #4A0C3F;
}

.title {
	height: 42px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 50px;
	background: #e1ddb8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
}

#page_img {
	position: absolute;
	top: 250px;
	left: 580px;
	margin: 0;
	width: 197px;
}

/** footer **/

#footer {
	width: 747px;
	height: 57px;
	margin: 0 auto;
	padding: 20px 0 2px 0;
	border-top: 2px solid #d7afb8;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 80%;
}

/* Styles for tables */
div.sched {
	margin: 0;
}

table.sched {
	width: 500px;
	border: 2px solid #570f48;
	border-collapse:collapse;
}
table.sched th {
	text-align: left;
	font-weight: normal;
}
table.sched td {
	border: 1px dashed #666;
	padding:.3em 1em;
	text-align: center;
}
.table_h1 {
	font-size: 150%;
	color: black;
	font-weight: bold;
	}
.table_h2 {
	font-size: 130%;
	color: black;
	font-weight: bold;
	}
.table_h3 {
	font-size: 110%;
	color: black;
	}
.table_h4 {
	font-size: 130%;
	font-weight: bold;
	}
.table_h5 {
	font-size: 120%;
	font-weight: bold;
	}
.table_h6 {
	font-size: 110%;
	font-weight: bold;
	}

/** Links **/

a {
	color: #663399;
}

/** Misc **/
.box1 {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
 border-style: double;
 }
 
 .msgBox {
 	width: 450px;
	margin: 10px 0 10px 25px;
	padding: 5px;
	border: 2px solid #9E4D6D;
 }
 
 ul {
	list-style-position: outside;
	list-style-type: circle;
	line-height: 110%;
	margin-left: 25px;
 }
 ol {
	list-style-position: outside;
	line-height: 110%;
	margin-left: 25px;
 }
 
 li {
 	margin: 5px 0;
 }

/** video popup **/
#videoContainer {
	width: 500px;
	border: 3px solid #999;
	background-color: #fff;
	margin: 10px auto;
	padding: 0;
}

#videoContainer h1 {
	text-align: center;
	margin: 5px 0;
}
