@charset "UTF-8";

html {
	overflow-y: scroll;
}

body {
	background: #fff;
	font: 76% verdana, arial, helvetica, lucida, sans-serif;
	margin: 30px;
	padding: 0;
	text-align: center;
}

h1 {
    padding: 70px 0 0 0;
    overflow: hidden;
    background-image: url("title.gif");
    background-repeat: no-repeat;
    
	width: 248px;
	
    height: 0px !important;
    height /**/:70px;
	
	color: #fff;
}

h2 {
	margin-top: 2em;
    padding: 32px 0 0 0;
    overflow: hidden;
    background-image: url("hi.gif");
    background-repeat: no-repeat;
	
    height: 0px !important;
    height /**/:32px;
	
	color: #fff;
}

h4 {
	margin: 3em 0 0 0;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}

a {
	color: #3b7fc8;
}

a:visited {
	color: #509ee0;
}

#content img {
	border: 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.subtitle {
	color: #666;
}

.note {
	color: #666;
	border: 1px dashed #999;
	padding: 10px;
}

#main {
	width: 820px;
	margin: 0 auto;
	text-align: left;
}

#intro {
	float: left;
	width: 248px;
	margin: 10px 0;
	padding: 0;
	line-height: 1.8em;
}

#content {
	float: right;
	margin: 0;
	padding: 0;
}

#photo img {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 50%;
	padding: 0;
}

#waterContent, #grassContent, #skyContent, #cloudContent {
	clear: left;
	width: 364px;
	margin: 0 0 0 15px;
	padding: 15px 15px 15px 15px;
	border-left: 2px dashed #3b7fc8;
	
	line-height: 1.8em;
}

#grassContent {
	margin-left: 152px;
	border-left: 2px dashed #5a7600;
}

#skyContent {
	border-left: none;
	border-right: 2px dashed #509ee0;
}

#cloudContent {
	margin-left: 152px;
	border-left: none;
	border-right: 2px dashed #e0f1f9;
}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	width: 122px;
	margin: 0 0 0 15px;
	padding: 0;
	background: url(water.gif) no-repeat left top;
}

#nav a {
	display: block;
	padding: 90px 15px 15px 15px;
	color: #fff;
	text-decoration: none;
	background: url(water-bottom.gif) no-repeat;
}

li#grass {
	background-image: url(grass.gif);
}

#grass a {
	background-image: url(grass-bottom.gif);
}

li#sky {
	background-image: url(sky.gif);
}

#sky a {
	background-image: url(sky-bottom.gif);
}

li#cloud {
	background-image: url(cloud.gif);
}

#cloud a {
	color: #000;
	background-image: url(cloud-bottom.gif);
}

#nav li.tab a:hover {
	background-position: -122px bottom;
}

#nav li.tab a {
	background-position: left bottom;
}

#nav li.current a {
	background-position: -122px bottom;
}