html {
	height: 101%;
	margin-bottom: 1px;
}

body {
	font-family: garamond, "Times New Roman";
	font-size: .99em;
	color: #444;
	background-color: #A4A385;
	}
	
#wrapper {
	margin: 0 auto;
	width: 730px;
	margin-top: 30px;
} 

#col1 {
	width: 140px;
	float: left;
	clear: none;
	}

#col2 {
	width: 580px;
	margin-right: 10px;
	float: left;
	clear: none;
	}

/* universally usable classes and elements
---------------------------------------*/

/* off screen */
.off-screen {
	margin: -1000px;
	}

/* hide */
.hide {
	display: none;
	}

.inline li {
	list-style-type: none;
	display: inline;
	}
	
ul {
	padding: 0;
	margin: 0;
	}

em {
	font-style: normal;
	line-height: 1.3em;
	font-size: 1.6em;
	color: #CC6600;
	}

em.modest {
	font-size: 1.4em;
	}

a img {
	border: none;
	vertical-align: bottom;
	}

/* Clearfix
---------------------------------------*/

.fixfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.fixfloat {display: inline-block;}

/* Hides from IE-mac \*/
* html .fixfloat {height: 1%;}
	.fixfloat {display: block;}
/* End hide from IE-mac */ 

/* Show only to IE-mac */
/* \*/ /*/

/* */

/* header: the header img padding is defined inline in the html [/includes/header-images/aboutPg.inc]
---------------------------------------*/

/* navigation elements: 
     prmNav = "contact" & "home" links
     nav = the "chapters" [eg. about ... links]
     secNav = "pages" for each "chapter"
---------------------------------------*/
#prmNav ul {
	float: right;
	margin-top: 15px;
	margin-bottom: 1px;
	margin-right: 5px;
	}
	
#prmNav ul li a {
	float: left;
	display: block;
	width: 60px;
	padding: 3px 10px 1px 10px;
	border-top: 1px solid #E3E5B3;
	background-color: #C7C6A9;	
	margin-left: 4px;
	text-align: center;
	text-decoration: none;
	font-size: .78em;
	color: #600;
	}

#prmNav ul li a:hover {
	background-color: #F0E5C2;
	}

#indexPg #prmNav ul li a.home,
#contactPg li a.contact
	{
	background-color: #F0E5C2;
	}

#nav {
	float: left;
	clear: right;
	margin: 0;
}

#nav ul {
	list-style: none;
	margin: 0;
	margin-bottom: -1px;
	padding: 0;
}

#nav ul li {
	float: left;
	text-align: center;
}
	
#nav a {
	background-color: #D8D9AF;
	border-bottom: 1px solid #C00;
	color: #400;
	display: block;
	font: normal .9em verdana, helvetica, arial, sans-serif;
 	line-height: 22px;
	padding: 4px 0 2px 0;
	text-decoration: none;
	width: 115px;
}

#nav a:hover, #nav a:active {
	border-bottom: 2px solid #900;
	padding-bottom: 1px;
}

#nav a#about {
	background-image: url("../images/bground/corner2.jpg");
	background-repeat: no-repeat;
}


/* highlight which page you're on */
#curriculumPg #curriculum, 
#aboutPg #about, 
#resourcesPg #resources, 
#programsPg #programs,
#linksPg #links {
	color: #900;
	border-bottom: 2px solid #900;
	line-height: 21px;  /* make line height less so it displays inline with the hover border */
	}

#secNav {
	margin-top: 290px;
}

#logo {
	margin-top: 30px;
	margin-left: 20px;
	padding: 0;
}

#logo {
	width: 50px;	
}

#secNav li {
	color: #900;
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 20px;
}

#secNav li a, #secNav li a:visited {
	color: #900;
	text-decoration: none;
	}

#secNav li a:hover, #secNav li a:active {
	color: #600;
	list-style-type: disc;
	}


#secNav li.here {
	list-style-type: disc;
	}


/* content elements
---------------------------------------*/
#content {
	float: left;
	clear: both;
	width: 555px;
	padding: 10px;
	line-height: 1.5em;
	background-color: #E3E5B3;
	}
	
#content ul {
	list-style: square;
	}

#content ul li {
	margin-left: 30px;
	}

#content a {
	text-decoration: none;
	font-family: "times new roman";
	font-size: .9em;
	color: #0E0EEA;
	}
	
#content a:visited {
	color: #0E0EEA;
	}
	
#content a:hover {
	text-decoration: underline;
	}
	

/* footer element: holds testimonial and logo
---------------------------------------*/
#footer {
	float: left;
	clear: both;
	margin-bottom: 50px;
}

#footer p {
	line-height: 1.5em;
	width: 555px;
	padding: 10px;
	background: #FFF6C3 url("../images/bground/botcorner.jpg") no-repeat 100% 100%;
	color: #85501D;
	font: italic .95em "times new roman", serif;
	margin: 0;
}




/*-------------------------------------*/


