@import url("main.css");

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

#navHome ul{
	width: 900px;
	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;
}

#text a{
	text-decoration: none;
	color: #1E7D39;
}

#img {
	position: absolute;
	top: 222px;
	left: 397px;
}


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

.titleHigh {
	color: #1E7D39;
}

.subtitle{
	font-size: 12px;
	color: #42210B;
}
