/* CSS Document */

/* div {
	border:solid #00ee66 1px;
}
*/
/* html {height:100%;}  allows us to stretch the main div later - removed to get rid of v scrollbar  */
body {height:100%;} /* allows us to stretch the main div later */
* {
margin: 0px 0px;
padding: 0px 0px;
border:none;
}

body {
	background-color: #D2492A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-size: small;  /*Font size value for IE4/5 on Windows*/
	voice-family: "\"}\"";  /*IE4/5 in Windows will not understand this and believe the rule is over. */
	voice-family:inherit;  /*Allows the rest of browsers to get on with rule*/
	font-size: medium;
	background-image: url(img/rr_trees.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
	html>body {	
	font-size:medium; /* opera rule */
}
	
	
/* site wide text alignment */
p, h1, h2, h3, h4, h5, h6 {

	color: #D2492A;
	text-align:left;
}

h1 {
	font-size: 110%;
}

h2 {
	font-size: 100%;
	margin:0px 0px 20px 0px;
}

h3 {
	font-size: 90%;
}

h4 {
	font-size: 80%;
	color:#444;
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

/*************************************************************
*
*  generic page layout divs
*
**************************************************************/

#container {
	position: relative;
	width: 724px;
	margin:5px auto;
	background-color: #fff;
	background-repeat:no-repeat;
	background-position:400px -20px;
	border: 1px solid #111;
}

#image_container {
	position: relative;
	width: 99%;
	margin:0px auto;
	/*background-image:url(img/acorns.gif);*/
	background-repeat:no-repeat;
	background-position:bottom right;
}

#header{
	width: 100%;
	height: 110px;
	background-position: top left;
	background-image: url(img/title-small.jpg);
	background-repeat: no-repeat;
	border-bottom:2px dotted #D2492A;
}

#header h1{
	font-size: 120%;
	text-indent: -5000px;
}

#centrepanel {
	float: left;
	width: 650px;
	margin: 0px 30px 0px 10px;
	background-image:url(img/acorns.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content{
	float: right;
	width:600px;
	height:auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#navbar{
	clear: both;
	width: 100%;
	height: 10px;
	margin:10px 0px 10px 0px;
}

#footer{
	clear: both;
	width: 100%;
	height: 20px;
}

/*************************************************************
*
*  text styling
*
**************************************************************/
#centrepanel p{
	font-size:70%;
	color:#000;
	font-weight:normal;
	line-height:1.4em;
	margin:10px 0px 0px 0px;
}

#centrepanel p.indent{
	margin:5px 0px 0px 50px;
}

#centrepanel p.indentgrey{
	margin:5px 0px 0px 50px;
	color:#000;
	background-color:#ddd;
	padding:5px 5px;
	border:1px solid #bbb;
}

#centrepanel p.grey{
	margin:5px 0px 0px 5px;
	font-weight:bold;
	background-color:#D2492A;
	padding:5px 5px;
	border:2px dotted #eee;
}

#centrepanel p.grey a{
	color:#fff;
}

#footer p{
	font-size:60%;
	color:#668833;
	margin:0px 0px 0px 50px;
}

p.hazelnuts {
	position:absolute;
	right:20px;
	bottom:170px;
}

/*************************************************************
*
*  link styling
*
**************************************************************/
#topnavbar ul{
	float: right;
	width:660px;
	height:30px;
	display:block;
	list-style:circle;
}

#topnavbar li{
	display:inline;
	font-size:70%;
	font-weight:bold;
	margin:0px 10px 0px 0px;
}

#navbar li{
	display:inline;
	font-size:65%;
	color:#D2492A;
}

#topnavbar a{
	color:#D2492A;
}

#navbar a{
	color:#D2492A;
}

/*************************************************************
*
*  image styling
*
**************************************************************/

#content img{
	float:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#content .left{
	float:left;
	margin:5px 10px 5px 0px;
}
