/* COMMON */
html, body {
	margin: 0;
	padding: 0;
}
body#content {
	margin: 4px;
}
a:link, a:visited {
	color: #C4875A;
}
a:hover, a:active {
	color: #A4714B;
}
img {
	border: 0px none;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.line {
	height: 1px;
	overflow: hidden;
	background-color: #C4875A;
	margin: 10px 4px;
	clear: both;
}
.footer {
	text-align: right;
	font-style: italic;
	font-size: 80%;
	color: #A4714B;
}
p {
	margin: 0 0 8px 0;
	padding: 0;
}
.important {
	margin: 10px;
	background-color: #FFECB1;
	border: 1px solid #FF2A2A;
}
.important p {margin: 0 8px 8px 8px;}
.important h2 {margin-top: 2px;}
.important h2 span {
	background: #FF2A2A url(img/header_important.gif) repeat-y right;
}

/* HEADERS */
h2 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 120%;
	color: #A4714B;
}
h2 span {
	padding: 2px 50px 2px 2px;
	color: #fff;
	background: #C4875A url(img/header.gif) repeat-y right;
}
/* LISTS */
/* common list */
ul {
	margin: 0 0 10px 10px;
	padding: 0;
}
li {
	padding: 0 0 4px 20px;
	list-style: none;
	background: url("img/point.gif") 0 0.45em no-repeat;
}
/* menu */
#menu ul {
	margin: 0;
}
#menu li {
	margin: 4px 4px 0 4px;
	padding: 0;
	background-image: none;
	font-weight: bold;
}
#menu li a.current {
	padding-right: 30px;
	color: #fff;
	background: #C4875A url(img/header.gif) repeat-y right;
	text-decoration: none;
}
/* news */
.news li {
	background-image: none;
	margin: 0 0 4px 0;
	padding: 0;
}
.news li .date {
	font-weight: bold;
	color: #A4714B;
	width: 8em;
}
	:root .news li .date {
		float: left;
	}
/* photos */
.photos {
	margin: 0;
}
.photos li {
	float: left;
	width: 200px;
	text-align: center;
	background-image: none;
	margin: 0 10px 10px 0;
	padding: 0;
	height: 17em;
}
.photos li strong {
	display: block;
}
/* teachers */
.teachers li strong {
	width: 18em;
}
	:root .teachers li strong {
		float: left;
	}
/* TOP FRAME */
#header p {
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 4px 4px 0 0;
}
#header #logo {
	float: left;
}
#header #map {
	float: right;
}