/* CSS Document */
html, body {
	min-height:100%;
	margin-bottom: 1px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.625em;
	text-align: center;
	background-color: #f2efe9;
	background-image: url(../Images/layout/bg.jpg);
	background-repeat: repeat;
}
* {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
h2 {
	text-align: center;
	font-size: 1.2em;
	letter-spacing: .2em;
}
h3 {
	margin-left: 15px;
	margin-bottom: 5px;
}

a:link,a:visited{ color: #4E87A3; 
}
a:hover,a:active{
	text-decoration: underline;
	color: #00F;
}
#container {
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 15px;
}


#banner {
	height: 162px;
	background-image: url(../Images/layout/Thorn_Park_School_Logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#navigation {
	font-size: 1.3em;
	text-align: center;
	height: 25px;
	margin-top: 10px;
	background-color: #f1ece6;
	border: 1px solid #999;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

#content {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
}



#content img { border: 1px solid #999; 
}

#left_panel {
	float: left;
	width: 550px;
	height: 100%;
	margin-right: 35px;
	line-height: 20px;
	font-size: 1.2em;
}
#left_panel p { margin-bottom: 12px; }
#left_panel ul {
	margin-bottom: 12px;
	margin-left: 25px;
}

#photopanel {
	width: 150px;
	text-align: center;
	font-size: 0.8em;
	margin-right: 25px;
}
#photopanel p {
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1;
}
#right_panel {
	width: 267px;
	float: left;
	font-size: 1.1em;
}

#right_panel p {
	padding-right: 25px;
	padding-left: 15px;
	padding-bottom: 12px;
	line-height: 1.5em;
}
#single_panel {
	font-size: 1.2em;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
}

.boxout_top {
	height: 20px;
	font-weight: bold;
	padding-top: 15px;
	letter-spacing: 0.2em;
	background-image: url(../Images/layout/page_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #3B53FF;
	padding-left: 15px;
}
.boxout_middle {
	background-image: url(../Images/layout/panel_middle.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
}
.boxout_middle ul {
	padding-right: 20px;
	margin-left: 30px;
	padding-bottom: 12px;
}
.boxout_middle li { line-height: 1.4em; 
}
.boxout_bottom {
	background: url(../Images/layout/panel_bottom.gif) no-repeat;
	height: 18px;
	margin-bottom: 10px;
}

#footer {
	text-align: center;
	border-top: 1px solid #666666;
	line-height: 1.2em;
	font-size: 1em;
	margin-top: 15px;
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#emenet_credit {
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}

.floatleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatright {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.clearer {
	clear: both;
	height: 0px;
}
.centre_element { text-align: center; }
