body>HTML {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.clearer{
	clear: both;
	font-size: 1px;
	line-height: 0;
}


#wrapper {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 800px;
}
#interface {
	width: 800px;
	position: relative;
	margin-top: 40px;
}

#header-img {
	position: absolute;
	top: 0px;
	left: 155px;
}

#navigation {
	position: absolute;
	top: 103px;
	left: 0px;
	
	text-align: right;
	width: 124px;
}
#navigation a{
	text-decoration:none;
}

#navigation .currentItem {
	background-color:#ec1c24;
}
#navigation .currentItem a:link,
#navigation .currentItem a:visited,
#navigation .currentItem a:active {
	color: #ffffff;
	display: block;
	padding: 3px;
} 
#navigation .item a:link,
#navigation .item a:visited,
#navigation .item a:active  {
	color: #ec1c24;
	display: block;
	padding: 3px;
}
#navigation .item a:hover {
	color: #000000;
	display: block;
}

/* translation stuff */
.translation {
	margin-bottom: 10px;
}
.translation span.en-inline {
	display: inline-block;
	overflow: hidden;

	position: absolute;
	top: 0px;
	left: 6px;
}
.translation span.es-inline {
	display: inline-block;
	overflow: hidden;
	color: #808080;

	position: absolute;
	top: 0px;
	left: 74px;

	width: 50px;
}
.translation span.slash {
	display: inline-block;
	overflow: hidden;

	position: absolute;
	top: 0px;
	left: 74px;
}



div.english {
	display:inline;
	color: #ec1c24;
}
div.spanish {
	display:inline;
	color: #808080;
}

#footer {
	font-family: Arial,Verdana,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	
	width: 610px;
	
	margin-top:15px;
	
	
	text-align: center;
	line-height: 15px;
}
#footer a:link {
	color: red;
	text-decoration: none;
}
#footer a:visited {
	color: red;
	text-decoration: none;
}
#footer a:hover {
	color: #808080;
	text-decoration: none;
}





/* lightbox stuff for newsletter */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.white_content {
	display: none;
	position: relative;
	left: 124px;
	width: 625px;
	height: 400px;
	padding: 16px;
	border: 4px solid #808080;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

#newsletter {
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#newsletter td {
	padding: 4px;
}


