html {
	height: 100%;
}

body {
  font-family: "Trebuchet MS", Verdana, geneva, sans-serif;
  font-size:14px;
  background:#9ec0dc url(../img/poppies2.png) bottom left no-repeat;
	margin:0;
	padding:0;
}

* {
	margin:0;
	padding:0;
	line-height:1.5em;
}

h1 {
	padding:0;
  margin:10px 0px;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
  font-size:180%;
  font-weight:normal;
}

h2 {
	padding:0;
  margin:20px 0px 0 0;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
  font-size:140%;
  font-weight:normal;
}

#container {
	width:740px;
	margin:30px auto;
	padding:10px;
	background:#fff;
  font-size:95%;
}


#watermark {
	height:20px;
  margin:0px;
  padding:5px 20px;
  color:#7B8C9B;
  font-size:85%;
  text-align:right;
  background:#7B8C9B;
}

#header {
	height:80px;
  margin:0;
  padding:30px 20px;
	background:#9ec0dc  url(../img/flower2.png) bottom right no-repeat;
  color:#fff;
  font-size:95%;
  text-align:left;
  clear:both;
}


#header h1{
  margin:0;
  padding:0 20px;
  font-size:300%;
}

#sidebarheight
{
float:left;
height: 530px;
background:#fdba31;
margin:5px 0px 5px 0px;
}

#sidebarheightlong
{
float:left;
height: 615px;
background:#fdba31;
margin:5px 0px 5px 0px;
}


#sidebar
{
	width:160px;
	color:#444;
	text-indent: 10px;
	padding: 10px;
}

#content {
 width:530px;
 margin:5px 0px 5px 0px;
 padding:10px;
 float:right;
 background:#F2F9FF;
}



#content ol,
#content ul
{
	padding:5px 20px;
}

#sidebar p, #content p{
	padding:3px 0px;
}

#sidebar a, 
#content a
{
  color:#555;
	text-decoration:underline;
}


#content a img
{
 text-decoration:none;
 border:0;
}


#grass {
	height:50px;
  margin:0;
  padding:0 20px;
	background:#ddd url(../img/grass-slice.png);
  color:#555;
  font-size:95%;
  text-align:right;
  clear:both;
}



#footer {
  clear:both;
  padding: 5px 10px;
  background:#7B8C9B;
  color:#fff;
  text-align:left;
}

#footer a
{
 color:#fff;
}



#menu dt {
cursor: pointer;
font-weight: bold;
}

#menu li {
	text-align: left;
	background: #FEDD98;
	list-style-type: none;
	text-indent: 15px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #fff;
}

#current {
background: #fff;
}

.leftImg {
	margin-right: 10px;
}

.rightImg {
	margin-left: 10px;
}