@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;
}

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

.titleHigh {
	color: #1E7D39;
}

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

.titleName {
	font-size: 10px;
	color: #1E7D39;
	font-weight: bold;
}

.subtitleName {
	font-size: 10px;
	color: #42210B;
	font-weight: bold;
}

.mail{
	font-size: 9px;
	color: #42210B;
	font-weight: bold;
}

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

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

#holderText a:hover{
	color: #1E7D39;
}


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

#holderImgs{
	position: absolute;
	top: 197px;
	left: 446px;
	width: 350px;
	overflow: auto;
}

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

#imgs {
	position: relative;
	width: 320px;
	height: 300px;
	overflow: auto;
}
