/** Christian Family Montessori School **/

	body 	{
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			text-align: center;	
			background-color: #FFF;
			border-top: 3px solid #CCC;
			}						
	#container	{
				position: relative;
				height: 1600px;
				margin: 84 auto 0 auto;
				padding: 0 0 0 0;
				background-color: #FFF;
				vertical-align: top;
				}				
	p 		{
			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 12px;
			color: #333;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			}
	h1		{
			font-family: Georgia,Times,'Times New Roman',serif;
			font-size: 24px;
			padding-top: 22px;
			letter-spacing: 1px;
			color: #993399;
			}			
	h2		{
			font-size: 18px;
			padding-top: 5px;
			color: #993399;
			}
	h3		{
			font-size: 16px;
			letter-spacing: 1px;
			color: #838B8B;
			padding-top: 5px;
			margin-bottom: 1px;
			}
	h4		{
			font-size: 14px;
			letter-spacing: 1px;
			font-style: italic;
			color: #838B8B;			
			}
	h5		{
			font-size: 14px;
			color: #838B8B;						
			letter-spacing: 1px;
			margin-bottom: 5px;
			}
	h6		{
			font-size: 14px;
			color: #000;
			font-style: italic						
			letter-spacing: 1px;
			margin-bottom: 4px;
			margin-top: 3px;
			padding: 0;
			}
	.quote	{
			font-size: 12px;			
			line-height: 18px;
			letter-spacing: 1px;
			color: #E9CFEC;
/**			color: #C793FF; */
			}				
	.menu	{
			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 12px;
			line-height: 30px;
			letter-spacing: 1px;
			color: #EEE;
			border-top: 1px solid;
			border-color: #851FFF;
			}
	.side	{
			font-size: 11px;
			line-height: 15px;
			color: #696969;
			}
	.main	{			
			font-size: 12px;
			line-height: 18px;
			padding-bottom: 15px;
			color: #333;
			}
	.tables {
			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 12px;	
			color: #333;
			}
	.caption {
			font-family: Cambria,Georgia,Times,'Times New Roman',serif;
			font-size: 11px;
			letter-spacing: 1px;
			padding-bottom: 20px;
			color: #000;
			}									
	.footer	{
			font-size: 12px;
			line-height: 18px;
			color: #999;
			}	
	ol, ul, li	{
			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 12px;
			line-height: 15px;
			padding-bottom: 5px;
			color: #333;	
			}
	a 		{
			text-decoration: none;
			color: #993399;
			}	
	a:hover {
			text-decoration: underline;
			}	
	a:visited {
				text-decoration: none;
			}		
	
	/* side menu */
	#sub a 		{
			text-decoration: none;
			color: #EEE;
			}	
	#sub a:hover {
			text-decoration: underline;
			}	
	#sub a:visited {
			text-decoration: none;
			}		
	/* menu */
	#nav {
		margin: 0;
		padding: 0;
		height: 60px;
		list-style: none;
		display: inline;
		overflow: hidden;
		padding-left: 100px;
		float: left;
		}	
	#nav li {
		margin: 0px 0px; 
		padding: 0;
	    list-style: none;
		display: inline;
		}	
	#nav a {
		float: left;
		padding: 60px 0 0 0;
		overflow: hidden;
		height: 0px !important; 
		height /**/:60px; /* for IE5/Win only */
		}
	#nav a:hover {
		background-position: 0 -60px;
		}	
	#nav a:active, #nav a.selected {
		background-position: 0 -120px;
		}		
	#about a  {
		width: 160px;
		height: 60px;
		background: url(images/about.gif) top left no-repeat;
		}		
	#montessori a  {
		width: 160px;
		height: 60px;
		background: url(images/montessori.gif) top left no-repeat;
		}		
	#catechesis a  {
		width: 160px;
		height: 60px;
		background: url(images/catechesis.gif) top left no-repeat;
		}				
	#admission a  {
		width: 160px;
		height: 60px;
		background: url(images/admission.gif) top left no-repeat;
		}				
	#community a  {
		width: 160px;
		height: 60px;
		background: url(images/community.gif) top left no-repeat;
		}

	/* menu and masthead */				
	#top {
		height: 60px;
		width: 960px;
		}
	#logo {
		height: 75px;
		width: 960px;
		background: url(images/logo-name-cfms.gif) top left no-repeat;
		}
	#sub {
		background-image: url(images/back.gif);
		height: 268px;
		}			
	/* main sections */								
	#left {
		width: 210px;
		float: left;
		padding-top: 100px;
		padding-left: 25px;
		padding-right: 35px;
		text-align: left;
		height: 460px;
		background: transparent url(images/divider.png) no-repeat scroll right bottom;								}
	#center {
		width: 460px;
		float: left;
		}
	#right {
		width: 330px;
		float: left;
		}
	#footer {
		clear: both;
		height: 200px;
		text-align: left;
		float: left;
		width: 200px;
		width: 960px;
		padding: 20px;
		}