.section-bg {
	background-color: #F79239;
}
.section-bg-image {
	background-image: url(../images/pagecurl/orange.gif);
}

#main-nav li a.nav-resources {
	background-color: #9C3C96;
	border-color: #9C3C96;
	color: #fff;
}

/*-------------------------------------------*/
/* styles for contents page for each section */
/*-------------------------------------------*/
div.resource {
	overflow: hidden;
	width: 100%;
}
div.resource div {
	margin-bottom: 17px;
	border: solid #F79239;
	border-width: 5px 1px 0px 0px;
}
div.halloween	{
background: url(../english/resources/halloween/images/mini_calabaza.gif) no-repeat bottom right;
height:60px;
}
div.resource div.halloween a {
display:inline;
}
div.resource div.halloween h2	{
margin-bottom: 5px;
}

div.xmas	{
background: url(../english/resources/xmas/images/xmas_ornament_small.gif) no-repeat bottom right;
height:60px;
}
div.resource div.xmas a {
display:inline;
}
div.resource div.xmas h2	{
margin-bottom: 5px;
}

div.resource h2 {
	font: 15px bold Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.resource p {
	margin: 0px 0px 0px 2px;
}

div.resource div a {
	display: block;
	color: #333;
	padding: 2px;
}
div.resource div a:hover {
	color: #fff;
	background-color: #F79239;
}
/*-------------------------------------------*/


div.pen {
	background: url(../images/catalogue/pen.gif) no-repeat bottom right;
	padding-bottom: 10px;
}
div.pen p.authors {
	margin: 0px 50px 0px 0px;
	font-size: 8pt;
	font-style: italic;
}
div.download {
	font-size: 7pt;
/*
	xfloat: right;
	xwidth: 150px;
	xclear:left;
*/
	text-align: center;
}
hr {
	clear:both;
}
ol {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
}
h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

