body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: URL('img/sky.png');
	background-repeat: repeat-x;
	background-color: #0ddaff;
	text-align: center;
}

a:link {color: #669933;text-decoration:none;}
a:visited {color: #669933;text-decoration:none;}
a:hover {color: #669933;text-decoration:underline;}
a:active {color: #669933;text-decoration:none;} 

h2 {
	font-size: 16px;
	margin: 2px 0px 4px 0px;
}

h2 a:link, h2 a:visited{
	color: #000000;
}

img {
	border: 0px;
}

#land {
	background-image: URL('img/ground.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	z-index: -5;
	display: block;
	min-height: 930px;
}

.holder {
	width: 900px;
	min-height: 700px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 2;
}

.logo {
	background-image: URL('img/header.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 102px;
	width: 900px;
	float: left;
	text-indent: -9999px;
}

.project {
	background-image: URL('img/projectbg.png');
	width: 424px;
	height: 204px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin: 10px;
	z-index: 1;
}

.project img {
	margin-left: 12px;
	margin-top: 9px;
	border: 0px;
}

.blog {
	background-image: URL('img/blog.png');
	background-repeat: no-repeat;
	width: 219px;
	height: 114px;
	position: absolute;
	left: 70%;
	z-index: 0;
}

.blog a{
	width: 219px;
	height: 114px;
	display: block;
}

.footer {
	background: rgba(255,255,255,0.6);
	border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
	background-image: URL('img/footer.png');
	width: 870px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	z-index: 1;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: -60px;
	overflow: hidden; 
}

.blogposts {
	list-style: none;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	overflow: hidden; 
	white-space:nowrap;
	width: 280px;
}

.blogposts li{
	margin-bottom: 5px;
	padding: 0px;
}

.twitter_update_list {
	list-style: none;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	overflow: hidden; 
}

.twitter_update_list li{
	list-style: none;
	padding: 0px;
}

#tribox{
	float: left;
	width: 290px;
}

/* forms */

form {
	font-size: 22px;
	width: 700px;
}

form input, form textarea{
	font-size: 22px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	width: 320px;
	border: 1px;
	margin-bottom: 3px;
}

form #submit {
	margin-left: 327px;
	width: 100px;
}

form #submit:hover {
	margin-left: 327px;
	background-color: #fefefe;
	width: 100px;
}

form textarea{
	font-size: 22px;
}

.formnames{
	float: left;
	width: 100px;
	padding-right: 8px;
	color: #000000;
	text-align: right;
}

.formbox {
	background: rgba(255,255,255,0.6);
	border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
	float: left;
	width: 800px;
	padding: 20px;
	margin-top: 18px;
}

.left {
	float: left;
	width: 460px;
}

.right {
	float: left;
	width: 300px;
}

.right h1{
	margin: 0px;
}

.right ul{
	list-style: none;
	margin: 0px;
	padding: 5px;
}

.right li{
	padding: 0px;
}

#cloud1 { background: url(img/cloud1.png) no-repeat left 200px; height: 800px; }
#cloud2 { background: url(img/cloud6.png) no-repeat left -100px; height: 800px; }
#cloud3 { background: url(img/cloud3.png) no-repeat left -100px; height: 800px; }
#cloud4 { background: url(img/cloud4.png) no-repeat left -100px; height: 800px; }
#cloud5 { background: url(img/cloud2.png) no-repeat left -100px; height: 800px; }
#cloud6 { background: url(img/cloud6.png) no-repeat left -100px; height: 800px; }
#cloud7 { background: url(img/cloud5.png) no-repeat left -100px; height: 800px; }