/* Start of CMSMS style sheet 'mppsStyles' */
@charset "utf-8";
/* Tony D Trinh @ VDP WEBSITES 27.11.2008 / Mooroona Park Primary School / Normal Version
--------------------------------------------------------------------------- */
/*
-- #id, .class, top right bottom left
-- font: 12px Verdana, Arial, Helvetica, sans-serif;
-- Colors:
	#000000 = black
	#ffffff = white
	#bd9025 = gold
	#caa651 = gold-light
	#896c25 = gold-dark
	#dec892 = gold-bg
	#464646 = grey
	#b8b8b8 = grey-light
	#262626 = grey-dark
*/
/* Main
--------------------------------------------------------------------------- */
html {
height: 100%;
}
body {
	background-color: #dec892;
	text-align: center;
	padding: 50px 0 0 0;
}
#wrap {
	background: url(img/pageBg.gif) repeat-y;
	width: 890px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}
#left {
	width: 200px;
	float: left;
}
#right {
	width: 690px;
	float: right;
}
h1 {
	width: 690px;
	height: 290px;
	background: url(img/header.jpg) no-repeat;
	text-indent: -9999px;
}
.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}
/* Navigation
--------------------------------------------------------------------------- */
#navigation {
	width: 200px;
}
/* Divs
--------------------------------------------------------------------------- */
#logo {
	width: 200px;
	height: 200px;
	background-image: url(img/logo.gif);
}
#navtop {
	width: 200px;
	height: 75px;
	background-image: url(img/leftTop.gif);
	text-indent: -9999px;
}
#content {
	width: 650px;
	padding: 0 20px;
	text-align: left;
}
/* Formating
--------------------------------------------------------------------------- */
h2 {
	color: #bd9025;
	font-size: 24px;
	padding: 0 0 10px 0;
}
h3 {
	color: #464646;
	font-size: 20px;
	padding: 0 0 10px 0;
        font-style: italic;
}
p, #content li {
	line-height: 15px;
	color: #000000;
	padding-bottom: 10px;
	text-align: justify;
}
#content ul {
	list-style-type: disc;
	margin-left: 30px;
}
#content ol {
	margin-left: 30px;
}
.image {
	background-color: #ffffff;
	padding: 1px;
	margin: 10px auto;
	display: block;
	border: 1px solid #262626;
}
.image-simple {
	margin: 10px auto;
	display: block;
}
#content a {
	color: #000000;
}
#content a:hover {
	color: #b8b8b8;
	text-decoration: none;
}
/* Footer
--------------------------------------------------------------------------- */
#footer {
	margin: 0 auto;
	text-align: center;
	color: #bd9025;
	padding: 8px 0 0 0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	width: 900px;
	height: 42px;
}
#footer a {
	text-transform: uppercase;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #caa651;
}
#footer a:hover {
	color: #ffffff;
}
/* End of 'mppsStyles' */

