@charset "utf-8";
/* CSS Document */

body{
	background-color: #000000;
	color: #DDC99E;
	background-image: url(images/background.jpg);
	background-position: 0px 135px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 18px;
}

a{
	color: #d8b976;
	text-decoration: none;
}

#wrapper{
	text-align: center;
	width: 100%;
}

#actualbody{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#logosmall{
	background-image: url(images/Castle-School-Logo-Small.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 100px;
	width: 600px;
	float: left;
	cursor: pointer;
}

#logosmall span{
	display: none;
}

#address{
	margin-top: 10px;
	display: block;
	float: left;
	width: 300px;
	height: 160px;
	text-align: right;
	font-weight: bold;
	color: #a18a54;
}

#address div{
	color: #b4964f;
	font-weight: normal;
	font-size: 14px;
	padding-top: 6px;
}

.hr-grad{
	background-image: url(images/HR-Grad.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 4px;
}

#pagecontent{
	float: left;
	width: 700px;
	padding-bottom: 20px;
}

#schoolnews{
	width: 200px;
	padding-bottom: 10px;
}

#sidebar{
	width: 200px;
	float: left;
	padding-bottom: 20px;
}

#sidebar h2{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #41350E;
	margin-top: 10px;
	margin-bottom: 2px;
}

.departmentlinks{
	width: 200px;
	padding-bottom: 10px;
}

.departmentlinks div{
	cursor: pointer;
}

.departmentlinks div:hover{
	color: #FF9900;
}

#logogroup{
	width: 105px;
	height: 40px;
	background-image: url(images/Logo-Group.jpg);
	margin-top: 20px;
}

a:hover{
	color: #e0a62f;
	text-decoration: underline;
}

#footer {
	background-image: url(images/Footer-Back.jpg);
	background-repeat: repeat-x;
	clear: both;
	font-size: 10px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0px;
	text-align: left;
	padding: 5px;
	width: 890px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}