@charset "utf-8";
/* CSS Document */
body	{
margin:0px;
padding:0px;
background-color:#BAD9F3;
background-image:url(../images/backgroundblu1.gif);
background-position: left top;
background-repeat: repeat-x;
font-family:Tahoma;
font-size:14px;

}
#wrapper {
background:#F2DCB3;
/*background:url(../images/fondo1.gif);*/
width:900px;
margin:0px auto 0px auto;
height:auto;

}
h3 {color:#D8824C}
#header {
width:900px;
height:340px;
text-align:center;
background:url(../images/header2.jpg);
position:relative;
}
#header img {
/*border:4px solid #ffffff;*/
}
.flag {
border:0;
}
ol#vertNav {
	/*border:1px solid #ff0000;*/
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
}

#vertNav li {
	margin:0px 0px 0px 0px;
	list-style-type:none;
	/*background:#652638;*/
	background-image:url(../images/vert_nav_dividing_line.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	
}



#vertNav li a {
	padding:5px 0px 7px 5px;
	margin:0px 0px 0px 0px;
	width:140px;
	
	color:#ffffff;
	display:block;
	text-decoration:none;
}


#vertNav li a:hover

 {
	background-color:#696969;
	color:#ffffff;
	background-image:url(../images/vert_nav_dividing_line_over1.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.clear{
clear:both;
line-height::0;
}

#content {
width:900px;
font-size:.9em;
color:#ffffff;
}
#leftcol {
width:165px;
float:left;
padding:15px;

}
#leftcol img {
float:left;
margin-right:5px;
}
#rightcol {
width:673px;
float:right;
padding:15px;
color:#652638;

}
#rightcol img {
float:left;
margin-right:0px;
}
#footer {
clear:both;
color:#ffffff;
/*padding:20px;*/
width:900px;
/*height:100px;*/
background-color:#BAD9F3;
}
.movie {
	float:right;
	
	margin-left:10px;
	border:10px solid #652638;
}
.lft {
float:left;
margin-left:30px;
}
.rt {
float:right;
margin-right:30px;
}
#menu {
margin-left:160px;
}
