@charset "UTF-8";
body  {
	font: 100%;
	font-family:"hoefler text", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #ECE2CC;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	padding: 0;
	text-align: center;
	color: #333333;
	height:100%; 
	overflow-y:auto;
}
a:link { 
	color: #330;
	}
a:visited { 
	color: #000;
	}
a:active { 
	color: #79994C;
	}
h1 {
	font-family:"hoefler text";
	font-size:30px;
	font-variant:small-caps;
	line-height:1;
}
h2 {
	font-family:"hoefler text";
	font-size:20px;
	font-variant:small-caps;
	line-height:1;
}
h3 {
	font-family:"hoefler text", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
}
h4 {
	font-family:"gillsans", "gill sans";
	font-size:12px;
	font-weight: bold;
	line-height:1;
}
p {
	text-indent:2em;
}
ul1 {
	list-style-image:url(img/thumbtack.png);
}
ol {list-style:decimal;
}
ol1 {list-style:lower-alpha;
}
fltltft {
	float:left;
	width:225px;
	margin-right:10px;
	text-align:justify;
}
#container {
	background-image: url(http://lavoztortuguero.com/img/cardboard.jpg);
	background-repeat:repeat-y;
	width: 760px;
	height:100%;
	margin-left:50px;
    margin-right:230px;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:6em;
	padding:0.1px;
	text-align: left;
} 
#header {
	background-image:url(http://lavoztortuguero.com/img/cardboard.jpg);
	position:fixed;
	top:0;
	left:50px;
	border-bottom-style: ridge;
	border-bottom-color: #999;
	width:728px;
	padding:1em 1em 0em 1em;
	margin:0;
}
* html #header {
	position:absolute
}
#sidebar1 {
	display:block;
	background-image:url(http://lavoztortuguero.com/img/cardboard.jpg);
	background-position:right;
	background-repeat:repeat-y;
	width: 200px;
	height:100%;
	position:fixed;
	top:0px;
	left:810px;
	padding-top:5px;
	padding-left:10px;
	padding-right:20px;
}
* html #sidebar1{
	position:absolute;
	height: 1%
}
#sidebar1 div {
	position:fixed;
	height:100%;
	text-align:center;
}
#mainContent {
	margin: 0 5px 0 10px;
	min-height:520px;
	padding-top: 8em;
	padding-bottom:2em;
	padding-left:1em;
	padding-right:1em;
}
* html #mainContent {
	height:1%;
	margin:0;
}
#footer { 
	padding: 0;
	position:absolute;
}
* html #footer {position:absolute}
#footer p {
	margin: 0;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	font-size:14px;
	position:fixed;
	bottom:0;
	left:50px;
	width:760px;
	background-image:url(img/cardboard.jpg);
	background-position:left;
	border-top-style: ridge;
	border-top-color: #999;
}
* html #footer p {
	position:absolute;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}