body {
	font-family: verdana, arial;
	font-size: 75%;
	background:  #F4F1F1;
	behavior: url(csshover.htc);   /* WinIE behavior call */
	color: #444444;
}
#container {
	width: 780px;
	margin: 10px auto;
	background: white;
	border: 1px solid black;
}
#header {
	background: url(images/hablemosenglishbanner.jpg) no-repeat;
	height: 100px;
	position: relative;
}
#header a {
	text-decoration: none;
	color: white;
}
#tagline {
	color: white;
	position: absolute;
	top: 60px;
	left: 105px;
	margin: 0;
	font-weight: bold;
}
#header #phone {
	color: white;
	position: absolute;
	top: 5px;
	left: 280px;
	font-size: 120%;
	margin: 0px;
}
#header #email {
	color: white;
	position: absolute;
	top: 5px;
	left: 465px;
	font-size: 120%;
	margin: 0px;
}
#header #email a {
	color: white;
	text-decoration: none;
}
#navigation {
	background: #660000;
}
#navigation ul {
	list-style: none;
	margin: 0px 4px;
	padding: 0;
	position:relative;
}
#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	position:relative;
}
#navigation ul li a {
	display: block;
	padding: 8px 6px;
	font-size: 85%;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#navigation ul ul li a {
	padding: 6px 7px;
}
#navigation ul ul {
	visibility: hidden;
	position:absolute;	
}
#navigation ul ul li {
	float: left;
	width: 200px;
	clear: both;
	background: #660000;
}
#navigation ul li:hover ul {
	visibility:visible; 
}

#navigation ul li a:hover {
	color: #ff6666;
}
#wrapper {
	clear: both;
	padding-top: 5px;
	padding: 10px;
}
#side {
	width: 190px;
	float: left;
}
#side img {
	margin: 3px auto;
	width: 180px;
}
#content {
	float: left;
	width: 560px;
}
#content_full {
	width: 750px;
}

#footer {
	text-align: right;
	font-size: 85%;
	padding: 2px;
}

h1 {
	color: white;
	position: absolute;
	top: 25px;
	left: 15px;
	margin: 0;
	font-size: 230%;
}
h2 {
	color: white;
	position: absolute;
	top: 45px;
	left: 300px;
	font-size: 200%;
	margin: 0;
}
h3 {
	color: #660000;
}
h4 {
	color: #660000;
}
a {
	color: #660000;
}

table {
	border-collapse: collapse;
}
table thead {
	font-weight: bold;
}
table td {
	border: 1px solid gray;
	padding: 3px;
}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}