* {padding: 0; margin: 0;}

p,ul,li {
	margin-bottom:0.5em;	
}

h1,h2 {
	font-size: 1.5em;
	font-weight:bold;
	line-height: 1.5em;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
	border-bottom:1px solid #000033;
}

h2 {
	font-size: 1.2em;
}

ul,li {
	margin-left:1.0em;
}

li {
	margin-bottom:0.2em;
}

img {
	border:none;
}

#bar_top {
	width:700px;
	height:9px;
	background: url("images/rounded_top_bar.png") top left no-repeat transparent;
}

#bar_bottom {
	width:700px;
	height:9px;
	background: url("images/rounded_bottom_bar.png") top left no-repeat transparent;
}

#main {
	width: 700px;
	margin:auto;
}

#bg_blue {
	width: 700px;
	margin: 0px;
	padding:0px;
	background:url("images/bg_vert_blue.gif") top left repeat-x #bae2fb;
	position:relative;
	top:0px;
	left:0px;
}

#bg_tree {
	width: 700px;
	margin: 0px;
	padding:0px;
	padding-top:100px;
	background:url("images/bg_tree.png") bottom left no-repeat transparent;
	position:relative;
	top:0px;
	left:0px;
}

#clouds {
	z-index:100;
	position:absolute;
	top: 0px;
	left:0px;
}

#header {
	height:100px;
	position:relative;
	top: -130px;
	z-index:200;
}

#text {
	background:url("images/bg_text.png") transparent;
	padding:15px 30px 15px 30px;
	position:relative;
	top:-80px;
	left:235px;
	width:390px;
	height:360px;
	overflow:auto;
	border:1px solid #9fc8e8;
	z-index:300;
}