@charset "UTF-8";
/* lorasasiela.com CSS Document */





/* body styles */

body {
background-color:#8F847B;
font-family:Georgia, Times New Roman, Times, serif;
font-size:12px;
line-height:15px;
color:#5A4A42;
}

.jumbo_brown {
font-family:Georgia, Times New Roman, Times, serif;
font-size:15px;
line-height:15px;
color:#5A4A42;
font-weight:bold;
}


h1 {
font-family:Georgia, Times New Roman, Times, serif;
font-size:15px;
line-height:15px;
color:#5A4A42;
font-weight:bold;
}


h2 {
font-family:Georgia, Times New Roman, Times, serif;
font-size:13px;
line-height:15px;
color:#5A4A42;
font-weight:bold;
}


.quote_text {
	color: #EDF2D7;
	font-weight: italic;
}



.caption {
font-family:Georgia, Times New Roman, Times, serif;
font-size:10px;
color: #EDF2D7;
}



a:link {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color:#5A4A42;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color:#5A4A42;
	font-weight:none;
	text-decoration:none;
}




a:visited {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color:#5A4A42;
	font-weight:bold;
	text-decoration:underline;
	
}
	




/* body divs */


#floatleft {
	float: left;
	position: absolute;
	}

.clearall { 
	clear: both;
	 }
	 
	 
div#contact_text {
	position:absolute;
	left:550px;
	top:40px;
	width:215px;
	height:75px;
	z-index: 3;
}
	 

div#logo_nav {
	background-color:#EDF2D7;
	position:absolute;
	left:20px;
	top:20px;
	width:950px;
	height:120px;
	z-index: 2;
}


div#button_nav {
	background-color:#5A4A42;
	position:absolute;
	left:0px;
	top:125px;
	width:950px;
	height:35px;
	z-index: 2;
}

div#keyline {
	border:0px;
	position:absolute;
	left:20px;
	top:20px;
	width:950px;
	height:650px;
	z-index: 0;

}


/* NOTE contains iframe */


div#container {
	border:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:550px;
	z-index: 0;
	background-image:url(../images/background.jpg)
}



div#content {
	position:absolute;
	left:0px;
	top:160px;
	width:900px;
	height:500px;
	z-index: 1;
}



div#image {
	position:absolute;
	left:21px;
	top:30px;
	width:350px;
	height:475px;
	background-color:#5A4A42;
}

div#textbox {
	position:absolute;
	left:450px;
	top:30px;
	width:500px;
	height:475px;
	z-index: 0;
	line-height: 200%;
	background: #EDF2D7;
}

div#aweberbox {
	position:absolute;
	left:415px;
	top:0px;
	width:520px;
	height:220px;
	z-index: 0;
	line-height: 200%;
	background: #EDF2D7;
}

div#linksbox {
	position:absolute;
	left:470px;
	top:30px;
	width:500px;
	height:475px;
	z-index: 0;
	line-height: 125%;
	background: #EDF2D7;
}

div#text {
	overflow:auto;
	position:absolute;
	left:0px;
	top:0px;
	width:490px;
	height:460px;
	align: justify;
	padding:5px;
}

