@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #D9d9d9;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 50%;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#mainContent {
	padding-left: 20px;
	padding-right: 10px;
	float: right;
	width: 570px;
} 

#mainContent h1 {
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#header {
	background-color: #FFFFFF;
	text-align: center;
} 
#mainContent #right_panel {
	width: 115px;
	text-align: center;
	background-image: url(../images/right.jpg);
	padding-left: 5px;
	margin-top: 20px;
	height: 380px;
	overflow: auto;
}
.legend {
	font-size: x-small;
}

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#footer {
	background-color: #4F81BC;
	color: #FFFFFF;
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer #rightfooter {
	float: right;
	margin-top: 10px;
	margin-bottom: auto;
}

.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: 10px;
}
#footer #leftfooter {
	float: left;
	margin-top: 5px;
}


/* CSS Document */

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

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent h1 {
	color: #FF6600;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	display: inline;
}
#mainContent a:visited {
	text-decoration: underline;
	color: #0066FF;
}
#mainContent #RightPhoto {
	margin-right: 10px;
	margin-top: 20px;
}
#mainContent #left_main {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#section2 #section2_right {
	margin-top: 50px;
	padding-right: 10px;

}
#mainContent h2 {
	color: #4F81BD;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
#mainContent #section4 img {
	margin-top: -25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
html { overflow: scroll; }

#mainContent #cur_nav_bar {
	text-align: center;
}
#mainContent .fotos {
	text-align: center;
	display: none;
	width: 450px;
	margin-bottom: 10px;
}
#mainContent .fotos_first {
	text-align: center;
	display: block;
	width: 450px;
	margin-bottom: 10px;
}
#mainContent #right_panel img {
	cursor: pointer;
}
#mainContent #rancho #foto_rancho {
	margin-right: 10px;
}
#mainContent #futebol #foto_futebol {
	margin-right: 10px;
}
