/* backdrop color: #C4DE95 */
/* regular text: dcddde */
/* links: 7896ba */



* {
	margin: 0;
	padding: 0;
}

b {
color: #7896ba;
}

a {
color: #7896ba;
}

body {
background: #C4DE95;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 15px;
color: #333;
}

#portrait {
margin: 20px auto;
width: 850px;
height: 650px; 
}

#menu {
background: #C4DE95;
height: 84px;
}

.rmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #C4DE95;
}
.rmenu li {
	padding: 0;
	margin: 0;
	height: 84px;
	list-style: none;
	background-repeat: no-repeat;
}
.rmenu li a, .rmenu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 84px;
	background-repeat: no-repeat;
	border-style: none;
}
.m1 {background-image: url(../img/menu1_over.jpg); width: 153px;}
.m1a {background-image: url(../img/menu1_over.jpg); width: 153px;}
.m1 a {background-image: url(../img/menu1_off.jpg);}
.m2 {background-image: url(../img/menu2_over.jpg); width: 108px;}
.m2a {background-image: url(../img/menu2_over.jpg); width: 108px;}
.m2 a {background-image: url(../img/menu2_off.jpg);}
.m3 {background-image: url(../img/menu3_over.jpg); width: 82px;}
.m3a {background-image: url(../img/menu3_over.jpg); width: 82px;}
.m3 a {background-image: url(../img/menu3_off.jpg);}
.m4 {background-image: url(../img/menu4_over.jpg); width: 116px;}
.m4a {background-image: url(../img/menu4_over.jpg); width: 116px;}
.m4 a {background-image: url(../img/menu4_off.jpg);}
.m5 {background-image: url(../img/menu5_over.jpg); width: 80px;}
.m5a {background-image: url(../img/menu5_over.jpg); width: 80px;}
.m5 a {background-image: url(../img/menu5_off.jpg);}
.m6 {background-image: url(../img/menu6_over.jpg); width: 149px;}
.m6a {background-image: url(../img/menu6_over.jpg); width: 149px;}
.m6 a {background-image: url(../img/menu6_off.jpg);}
.m7 {background-image: url(../img/menu7_over.gif); width: 162px;}
.m7a {background-image: url(../img/menu7_over.gif); width: 162px;}
.m7 a {background-image: url(../img/menu7_off.gif);}

ul.rmenu li a:hover {background: none; color: none;}
.rmenu li {float: left;}
.rmenu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

#content {
background: #C4DE95 url(../img/bkgd_horiz.jpg) repeat-y;
width: 850px;
height: 467px;
}
#cimage_m1 {
background: url(../img/main_home.jpg) no-repeat;
width: 850px;
height: 467px;
}
#cimage_m2a {
background: url(../img/main_about1.jpg) no-repeat;
width: 850px;
height: 467px;
}
#cimage_m2b {
background: url(../img/main_about2.jpg) no-repeat;
width: 850px;
height: 467px;
}
#cimage_m3 {
background: url(../img/main_hours.jpg) no-repeat;
width: 850px;
height: 467px;
}
#cimage_m4 {
background: url(../img/main_enrollment.jpg) no-repeat;
width: 850px;
height: 467px;
}
#cimage_m5 {
background: url(../img/main_staff.jpg) no-repeat;
width: 850px;
height: 467px;
}
#cimage_m6 {
background: url(../img/main_parents.jpg) no-repeat;
width: 850px;
height: 467px;
}
#cimage_m7 {
background: url(../img/main_contact.jpg) no-repeat;
width: 850px;
height: 467px;
}

#ccopy {
width: 300px;
height: 280px;
margin: -300px 100px; 
/*border:1px dotted blue;*/
overflow: auto;
}
#ccopy_wide {
width: 330px;
height: 280px;
margin: -300px 100px; 
/*border:1px dotted blue;*/
overflow: auto;
}

#footer {
background: #C4DE95 url(../img/bottom.gif) no-repeat;
width: 850px;
height: 99px;
}