@charset "UTF-8";
/* CSS Document */

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}
.fl {
	float:left;
}


body {
	background-color: #0904ff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	
	width: 893px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 0px;
	
}
#content {
	width: 893px;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	float:left;
	
	
}
#text {
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 60px;
	width:773px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.9em;
	color: #666;
	float:left;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 80px;
	width: 833px;
	line-height: 35px;
	padding-left: 60px;
	margin:0;
	float:left;
	
}
#footer a, a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration:none;
	background-image:none;
	margin:0px;
	padding:0px;
	font-weight: normal;
	float:none;
	display:inline;
}

#footer a:hover {
	color: #09C;
	text-decoration: none;	
}

#nav {
	line-height:42px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width: 812px;
	margin-right: 33px;
	margin-left: 33px;
	padding-left:15px;
	font-size: 30px;
	color: #999;
	

}
#nav a, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left:15px;
	padding-right:15px;
	font-size: 14px;
	text-decoration:none;
	color: #FFF;
	line-height: 42px;
	background-image: url(../images/nav_separator.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height:42px;
	display:block;
	float:left;
	font-weight: bold;	
}
#nav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	background-color: #FFC;
	
	text-decoration:none;
	
}
#nav ul {
	margin: 0px;
	padding: 0px;	
}
#nav li {
	float: left;
	list-style-type: none;
	height:42px;
	line-height:42px;
	
}

.fr {
	float: right;
}

#flag1 a {
	background-image: url(../images/spanishflag.jpg);
	margin-top:10px;
	width:40px;
	height:20px;
	display:block;
	background-position: 10px -20px;
	overflow: hidden;
	margin-right:0px;
	padding-left:0px;
	float:right;

}
#flag1 a:hover {
	background-image: url(../images/spanishflag.jpg);	
	background-position: 10px 0px;
	display:block;
	overflow: hidden;
	background-color: transparent;
}
#flag2 a {
	background-image: url(../images/englishflag.jpg);
	margin-top:10px;
	width:40px;
	height:20px;
	display:block;
	background-position: 10px -20px;
	overflow: hidden;
	margin-right:0px;
	padding-left:0px;
	float:right;
}
#flag2 a:hover {
	background-image: url(../images/englishflag.jpg);	
	background-position: 10px 0px;
	display:block;
	overflow: hidden;
	background-color: transparent;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 17px;
	color: #0000CC;
}
.floatr {
	float: right;
	margin-bottom: 3px;
	margin-left: 10px;
	clear:both;
}
.floatl {
	float: left;
	margin-bottom: 3px;
	margin-right: 3px;
}

.centre {
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

