@import url("main.css");

#navHome {
	position: absolute;
	top: 164px;
	left: 40px;
}

#navHome ul{
	width: 800px;
	margin: 0;
	padding: 0;
}

#navHome li{
	display: inline;
	padding-right: 15px;
}

#holderText{
	position: absolute;
	top: 200px;
	left: 40px;
	width: 360px;
	overflow: auto;
}

#text {
	position: relative;
	width: 330px;
	height: 300px;
	overflow: auto;
}

#img {
	position: absolute;
	top: 216px;
	left: 432px;
}

.title {
	font-size: 20px;
	color: #42210B;
	font-weight: bold;
}

.titleHigh {
	color: #1E7D39;
}

