/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	background-color: #E88C3F;
	background-image: none;
		}


a:link {
	color: #00D2D2;
}
a:visited {
	color: #00D2D2;
}
a:hover {
	color: #4AAE6B;
}

/* Box for the Page */
#content {
	width:750px;
	background:#eaa444 url(images/cloud-bg.jpg) no-repeat;
	position: relative;
	height: 460px;
	top: 25px;
	border: 1px solid #663333;
	margin-left: auto;
    margin-right: auto;
		}
#dreamer {
	height: 312px;
	width: 325px;
	position: absolute;
	left: 44px;
	top: 90px;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #663300;
	text-align: left;
}

#text {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #663300;
	padding: 10px 20px 5px;
	height: 297px;
	width: 285px;
	overflow: hidden;
	top: 92px;
	right: 16px;
	position: absolute;
	background-image: url(images/text-bg.jpg);
}
#nav {
	height: 47px;
	padding-top: 5px;
	padding-right: 15px;
	bottom: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #00D2D2;
	text-align: center;
	position: absolute;
	right: 1px;
	top: 406px;
	padding-left: 15px;
	width: 330px;
}


/* Bottom Section */
#credits {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #93552C;
	background-color: #E88C3F;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 475px;
	width: 650px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	right: auto;
	
	
}
#credits a:hover {
	color: #00D2D2;
}

#credits a:link {
	color: #9A5B32;
}
#credits a:visited {
	color: #9D5C32;
}
