@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #455914;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/arbol_background.jpg);
	background-repeat: repeat-x;
	background-color: #270203;
}
.twoColFixRtHdr #container {
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF3D9;
	background-image: url(images/ArbolSite_ContentBackground.jpg);
	width: 900px;
	background-repeat: no-repeat;
} 

.twoColFixRtHdr #header {
	background-image: url(images/ArbolSite_HeaderShort.jpg);
	padding-top: 45px;
	padding-right: 17px;
	text-align: right;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0px;
	padding-left: 0;
	padding-top: 100px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #sidebar1 {
	width: 310px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: right;
	margin-right: 20px;
}

.twoColFixRtHdr #mainContent {
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
} 
.twoColFixRtHdr #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4A5E16;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 11px;
	word-spacing: 1px;
} 
.twoColFixRtHdr  #footer  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Papyrus, "Garamond Premr Pro It";
	font-size: 12px;
	word-spacing: 1px;
}
.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;
}
#header2 {
	margin-top: 10px;
}
#mainContent h1 {
	font-size: 30px;
}
#header {
	background-color: #FFF3D9;
	padding-left: 10px;
	text-align: center;
	vertical-align: top;
	padding-top: 100px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#FlashID {

}
#flashmovie {
	width: 850px;
	padding-right: 50px;
	padding-left: 50px;
}
