﻿	html,body {
		margin:0;
		padding:0;
		color:#000;
		background: #ffe4b5;
	}
	body {
		font:76%/135% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		padding:0 0 10px 0;
		min-width:850px;
	}
	code {
		font-family:Monaco, Courier, "Courier New", monospace;
	}
	h1 {
		font-size:1.8em;	
		font-weight: bold;
		text-align:center;
	}
	#footer {
		text-align:center;
		clear:both;
	}
	#wrap {
		width:850px;
		margin:0 auto;
		border-left: 3px solid #aaaaaa;
		border-right: 3px solid #aaaaaa;
		border-bottom: 3px solid #aaaaaa;

	}
	#main {
		clear:both;
		margin:-10px 0px 0px 0px;
		background: #ffffff;
		padding: 10px 80px 80px 80px;

	}
	.admissions #main {
		margin-bottom: 400px;
	}
	a { color: #666666 }
	a:hover { text-decoration: none }
	a:visited { color: #aaaaaa}

	
	.imagebox {
		border: 1px solid #666666;
		padding: 5px;
		width: 300px;
		background-color: #ffffff;
		margin:5px;
	}

	#header {
		height:250px;
		background:url(header2.jpg) 0 0 no-repeat;
	}
	#nav {
		float:left;
		width:850px;
		margin-top:-44px;
		font-size:0.94em;
		line-height:1em;
	}
	#nav ul {
		margin:0;
		padding:0 0 0 28px;
		list-style:none;
	}
	#nav li {
		float:left;
		margin:0 6px 0 -1px;
		padding:0 0 0 6px;
		background:url(nav1.gif) 0 100% no-repeat;
	}
	#nav li:hover {
		background-position:-6px 100%;
	}
	#nav a {
		float:left;
		display:block;
		color:#473215;
		font-weight:bold;
		font-family:Georgia,Times,"Times New Roman",serif;
		background:url(nav2.gif) 100% 100% no-repeat;
		padding:5px 14px 12px 8px;
		text-decoration:none;
	}
	#nav li:hover a {
		background-image:url(nav1.gif);
	}
	/* Hide from IE5-Mac \*/
	#nav a {float:none;}
	/* End IE5-Mac hack */
	#nav a:hover {
		color:#000;
		text-decoration:none;
	}
#home #nav #t1,
#about #nav #t2,
#admissions #nav #t3,
#faq #nav #t4,
#contact #nav #t5 {
background-position:-12px 100%;
padding-left:26px;
margin:0 2px 0 -4px;
}
#home #nav #t1 a,
#about #nav #t2 a,
#admissions #nav #t3 a,
#faq #nav #t4 a,
#contact #nav #t5 a {
background-image:url(nav2s.gif);
padding-left:0px;
padding-right:19px;
}
#nav #t1,
#home #nav #t1 {
margin-left:0;
}
#nav #t5,
#contact #nav #t5 {
margin-right:0;
}