/* default */

@import "default.css";

/* here we go */
#banner
{display:none;}
li {
	line-height:1.25;
}
br {
	margin-bottom:5px;
}
a {
	color:#F0F0F0;
	text-decoration:none;
}
.projtext a {
	color:#2C622A;
}

/* layers */

#main_bar1 {
	position:absolute;
	left:204px;
	top:225px;
	width:769px;
	height:272px;
	z-index:4;
}
#maintext {
	position:absolute;
	left:210px;
	top:220px;
	width:570px;
	height:227px;
	color:#2C622A;
	z-index:9;
}
#projects {
	position:absolute;
	left:350px;
	top:480px;
	width:603px;
	height:250px;
	background-color: #0A760A;
	font-size:18px;
	padding-left:20px;
	padding-top:15px;
	z-index:3;
}
#projects img {
	margin:2px;
}
#project_1 {
	position:absolute;
	left:22px;
	top:60px;
	width:180px;
	height:180px;
	background-color: #FFFFFF;
	z-index:8;
}
#project_2 {
	position:absolute;
	left:222px;
	top:60px;
	width:180px;
	height:180px;
	background-color: #FFFFFF;
	z-index:8;
}
#project_3 {
	position:absolute;
	left:422px;
	top:60px;
	width:180px;
	height:180px;
	background-color: #FFFFFF;
	z-index:8;
}
#tour1 {
	position:absolute;
	left:793px;
	top:400px;
	width:204px;
	height:60px;
	z-index:5;
}
#tour2 {
	position:absolute;
	left:793px;
	top:260px;
	width:204px;
	height:60px;
	z-index:5;
	display: block;
}
#more_proj {
	position:absolute;
	left:973px;
	top:680px;
	width:40px;
	height:65px;
	z-index:3;
	background-color: #0A760A;
}
#tour_text1 {
	position:absolute;
	left:806px;
	top:405px;
	width:153px;
	height:42px;
	z-index:10;
}
#tour_text2 {
	position:absolute;
	left:806px;
	top:265px;
	width:153px;
	height:42px;
	z-index:10;
	display: block;
}

