/* The Children's House Montessori School */
/* Navigation Menu CSS - tchNav.css */
/* Designed by MOTAS Inc. :: motas.ca */
/* Created: Oct 6, 2006 */
/* Revised by Four Mind :: fourmind.ca */
/* Edited: Sep 16, 2008 */


/* Basic Elements */

body {
	background-color: #1F2053;
	margin: 0px;
	padding: 0px;
	min-width: 774px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}
td, p {
	font-size: 12px;
	color: #000;
}
h1 {
	text-align: left;
}
a:link, a:visited {
	color: #EEE;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
}
.hidden { display: none; }
.clear { clear: both; height: 0px; }

/* Site Structure */
#Container {
	background: transparent;
	margin: 10px auto;
	padding: 0px;
	width: 774px;
	text-align: left;
}

/* Footer Layout */
#Footer {
	background: transparent;
	clear: both;
	width: 80%;
	margin: 25px auto 0px auto;
	padding: 5px 0px;
	text-align: center;
	color: #BBB;
	font-size: 10px;
}
#FooterLinks {
	padding: 5px 0px;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}
/* End Footer */


/* End Site Structure */


/* End Global CSS */
