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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #472B21;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
} 
#header {
	margin: 0px;
	padding: 0;
	height: 127px;
	width: 900px;
} 
/* logo */
#logo {
	float:left;
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	display: inline;
}
/* search */
#top_nav {
	float:right;
	margin: 0px;
	height: 102px;
	padding: 0;
	width: 524px;
}
#top_nav a {
	color: #472B21;
	text-decoration: none;
}
#top_nav a:hover {
	color: #998269;
	text-decoration: none;
}

#top_nav ul {
	font-family: Verdana;
	font-size: x-small;
	color: #472B21;
	padding-top: 15px;
}
#top_nav ul li {
	display: inline;
	text-decoration: none;
}
/* menu */	
#main_nav {
	padding: 0;
	width: 289px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: right;
	height: 25px;
}
#main_nav ul {
	margin:0;
	list-style:none;
	border:0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#main_nav ul li {
	margin:0;
	padding:0;
	border:0;
	background-image: url(images/r_menu_off.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
}
#main_nav ul li span {
	background-image: url(images/l_menu_off.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#main_nav ul li a {
	float:left;
	color:#F9F9F9;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0;
	height: 15px;
	background-repeat: no-repeat;
}
#main_nav ul li a span {
	margin: 0px;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
}
#main_nav ul li a:hover {
	background-image: url(images/r_menu_hover.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#main_nav li a:hover span  {
	background-image: url(images/l_menu_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#main_nav ul li a.active {
	background-image: url(images/r_menu_active.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#main_nav ul li a.active span {
	background-image: url(images/l_menu_active.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#footer_ext {
	background-color: #998269;
	height: 100px;
}
.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;
}
.main {
}
.flotante {
	display: inline;
	float: left;
	margin-left: 10px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #3A231B;
	background-image: url(images/footer_bg.gif);
	text-align: left;
	height: 127px;
	width: 900px;
	padding-top: 5px;
} 
#ftxt p {
	font-size: 11px;
	display: inline;
	text-align: right;
	color: #C0B3A3;
	padding-left: 23px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#ftxt ul li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
#ftxt a   {
	color: #3A231B;
	text-decoration: none;
}
#ftxt a:hover {
	text-decoration: underline;
	color: #FFF;
}
#video {
	background-image: url(images/video_bg.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	width: 273px;
	height: 209px;
}
#vobject {
	height: 119px;
	width: 265px;
	padding-top: 30px;
}
#side_nav_home {
	height: 123px;
	width: 281px;
	margin: 0px;
	padding: 0px;
}
