	body, html {
		margin:0;
		padding:0;
	}
	
	body {
		min-width:800px;
		background:white;
		color:white;
		padding:2em 0 0 0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	
	.bold {
	font-weight:bold;
	}
	
	.purple {
	color:#606;
	}
	
	.center{
	text-align:center;
	}
	.green {
	color: #a0de41;
	}
	/*  wrap centers the layout horizontally */
	#wrap {
		margin:0 auto;
		width:800px;
    }
	
	/* ///////// begin nav selectors \\\\\\\\\\\\*/
	#nav {
		background:#606;
		padding:5px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		font-size:12px;
		display:inline;
		margin:0;
		padding:0;
	}
	
	#nav li a {
	padding: 0 3.5px 0 0; /* /// Original is 8px, changed by marc on 7-22-06 \\\\ */
	color:white;
	text-decoration:none;
	}
	
	#nav li a:hover {
	color: #9F0;
	
	text-decoration:none;
	}
	/* ///////// end nav selectors \\\\\\\\\\\\*/
	
	#logo {
	height:103px;
	background-color:white;
	background-image:url(images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
	
	#kids {
	height:103px;
	background-color:white;
	background-image:url(images/logokids.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
	
	
	
	/* //////////////column1 is the main content column\\\\\\\\\\\\\\\\ */
	#column1 {
		float:left;
		width:550px;
		background:#a0de41;
		color:#333;
		
	}
	
	#column1 h2, #column1 h3{
		color:#FFF;
		font-weight:bold;
    }
	
	#column1 h2, #column1 h3, #column1 p {
			padding:0 10px;

		}
	#column1 p{
	font-size:11px;
	color:#333;
	
	}
	
	#column1 a{
	color:#606;
	text-decoration:none;
	}
	
	#column1 a:hover{
	color:white;
	text-decoration:none;
	}
	/* //////////////column1 end\\\\\\\\\\\\\\\\ */
	
	/* /////////feature box begin\\\\\\\\\\\ */
	#feature {
	width:390px;
	background-color:#66CC00;
	margin:0 0 0 125px;
	}
	
	#feature p{
	text-align:left;
	padding: 2px 1em 2px 1em;
	color:#FFF;
	}
	#feature h4 {
	background-color:#606;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:2px 2px 2px 2px;
	}
	/* /////////feature box end\\\\\\\\\\\ */
	/* Row presentation for div tables */
	table{
	text-align: left;
	width:550px;
	
	}
	table a{
	color:#606;
	text-decoration:none;
	}
	table a:hover{
	color:#006600;
	}
	
	tr.head{
	text-align: center;
	color:white;
	background-color:#606;
	font-weight:bold;
	}
	tr.even{
	background-color:#ccff80;
	}
	
/*   */
	/* //////////////column2 begin\\\\\\\\\\\\\\\\ */
	#column2 {
		background:#ccc;
		/*background-image:url(images/face1.jpg);*/
		background-position:top;
		background-repeat:no-repeat;
		float:right;
		width:250px;
		height:398px;
	}
	
	#column2 ul {
		margin:150px 0 0 0;
    }
	
	#column2 li {
	list-style:none;
	font-size:12px;
	}
	
	#column2 li a{
	color:#CC0099;
	text-decoration:none;
	font-weight: bold;
	}
	
	#column2 li a:hover{
	color:#9F3;
	text-decoration:none;
	}
	
    #column2 p, #column2 ul{
		padding: 0 0 0 10px;
		color:#606;
    }
	#column2 h1, h2, h3{
	color:#606;
	}
	/* //////////////column2 end\\\\\\\\\\\\\\\\ */
	
	/* //////////////footer begin\\\\\\\\\\\\\\\\ */
	#footer {
		background:#606;
		clear:both;
	}
	
	#footer p {
		padding:5px;
		margin:0;
		font-size:10px;
    }
	
	#footer a {
	color: #9F0;
	text-decoration:none;
	}
	
	#footer a:hover {
	color:white;

	text-decoration:none;
	}
	/* //////////////footer end\\\\\\\\\\\\\\\\ */
	

	
	</style>/* CSS Document */
