body {
	margin: 0;
	padding: 0;
	font-family: "Tahoma", "Geneva", sans-serif;
	text-align: center;
	color:#FFFFFF;
	background:url(images/spanish-english.gif) no-repeat fixed 0 0;
	background-color: #AF7216;
}

h1, h2, h3{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
}

h2 {
	text-align: right;
	padding: 5px 20px 5px 5px;
}

a:link, a:visited {
	color: #C0C0C0;
}

a:hover {
	color: #C0C0C0;
	background: #990000;
	
}

/* logo */
div#header {
	background-image: url('../../images/mariana-header.gif');
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	height: 147px;
	
}

/* small image spanish-english-spanish that sits on top of main logo */
div#header-small {
	background-image: url('../../images/spanish-english-spanish.gif');
	background-position: 95%;
	background-repeat: no-repeat;
	width: 100%;
	height: 147px;
	
}

div#nav-top {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

div#nav-top ul{
	margin: 5px 0;
	padding: 5px 10px;
	list-style-type: none;
	background: #990000;
}

div#nav-top li{
display:inline;
padding: 0 30px 0 60px;
}

div#nav-top li a:link, div#nav-top li a:visited {
text-decoration: none;
color: white;
}

div#nav-top li a:hover, div#nav-top li a:active {
text-decoration:underline;
color: #B7AF7C;
}

div#container {
	max-width: 1800px;
}

div#content {
text-align: left;
padding-left: 340px;
padding-right: 20px;
}

div#footer {
	text-align: right;
	font-size: 10px;
	padding: 20px;
}

.portrait {
	float: right;
	padding: 0 10px 10px 10px;
	display: inline;
}
