body {
	font-family: sans-serif;
	font-size: 75%;
	background: #00ccff;
	color: #ffffff;
	background-image: url("img/tree.png");
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
div.cld {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url("img/cloud.png");
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}

h1 {
	margin-bottom: 0;
        margin-left: -0.5em;
	margin-right: 10px;
	color: #ffffff;
	text-align: center;
	background: #00ccff;
}

h3 {
	margin-bottom: 0;
        margin-left: -0.8em;
	margin-right: 10px;
	color: #ffffff;
	text-align: left;
	background: #00ccff;
	padding-left: 2em;
	font-weight: bold;
	font-size: medium;
}

h4 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-size: 75%;
}

A:link {
	text-decoration: none;
	color: #000000;
}

A:visited {
	text-decoration: none;
	color: #000000;
}

A:active {
	text-decoration: none;
	color: #000000;
}

A:hover {
	text-decoration: underline;
	color: #000000;
}

/*
div.box {
	padding: 1em;
	margin: 0;
	margin-left: 10%;
	margin-right: 10%;
	background: #ffff99;
	background-image: url("img/grad.png");
	background-repeat: repeat-x;
	background-position: bottom;
	color: #999966;
	border: 5px solid #999966;
	border-left: none;
	border-top: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
*/

div.rbox1 {
	margin: 0;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0;
	color: #ff9900;
	border: none;
	background: #ffffff url("img/tl.png") top left no-repeat;
}
div.rbox2 {
	display: block;
	background: url("img/r.png") right repeat-y;
}
div.rbox3 {
	background: url("img/b.png") bottom repeat-x;
}
div.rbox4 {
	background: url("img/tr.png") top right no-repeat;
}
div.rbox5 {
	background: url("img/br.png") bottom right no-repeat;
}
div.rbox6 {
	padding: 1em;
	background: url("img/bl.png") bottom left no-repeat;
}