html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #wrapper {
	height: auto;
}

body {
	margin: 0;
	padding: 0;
	background: url("/images/header-background.gif") repeat-x top center;
}

#wrapper {
	position: absolute;
	top: 0;
    left: 0;
}

#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	width: 760px;
	height: 170px;
}

#logo {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 275px;
	height: 56px;
	background: url("/images/el-chango-logo.gif") no-repeat;
}

#logo a, #logo h1 {
	display: block;
	width: 275px;
	height: 56px;
	margin: 0px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
}

#nav {
	position: absolute;
	top: 137px;
	left: 0px;
	width: 760px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	margin: 0 0.15em;
}

#nav li a {
	display: block;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#nav li a:hover, #nav .on {
	display: block;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #92C04A;
	text-decoration: none;
}

#content {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 760px;
	height: auto;
}

#leftcol {
	float: left;
	width: 420px;
}

#rightcol {
	float: right;
	width: 275px;
	padding-bottom: 50px;
}

#leftcol-340 {
	float: left;
	width: 340px;
	padding-bottom:50px;
}

#rightcol-340 {
	float: right;
	width: 340px;
	padding-bottom: 50px;
}

.leftcol-200 {
	float: left;
	width: 200px;
}

.rightcol-480 {
	float: right;
	width: 540px;
}

.clients-leftcol {
	float: left;
	width: 200px;
}

.clients-middlecol {
	float: left;
	width: 200px;
	margin: 0 70px 0 70px;
}

.clients-rightcol {
	float: right;
	width: 200px;
}

#news {
	position: relative;
	margin: 0;
	padding: 0;
}

.leftcol-news {
	float: left;
	width: 150px;
	text-align: center;
}

.rightcol-news {
	float: right;
	width: 580px;
	margin-right: 30px;
}

#middlecol-760 {
	width: 760px;
	padding-bottom: 15px;
}

#footer {
	clear: both; 
	height: 2em; 
	position: absolute; 
	bottom: 0; 
	left: 0;
	height: 50px;
	background-color: #F9F7D0;  
	border-top: 1px #B0B0B0 solid;
	width: 100%;
}

/* hide from Mac IE5 */
/* \*/
#footer {position: absolute; }
/* */

/* Change in Opera 5+ (and some others) */
html>body div#footer {
    position: static;
}

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
    position: absolute;
}
/* */

#footer p, #footer a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	line-height: 130%;
	text-align: center;
	padding-top: 6px;
}

#footer a {
	padding-right: 6px;
}

.bqstart {
    float: left;
    height: 45px;
    margin-top: -10px;
	margin-left: -30px;
    margin-bottom: -50px;
    font-size: 300%;
    color: #000;
}

.bqend {
    float: right;
    height: 25px;
    margin-top: -20px;
	margin-right: -40px;
    font-size: 300%;
    color: #000;
}
 
h2 {
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size: 24px;
	color: #92C04A;
	font-weight: lighter;
}

h3 {
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}

h4 {
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size: 15px;
	color: #92C04A;
	font-weight: 600;
}

p, #content ul {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 130%;
}

.testimonial, .testimonial a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #92C04A;
	line-height: 130%;
}

.newstitle {
	margin: 0;
	padding: 0;
}

.newsdate {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	line-height: 130%;
}

/* FORMS */
div.row {
	clear: both;
	padding-top: 10px;
	font-family: helvetica, tahoma, geneva, arial, sans-serif;
	font-size: 12px;
}

div.row span.label {
	float: left;
	width: 120px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 630px;
	text-align: left;
}
  
div.spacer {
	clear: both;
}
/* END FORMS */

.button {
	margin: 50px 15px 0 15px;
	border: 1px solid #92C04A;
	background: #eee;
	padding: 5px 10px;
	text-align: center;
}

.button a {
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}