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

#mainbanner {
	background-color: #FFFF99;
	width: 100%;
	height: 130px;
}

#total_content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#wooldridge_picture {
	width: 103px;
	height: 120px;
	float: right;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
}

#banner_title {
	float: right;
	height: 95px;
	width: 281px;
	margin-right: 35px;
	margin-top: 18px;
}

#welcome {
	float: left;
	height: 25px;
	width: 150px;
	margin-left: 25px;
	margin-top: 100px;
}


#nav6and7and8 {
	width: 800px;
}

#nav6 {
	width: 266px;
	float: left;

}

#nav7 {
	width: 266px;
	float: left;

}

#nav8 {
	float: left;
	width: 267px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	behavior:url(csshover2.htc);
	background-image: url(artwork/yello002.gif);
}
h1 {
	font-size: 1.2em;
	text-align: center;
}
#books {
	width: 750px;
	height: 400px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}


#index_content {
	width: 770px;
	margin: 30px auto;
	padding: 15px;
	background-color: #FFFF99;
	position: relative;


}

#billy_index {
	position: absolute; top: 25px; left: 605px;
	background-image: url(artwork/billy.png);
	background-repeat: no-repeat;
	height: 335px;
	width: 225px;
}





#index_content h1 {
	margin-bottom: 10px;

	
	}


	

#index_content ul {
	margin-left: 50px;
	padding-left: 30px; 
	margin-top: 10px;
	width: 400px;
	list-style-type: square;
	}


	

	
#index_content_inner {
	width: 560px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EFEFA8;


}

#whats_new {
	margin: 15px auto;
	width: 420px;
	background-color: #FFFF99;
	padding: 10px;


}

#whats_new img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}




#index_6th {
	width: 154px;
	margin: 10px 10px;
	padding: 6px;
	float: left;
	background-color: #C59CE5;

}



#index_7th {
	width: 155px;
	margin: 10px 10px;
	padding: 6px;
	float: left;
	background-color: #FFCC66;

}




#index_8th {
	width: 155px;
	margin: 10px 10px;
	padding: 6px;
	float: left;
	background-color: #99CC66;

}



#textbook7 {
	width: 275px;
	height: 343px;
	padding: 20px;
	background-color: #FFCC66;
	float: left;
}
#textbook8 {
	width: 275px;
	height: 343px;
	padding: 20px;
	background-color: #99CC66;
	float: right;
}
.cleardivs {
	clear: both;
}
#footer {
	background-color: #FFFF99;
	width: 800px;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#billy {
	width: 450px;
	float: left;
}





#sell_billy {
	width: 315px;
	float: left;
}





h3 {
	font-size: 0.8em;
	font-style: normal;
}
a:link {
	text-decoration: none;
	color: #663333;
}
a:hover {
	text-decoration: underline;
	color: #663333;
}
a:visited {
	color: #663333;
	text-decoration: none;
}
#nav7and8 a:hover {
	color: #FFFF99;
}
#nav7and8 a:link {
	color: #000000;
}


/*BEGIN 6th GRADE NAVIGATION BAR*/
/*BEGIN 6th GRADE NAVIGATION BAR*/
/*BEGIN 6th GRADE NAVIGATION BAR*/


div#navigation6 {
	width: 800px;
	background-color: #C59CE5;
	font-size: 16px;
	float: left;
	border-bottom: 1px solid #FF9;
}

div#navigation6 ul {
	margin: 0px;
	border: 1px solid #FF9;
}

div#navigation6 li {
	position: relative;
	float: left;  /* causes the list to align horizontally instead of stack */
	background-color: #C59CE5;
	list-style-type:none;  /* no bullets */
	padding: 0 0px;
	border-right: 1px solid #FF9;
}

div#navigation6 li:first-child {
	border-left: 1px solid #FF9; /*Adds border to the left side of the furthest left li*/
}


div#navigation6 a {
	padding:0 31px;  /*The padding of 31px makes the actual link wider - extending beyond the text*/
	color: #000000;
	text-decoration: none;  /* removes the underlining of the link */
	display: block; /*makes list items in drop down highlight and wrapped lines indent correctly */
}

div#navigation6 a:hover {
	background-color: #FFFF99; /*Changes the background of each link box*/
}


/*End of the horizontal nav.  Now begins the drop-down menus*/

* html div#navigation6 ul {
	float: left;
	width: 800px;
}

div#navigation6 ul li ul {
	position: absolute;
	width: 10em;
	left: -1px;
}
div#navigation6 ul li ul li {
	width: 100%;
	border-right: 1px solid #FF9;
	border-bottom: 1px solid #FF9;
	border-left: 1px solid #FF9;
	padding:0 0 1px;
}
div#navigation6 ul li ul li:first-child {
	border-top:1px solid #FF9;
}
body div#navigation6 ul li ul {
	display: none;  /* conceals the drop-down when menu not hovered */
}
div#navigation6 ul li:hover ul {
	display:block;  /* shows the drop-down when the menu is hovered */
}
* html div#navigation6 ul li ul {
	border-top:1px solid #FF9;
	border-left:0px;
}



/*Horizontal navigation (3rd level) begins now*/
/*Horizontal navigation (3rd level) begins now*/


body div#navigation6 ul li ul li ul {
	visibility:hidden;
	left:10em;
	top:-1px;
}
div#navigation6 ul li ul li:hover ul {
	visibility:visible;
}
div#navigation6 ul li ul li ul {
	width: 14em;
}

/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#navigation6 ul li ul li ul {
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  }
  
  /* and the "be nice to Opera" rule */
html>body div#navigation6 ul li ul li ul {
  left:10em;
  }


/*END 6th GRADE NAVIGATION BAR*/
/*END 6th GRADE NAVIGATION BAR*/
/*END 6th GRADE NAVIGATION BAR*/







/* BEGIN 7th GRADE NAVIGATION BAR*/
/* BEGIN 7th GRADE NAVIGATION BAR*/
/* BEGIN 7th GRADE NAVIGATION BAR*/
/* BEGIN 7th GRADE NAVIGATION BAR*/

div#navigation7 {
	width: 800px;
	background-color: #FC6;
	font-size: 16px;
	float: left;
	border-bottom: 1px solid #FF9;
}
div#navigation8 {
	width: 800px;
	background-color: #9C6;
	font-size: 16px;
	float: left;
	border-bottom: 1px solid #FF9;
}

div#navigation7 ul {
	margin: 0px;
	border: 1px solid #FF9;
}
div#navigation7 li {
	position: relative;
	float: left;  /* causes the list to align horizontally instead of stack */
	background-color: #FC6;
	list-style-type:none;  /* no bullets */
	padding: 0 0px;
	border-right: 1px solid #FF9;
}
div#navigation8 li {
	position: relative;
	float: left;  /* causes the list to align horizontally instead of stack */
	background-color: #9C6;
	list-style-type:none;  /* no bullets */
	padding: 0 0px;
	border-right: 1px solid #FF9;
}



div#navigation7 li:first-child {
	border-left: 1px solid #FF9; /*Adds border to the left side of the furthest left li*/
}


div#navigation7 a {
	padding:0 31px;  /*The padding of 31px makes the actual link wider - extending beyond the text*/
	color: #000000;
	text-decoration: none;  /* removes the underlining of the link */
	display: block; /*makes list items in drop down highlight and wrapped lines indent correctly */
}


div#navigation7 a:hover {
	background-color: #FFFF99; /*Changes the background of each link box*/
}


/*End of the horizontal nav.  Now begins the drop-down menus*/

* html div#navigation7 ul {
	float: left;
	width: 800px;
}

div#navigation7 ul li ul {
	position: absolute;
	width: 10em;
	left: -1px;
}
div#navigation7 ul li ul li {
	width: 100%;
	border-right: 1px solid #FF9;
	border-bottom: 1px solid #FF9;
	border-left: 1px solid #FF9;
	padding:0 0 1px;
}
div#navigation7 ul li ul li:first-child {
	border-top:1px solid #FF9;
}
body div#navigation7 ul li ul {
	display: none;  /* conceals the drop-down when menu not hovered */
}
div#navigation7 ul li:hover ul {
	display:block;  /* shows the drop-down when the menu is hovered */
}
* html div#navigation7 ul li ul {
	border-top:1px solid #FF9;
	border-left:0px;
}



/*Horizontal navigation (3rd level) begins now*/
/*Horizontal navigation (3rd level) begins now*/


body div#navigation7 ul li ul li ul {
	visibility:hidden;
	left:10em;
	top:-1px;
}
div#navigation7 ul li ul li:hover ul {
	visibility:visible;
}
div#navigation7 ul li ul li ul {
	width: 14em;
}

/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#navigation7 ul li ul li ul {
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  }
  
  /* and the "be nice to Opera" rule */
html>body div#navigation7 ul li ul li ul {
  left:10em;
  }
  
/* END 7th GRADE AVIGATION BAR*/
/* END 7th GRADE AVIGATION BAR*/
/* END 7th GRADE AVIGATION BAR*/
/* END 7th GRADE AVIGATION BAR*/





/*BEGIN 8th GRADE NAVIGATION BAR*/
/*BEGIN 8th GRADE NAVIGATION BAR*/
/*BEGIN 8th GRADE NAVIGATION BAR*/


div#navigation8 {
	width: 800px;
	background-color: #9C6;
	font-size: 16px;
	float: left;
	border-bottom: 1px solid #FF9;
}

div#navigation8 ul {
	margin: 0px;
	border: 1px solid #FF9;
}

div#navigation8 li {
	position: relative;
	float: left;  /* causes the list to align horizontally instead of stack */
	background-color: #9C6;
	list-style-type:none;  /* no bullets */
	padding: 0 0px;
	border-right: 1px solid #FF9;
}

div#navigation8 li:first-child {
	border-left: 1px solid #FF9; /*Adds border to the left side of the furthest left li*/
}


div#navigation8 a {
	padding:0 31px;  /*The padding of 31px makes the actual link wider - extending beyond the text*/
	color: #000000;
	text-decoration: none;  /* removes the underlining of the link */
	display: block; /*makes list items in drop down highlight and wrapped lines indent correctly */
}

div#navigation8 a:hover {
	background-color: #FFFF99; /*Changes the background of each link box*/
}


/*End of the horizontal nav.  Now begins the drop-down menus*/

* html div#navigation8 ul {
	float: left;
	width: 800px;
}

div#navigation8 ul li ul {
	position: absolute;
	width: 10em;
	left: -1px;
}
div#navigation8 ul li ul li {
	width: 100%;
	border-right: 1px solid #FF9;
	border-bottom: 1px solid #FF9;
	border-left: 1px solid #FF9;
	padding:0 0 1px;
}
div#navigation8 ul li ul li:first-child {
	border-top:1px solid #FF9;
}
body div#navigation8 ul li ul {
	display: none;  /* conceals the drop-down when menu not hovered */
}
div#navigation8 ul li:hover ul {
	display:block;  /* shows the drop-down when the menu is hovered */
}
* html div#navigation8 ul li ul {
	border-top:1px solid #FF9;
	border-left:0px;
}



/*Horizontal navigation (3rd level) begins now*/
/*Horizontal navigation (3rd level) begins now*/


body div#navigation8 ul li ul li ul {
	visibility:hidden;
	left:10em;
	top:-1px;
}
div#navigation8 ul li ul li:hover ul {
	visibility:visible;
}
div#navigation8 ul li ul li ul {
	width: 14em;
}

/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#navigation8 ul li ul li ul {
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  }
  
  /* and the "be nice to Opera" rule */
html>body div#navigation8 ul li ul li ul {
  left:10em;
  }


/*END 8th GRADE NAVIGATION BAR*/
/*END 8th GRADE NAVIGATION BAR*/
/*END 8th GRADE NAVIGATION BAR*/







/* BEGIN HOMEWORK PAGES*/
/* BEGIN HOMEWORK PAGES*/
/* BEGIN HOMEWORK PAGES*/
/* BEGIN HOMEWORK PAGES*/


#total_homework {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF9;
	margin-top: 20px;
}

#total_homework_flash {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9C6;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#homework6_title {
	width: 520px;
	background-color: #C59CE5;
	padding-top: 10px;
	padding-bottom: 10px;
}
#homework6_title2 {
	width: 520px;
	background-color: #C59CE5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}





#homework7_title {
	width: 520px;
	background-color: #FC6;
	padding-top: 10px;
	padding-bottom: 10px;
}
#homework7_title2 {
	width: 520px;
	background-color: #FC6;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


#homework8_title {
	width: 520px;
	background-color: #99CC66;
	padding-top: 10px;
	padding-bottom: 10px;
}

#homework8_title2 {
	width: 520px;
	background-color: #99CC66;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.o_separator2 {
	height: 3px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(artwork/orange_line2.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}
.g_separator2 {
	height: 3px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(artwork/green_line2.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}

.p_separator2 {
	height: 3px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(artwork/purple_line2.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}


.o_separator1 {
	height: 5px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(artwork/orange_line1.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
.g_separator1 {
	height: 5px;
	width: 450px;
	background-image: url(artwork/green_line1.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.p_separator1 {
	height: 5px;
	width: 450px;
	background-image: url(artwork/purple_line1.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


.o_separator10 {
	height: 4px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(artwork/orange_line10.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}

.p_separator10 {
	height: 4px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(artwork/purple_line10.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}


#homework6_content {
	width: 500px;
	background-color: #C59CE5;
	padding: 10px;
}

#homework6_content2 {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C59CE5;
	padding: 10px;
}



#homework7_content {
	width: 500px;
	background-color: #FC6;
	padding: 10px;
}

#homework7_content2 {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FC6;
	padding: 10px;
}


#homework8_content {
	width: 500px;
	background-color: #9C6;
	padding: 10px;
}
#homework_midsection {
	width: 520px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#homework_midsection2 {
	width: 520px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.o_separator3 {
	background-image: url(artwork/orange_line3.gif);
	background-repeat: no-repeat;
	height: 675px;
	width: 6px;
	float: left;
	margin-top: 50px;
	margin-right: 10px;
	margin-left: 10px;
}
.g_separator3 {
	height: 675px;
	width: 6px;
	background-image: url(artwork/green_line3.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 50px;
	margin-right: 10px;
	margin-left: 10px;
}

.p_separator3 {
	height: 675px;
	width: 6px;
	background-image: url(artwork/purple_line3.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 50px;
	margin-right: 10px;
	margin-left: 10px;
}

#homework_left {
	float: left;
	width: 520px;
}
#homework7_announce {
	float: left;
	width: 200px;
	background-color: #FC6;
	padding: 10px;
}

#homework7_announce2 {
	float: left;
	width: 200px;
	background-color: #FC6;
	padding: 10px;
	margin-top: 15px;
}

#homework7_announce3 {
	float: left;
	width: 200px;
	background-color: #FC6;
	padding: 10px;
	margin-top: 15px;
}


#homework6_announce {
	float: left;
	width: 200px;
	background-color: #C59CE5;
	padding: 10px;
}



#homework8_announce {
	float: left;
	width: 200px;
	background-color: #9C6;
	padding: 10px;
}
.o_separator4 {
	height: 5px;
	width: 125px;
	background-image: url(artwork/orange_line4.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.g_separator4 {
	height: 5px;
	width: 125px;
	background-image: url(artwork/green_line4.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.p_separator4 {
	height: 5px;
	width: 125px;
	background-image: url(artwork/purple_line4.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}



.o_separator5 {
	height: 5px;
	width: 450px;
	background-image: url(artwork/orange_line5.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.g_separator5 {
	height: 5px;
	width: 450px;
	background-image: url(artwork/green_line5.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

.p_separator5 {
	height: 5px;
	width: 450px;
	background-image: url(artwork/purple_line5.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}


#homework6_all {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C59CE5;
	padding: 10px;
}


#homework7_all {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFCC66;
	padding: 10px;
}
#homework8_all {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	background-color: #99CC66;
	padding: 10px;
}

#vocab6_all {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C59CE5;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}



#vocab7_all {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFCC66;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#vocab8_all {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9C6;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#vocab7_all ul {
	list-style-type: circle;
}



/* END HOMEWORK PAGES*/
/* END HOMEWORK PAGES*/
/* END HOMEWORK PAGES*/
/* END HOMEWORK PAGES*/






/*BEGIN CALENDAR*/
/*BEGIN CALENDAR*/
/*BEGIN CALENDAR*/

.main {
width:200px;
border:1px solid #FF9;
}

.month {
background-color:#FF9;
font-size: 12px; font-weight: bold;
color:#000000;
}

.daysofweek {
background-color:#FC6;
font-size: 12px; font-weight: bold;
color:#000000;
}

.days {
font-size: 12px;
color:black;
background-color: #FF9;
padding: 2px;
}

.days #today {
font-weight: bold;
color: red;
}

/*END CALENDAR*/
/*END CALENDAR*/
/*END CALENDAR*/

#home6_content {
	width: 600px;
	background-color: #FF9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	padding: 10px;
}


#home7_content {
	width: 600px;
	background-color: #FF9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	padding: 10px;
}
#home8_content {
	width: 600px;
	background-color: #FF9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	padding: 10px;
}

#home6_banner {
	height: 90px;
	width: 525px;
	background-image: url(artwork/home6_logo.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#home7_banner {
	height: 90px;
	width: 525px;
	background-image: url(artwork/home7_logo.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#home8_banner {
	height: 90px;
	width: 525px;
	background-image: url(artwork/home8_logo.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#home6_innercontent {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}


#home7_innercontent {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#home8_innercontent {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#home6_message {
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C59CE5;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
	margin-bottom: 15px;
}

#home6_message2 {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C59CE5;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	margin-bottom: 15px;
}


#home7_message {
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFCC66;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
	margin-bottom: 15px;
}

#home7_message2 {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFCC66;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	margin-bottom: 15px;
}
#home8_message {
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9C6;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
	margin-bottom: 15px;
}

#home8_message2 {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9C6;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	margin-bottom: 15px;
}

.o_separator6a {
	height: 250px;
	width: 6px;
	background-image: url(artwork/orange_line6.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}
.o_separator6b {
	height: 250px;
	width: 6px;
	background-image: url(artwork/orange_line6.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}


.g_separator6a {
	height: 250px;
	width: 6px;
	background-image: url(artwork/green_line6.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}
.g_separator6b {
	height: 250px;
	width: 6px;
	background-image: url(artwork/green_line6.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

.p_separator6a {
	height: 250px;
	width: 6px;
	background-image: url(artwork/purple_line6.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}


.p_separator6b {
	height: 250px;
	width: 6px;
	background-image: url(artwork/purple_line6.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}


h2 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}
#movie {
	height: 255px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
#movie_small {
	margin-right: auto;
	margin-left: auto;
	height: 135px;
	width: 160px;
}
#movie_large {
	height: 495px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}


#email_form {
	margin-right: auto;
	margin-left: auto;	
	width: 310px;
}


#submit_button {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;	
}

fieldset {
	padding: 15px;
}


.smalltext {
	font-size: 0.8em;
}

#exams {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
		
}

#cd {
	width: 150px;
	height: 136px;
	float: left;
	margin-left: 10px;
	margin-bottom:20px;
}

#cd2 {
	width: 150px;
	height: 136px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}


#cd_text {
	width: 150px;
	height: 136px;
	float: left;
	margin-left: 20px;
	text-align: left;
	margin-bottom:20px;
	}
	
#cd_text2 {
	width: 210px;
	float: left;
	text-align: center;
	}

#cd_all {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
	
#music_middle8 {
	width: 600px;
	height: 310px;
	padding: 15px;
	background-color: #9C6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}

#music_middle7 {
	width: 600px;
	height: 310px;
	padding: 15px;
	background-color: #FC6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}

#music_middle6 {
	width: 600px;
	height: 310px;
	padding: 15px;
	background-color: #C59CE5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}




#music_bottom8 {	
	width: 725px;
	height: 560px;
	padding: 0px;
	background-color: #9C6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}


#music_bottom7 {	
	width: 725px;
	height: 560px;
	padding: 0px;
	background-color: #FC6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#music_bottom6 {	
	width: 725px;
	height: 560px;
	padding: 0px;
	background-color: #C59CE5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}



#music_bottom_left {	
	width: 220px;
	float: left;
	margin: 0px;
	padding: 10px;
	text-align: center
}

#music_bottom_center {	
	width: 220px;
	float: left;
	margin: 0px;
	padding: 10px;
	text-align: center
}

#music_bottom_right {	
	width: 220px;
	float: left;
	margin: 0px;
	padding: 10px;
	text-align: center
}

#music_player {
	width: 350px;
	height: 310px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;;
	float: left;
}

#cd_advertise {
	width: 210px;
	padding: 10px;
	margin_left: 0px;
	margin-right: 8px;
	margin-top: 40px;
	float: right;
}



#index_content a:link {color: blue;}
#index_content a:hover {color: green;}
#index_content a:visited {color: blue;}
