body {
	margin: 0 auto;
	width: 820px;
}
#container {
	padding: 10px 0;
}
/*

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

*/


/* Removing the defaults setup in typography.css
-------------------------------------------------------------- */
table#header,
table#nav_and_search,
table#frontpage_middle {
	margin: 0;
	height: 100%;
}
table#header td,
table#nav_and_search td,
table#frontpage_middle td {
	padding: 0;, "Kelly Cook" <kellyjgibbs@gmail.com>, 
}
table#header td#logo { width: 157px; }
table#header td h1 {
	font-size: 0;
	line-height: 0;
	margin: 0;
}


/* Top Navigation
-------------------------------------------------------------- */
table#nav_and_search { padding-bottom: 0.6em; }
table#nav_and_search tr { height: 50%; }

tr#navigation {
	background-color: #9c0001;
}
tr#navigation td {
	font-size: 95%;
	text-align: center;
	border-right: 1px solid #fff;
	height: 25px;
}
tr#navigation td a {
	text-decoration: none;
	padding: 0.4em 1em;
	color: #fff;
}
tr#navigation td:hover,
tr#navigation td.hover {
	background-color: #c10b0d; 
}
/* -------------------------------------------------------------- */


table#nav_and_search td#search {
	text-align: right;
	padding-bottom: 0.2em;
}
table#nav_and_search td#search label {
	color: #9c0001;
	text-transform: uppercase;
	font-size: 110%;
}

table#frontpage_middle td#frontpage_image { 
	width: 522px;
	vertical-align: top;
	padding-right: 8px;
}

table#frontpage_middle td#frontpage_schools {
	text-align: right;
	border-left: 2px dotted #ccc;
	margin-left: 4px;
	vertical-align: top;	
}

table#frontpage_middle td#frontpage_schools p {
	padding: 0.4em 0.8em 0.4em 0.4em;
	margin: 0 0 5px 10px;	
	background-color: #e6f1f8;
	line-height: 1.3;
}

#frontpage_textarea {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 2px dotted #ccc;
}

#frontpage_textarea p {
	border-left: 15px solid #9c0001;
	padding-left: 10px;
}

ul#frontpage_links {
	margin: 6px 0 0 10px;
	padding-top: 6px;
	border-top: 2px dotted #ccc;
}

ul#frontpage_links li {
	list-style-type: none;
	font-size: 110%;
	margin-bottom: 0.3em;
	background: url(../img/pencil.gif) no-repeat center right;
	padding-right: 28px;
}

ul#frontpage_links li a {
	color: #9C0001;
	text-decoration: none;
}
ul#frontpage_links li a:hover {
	text-decoration: underline;
}

p#footer {
	color: #707070;
	text-align: center;
	margin-top: 1em;
	font-size: 90%;
}

/* Second Layer Styles
-------------------------------------------------------------- */
td#page_title h2 {
	text-align: right;
	color: #9c0001;
	font-style: italic;
	font-size: 2.5em;
	margin-bottom: 0;
}
#second_layer table#header td#logo { width: 100px; }
#second_layer #content {
	padding: 0.8em 0;
	margin-top: 0.4em;
	border: 2px dotted #ccc;
	border-width: 2px 0 2px 0;
}
/* -------------------------------------------------------------- */




