body {
    margin: 0;
    padding: 0;
	background-color: #636466;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}
#wrapper {
    margin: 0px auto;
    width: 778px;
	background-color: #fff;
	background-image: url(../images/fo/wrapper_bg.gif);
	padding: 0 0px 10px;
}
#header {
    height: 155px;
    background: #dcdcdc url(../images/fo/header.gif) no-repeat left top;
    text-align: center;
    font-size: 24px;
    font-variant: small-caps;
	width: 778px;
	margin-bottom: 0px;
}
#social {
	display: block;
	float: right;
	margin: -32px 10px 0 0;
	clear: both;
	width: 235px;
}
#social a {
	float: left;
}
a#mexican_flag {
	display: block;
	background: url(../images/fo/mexico_flag.gif) top center no-repeat;
	width: 80px;
	height: 12px;
	line-height: 12px;
	padding-top: 15px;
	font-size: 12px;
	color: #083a81;
}
#nav {
    width: 200px;
    float: left;
    padding-top: 10px;
}
#content {
    width: 560px;
    float: left;
    min-height: 600px;
    height: auto !important;
    height: 600px;
	margin-top: 10px;
}
#footer {
    text-align: center;
    padding: 10px 0 5px 0;
	background: url(../images/fo/header.gif) no-repeat center -157px;
	height: 35px;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
}

/* second-level elements */
#nav a {
    display: block;
    padding: 2px 0 2px 25px;
}
#nav ul {
    list-style: none;
}
#nav ul li {
	list-style-type: none;
}
