/** BASIC */

body {
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #336600;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #336600;
}

a:hover {
	text-decoration: none;
}

img {
        border: 0px;
}

/** HEADER */

#header {
	width: 700px;
	height: 110px;
	margin: 0px auto;
	background: url(images/structure/imgHeaderTop.GIF) repeat-y top;
}

#header p {
	width: 700px;
	height: 10px;
	margin: 0px auto;
	background: url(images/structure/imgHeaderBody.gif) no-repeat top;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#header ul {
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#header li {
	float: left;
	margin: 0px;
	padding: 2px 5px 2px 5px;
}

/** MENU */

#menu {
	width: 700px;
	height: 30px;
	margin: 0px auto;
	background: url(images/structure/imgMenuBody.gif) repeat-x left top;
}

#menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #336600;
}

#menu a:hover {
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 700px;
	margin: 0px auto;
	background: url(images/structure/imgContentBody.gif) repeat-y left top;
}

#main {
	float: right;
	width: 440px;
	padding: 20px;
}

#main img {
	float: right;
}

#main h1 {
	font-size: medium;
}

#main h2 {
	font-size: small;
}

#main span {
	float: right;
}

#sideNoticeboard {
	float: left;
	width: 200px;
	padding: 20px 10px;
	font-size: smaller;
}

#sideNoticeboard h2 {
	font-size: small;
}

#sideQuote {
	float: left;
	width: 200px;
	padding: 20px 10px;
	font-size: smaller;
}

#sideQuote span {
	font-style: italic;
	font-weight: bold;
	font-size: small;
	color: #99cc66;
}

#sideQuote h2 {
	font-size: small;
}

/** FOOTER */

#footer {
	width: 700px;
	margin: 0px auto;
	background: #BED985 url(images/structure/imgFooterCurveLeft.gif) no-repeat left bottom;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	background: url(images/structure/imgFooterCurveRight.gif) no-repeat right bottom;
	font-size: smaller;
}