/* CSS Document */

body {
	background-color:#937d55;
	}

#container {
	min-height:400px;
	height:auto !important;
	height:400px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:repeat-y;
	}

#header {
	width:900px;
	height:252px;
	background-image:url(../images/header.jpg);
	}
	
#meat {
	width:900px;
	min-height:100px;
	height:auto !important;
	height:100px;
	/*background-color:red;*/
	overflow:visible;
	position:relative;
	float:left;
	background-image:url(../images/repeat.jpg);
	}

#left {
	min-height:200px;
	height:auto !important;
	height:200px;
	width:155px;
	/*background-color:yellow;*/
	float:left;
	}

#right {
	min-height:100px;
	height:auto !important;
	height:100px;
	width:650px;
	/*background-color:green;*/
	float:left;
	margin-left:40px;
	margin-top:30px;
	}

#nav {
	width:140px;
	min-height:200px;
	height:auto !important;
	height:200px;
	margin-left:25px;
	/*background-color:pink;*/
	margin-top:10px;
	}

#footer {
	width:900px;
	height:18px;
	float:left;
	background-image:url(../images/footer.jpg);
	overflow:hidden;
	}

.ss_rachel {
	width:400px;
	float:left;
	}

.ss_rachel ul{
	margin-left:8px;
	margin-top:2px;
	padding-left:8px;
	}
	
.ss_rachel li{
	list-style:disc;
	line-height:16px;
	}

.ss_wrapper {
	width:325px;
	float:left;
	margin-bottom:20px;
	}

.ss_left {
	width:325px;
	min-height:200px;
	height:auto !important;
	height:200px;
	float:left;
	}
	
.ss_right {
	width:325px;
	min-height:200px;
	height:auto !important;
	height:200px;
	float:right;
	}

.ss_image {
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
	}

.ss_text {
	width:215px;
	float:right;
	padding-left:10px;
	}

.ss_text ul{
	margin-left:8px;
	margin-top:2px;
	padding-left:8px;
	}
	
.ss_text li{
	list-style:disc;
	line-height:16px;
	}

.image {
	margin-top:50px;
	}

.image2 {
	margin-bottom:20px;
	}

.text {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.text a {
	color:#7c2b08;
	text-decoration:none;
	}

.text a:hover {
	text-decoration:underline;
	}

.text_bold {
	font-weight:bold;
	}
h1 {
	color:#7c2b08;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	}

.menu ul {
	padding:0px;
	margin:0px;
	}

.menu li {
	list-style:none;
	padding:0px;
	margin:0px;
	line-height:25px;
	}

.menu li a {
	color:#d08a2e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	}
	
#parentteacher {
	 width:363px;
	 height:300px;
	 float:right;
	 margin-top:0px;
}

.menu a:hover {
	color:white;
	}

.margin_bottom {
	padding-bottom:10px;
	}
