/* HAPPY FARM DAYCARE */

body, html {
	background: url(images/bg.jpg) repeat-x top #e2e0ce;
	margin: 0 0 20px 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	}

#container {
	width: 810px;
	margin: 0 auto;
	position: relative;
	}
	
.clear {
	clear: both;
	}
	
code {
	font-style: italic;
	font-family: Tahoma, Verdana, Arial;
	color: #C0503A;
	}
	
code .h, code .f {
	color: #800080;
	}
	
code .a {
	color: #ff0000;
	}
	
code .p, code .r {
	color: #008000;
	}
	
code .p2, code .m {
	color: #ff00ff;
	}
	
code .y {
	color: #3399ff;
	}
	

	
blockquote {
	font-style: italic;
	width: 90%;
	border: 1px solid #C0503A;
	background: #f2f2f2;
	color: #666666;
	padding: 10px;
	margin: 8px auto;
	}
	
/* TOP */
#top {
	width: 810px;
	height: 80px;
	background: url(images/top.jpg) no-repeat top left;
	margin-bottom: 20px;
	}
	
#nav {
	float: right;
	width: 450px;
	text-align: right;
	}
	
#nav ul li {
	list-style: none;
	display: inline;
	}
	
#nav ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 6px 0px;
	}
	
#nav ul li a span {
	padding: 6px 11px;
	}
	
#nav ul li a:hover, #nav ul li.selected a {
	background: url(images/nav_r.jpg) no-repeat right;
	}
	
#nav ul li a span:hover, #nav ul li.selected a span {
	background: url(images/nav_l.jpg) no-repeat left;
	}
	
.link-home {
	float: left;
	width: 234px;
	height: 55px;
	left: 5px;
	top: 0px;
	position: absolute;
	}
	
/* LEFT COLUMN */
#left {
	width: 585px;
	float: left;
	}
	
#left code {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
	text-transform: bold;
	}
	
#left .title {
	width: 569px;
	height: 14px;
	padding: 8px;
	color: #ffffff;
	text-transform: uppercase;
	background: url(images/main_t.jpg);
	}
	
#left .content {
	background: #ffffff;
	padding: 5px;
	border-left: 1px solid #cb5139;
	border-right: 1px solid #cb5139;
	border-bottom: 2px solid #cb5139;
	line-height: 140%;
	}
	
#left a {
	color: #cb5139;
	font-style: italic;
	text-decoration: none;
	}
	
#left a:hover {
	border-bottom: 1px dashed #cb5139;
	text-decoration: none;
	}
	
/* RIGHT COLUMN */
#right {
	width: 198px;
	float: right;
	}
	
#right .title {
	width: 182px;
	height: 14px;
	padding: 8px;
	color: #ffffff;
	text-transform: uppercase;
	background: url(images/side_t.jpg);
	}
	
#right .content {
	background: #ffffff;
	padding: 5px;
	border-left: 1px solid #676c9f;
	border-right: 1px solid #676c9f;
	border-bottom: 2px solid #676c9f;
	margin-bottom: 19px;
	line-height: 140%;
	}
	
#right .content a {
	color: #676C9F;
	text-decoration: none;
	}
	
#right .content a:hover {
	border-bottom: 1px dashed #676C9F;
	}
	
#tl {
	width: 16px;
	float: left;
	font-weight: bold;
	}
	
#tr {
	float: right;
	width: 164px;
	}
	
/* FOOT */
#foot {
	width: 796px;
	height: 16px;
	padding: 7px;
	background: url(images/foot.jpg) no-repeat top;
	color: #ffffff;
	text-align: center;
	margin-top: 19px;
	}
	
#foot .pages, #foot .pages a {
	color: #676c9f;
	text-decoration: none;
}

#foot .pages a:hover, #foot .pages a.current {
	color: #cb5139;
	}
