@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-size:1em;
	line-height: 1em;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	color: #FFCC33;
	background-color: #006766;
}
#container ul li img { 
display:block; 
border:none;
} 
#container {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	width: 680px;
}
#sidebarlinks {
	float:right;
	text-align: right;
	position: relative;
	margin-top: 160px;
}
#sidebarlinks ul {
	list-style-type: none;
	text-align: right;
	padding-right: 5px;
}
#sidebarlinks li {
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}
#sidebarlinks a { color:#FFCC33; text-decoration: none;}
#sidebarlinks a:hover { color:#FFFF99; }
#maincontent {
	background-image: url(images/home/home_bkgd_all3.jpg);
	background-repeat: no-repeat;
	width: 575px;
	background-position: 0px 25px;
	height: 525px;
	position: relative;
	padding-top: 50px;
}
#maincontent h1 {
	position: absolute;
	top: 480px;
	left: 195px; 
}
#maincontent h2 {
	position: absolute;
	top: 65px;
	left: 175px; 
}
#menu a {
	position: absolute;
	height: 62px;
	width: 275px;
	top: 75px;
	text-decoration: none;
}
#menu a i { visibility: hidden; }
a#young_adult_books {
	top: 135px;
	left: 196px;
}
a#adult_books_and_writings {
	top: 209px;
	left: 196px;
}
a#harmony_chinese_wisdom {
	top: 360px;
	left: 196px;
}
a#school_visits {
	top: 286px;
	left: 196px;
}
a#writing_instruction { top: 306px; left: 193px; }
a#teacher_resources { top: 184px; left: 193px; }
a#young_adult_books:hover {
	background-image: url(images/home/button_young_f22.jpg);
	background-repeat: no-repeat;
	height: 70px;
}
a#adult_books_and_writings:hover {
	background-image: url(images/home/button_adult_f22.jpg);
	background-repeat: no-repeat;
	height: 70px;
}
a#harmony_chinese_wisdom:hover {
	background-image: url(images/home/button_harmony_f22.jpg);
	background-repeat: no-repeat;
	height: 74px;
}
a#school_visits:hover {
	background-image: url(images/home/button_schoolvisits_f22.jpg);
	background-repeat: no-repeat;
	height: 70px;
}
a#writing_instruction:hover {
	background-image: url(images/home/button_writing_f2.jpg);
	background-repeat: no-repeat;
}
a#teacher_resources:hover {
	background-image: url(images/home/button_teacher_f2.jpg);
	background-repeat: no-repeat;
}
a#young_adult_books:hover,a#school_visits:hover,a#teacher_resources:hover,a#adult_books_and_writings:hover,a#writing_instruction:hover,a#harmony_chinese_wisdom:hover { border:none; }
 
