/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, ul, li, ol {margin:0px; padding:0px;}
body{
	background-image: url(imagenes/Better-Lawn2.jpg);


}

#cont {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

#maintext {
	padding-top: 300px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 530px;
	margin-left: 250px;
	
}

h1 {
	font-family: Tahoma;
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}


h2 {
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	padding-right: 20px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;

}

h3 {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

p {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding: 20px;
}

p a {
	font-family: Tahoma;
	font-size: 12px;
	color: #009933;

}

p a:hover {
	color: #000099;

}
#header {
	height: 250px;
	width: 1000px;
	position: absolute;
	top: 10px;
	background-color: #00FFFF;

}
#imagen1 {
	

}
#imagen2 {
	
}

#menu{
	height: 40px;
	width: 1000px;
	position: absolute;
	top: 260px;
	background-color: #5B8021;

}

.menu ul{
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;

}

.menu li{
	display: inline;
	padding-right: 20px;

}

.menu li a{
	font-family: Tahoma;
	font-size: 18px;
	color: #064F84;
	text-decoration: none;

}

.menu li a:hover{
	color: #254408;
	text-decoration: underline;	
}


#leftlink{
	width: 250px;
	position: absolute;
	top: 300px;
	margin-right: 800px;
}

.leftlink ul{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}

.leftlink li{
	display: block;
	padding-top: 2px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A9D0F1;
	padding-bottom: 5px;

}

.leftlink li a{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #28390F;
	text-decoration: none;

}

.leftlink li a:hover{
	color: #FFFFFF;
	text-decoration: none;

}

#rightlink{
	width: 200px;
	position: absolute;
	top: 300px;
	margin-left: 800px;
}

.rightlink ul{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}

.rightlink li{
	display: block;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A9D0F1;
	margin-right: 10px;

}

.rightlink li a{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #0E3D63;
	text-decoration: none;

}

.rightlink li a:hover{
	color: #FFFFFF;
	text-decoration: none;

}

#bottomlink{

}

.bottomlink ul{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.bottomlink li{
	display: block;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;

}


.bottomlink li a{
	font-family: Tahoma;
	font-size: 14px;
	color: #1382B7;
	font-weight: bold;
	text-decoration: none;
}

.bottomlink li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer{
	background-color: #3D841E


}
.footer{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}	
