/* Main */
body {
	margin: 0;
	background: url(images/header_bg_green.png) repeat-x;
	font-family: sans-serif;
	line-height: 1.8em;
}

/* Header */
#header {
	margin: 0;
	padding: 0;
	height: 95px;
	text-align: center;
	background: url(http://www.bir-1.com/cr) repeat;
} 

#header h1 {
	color: white;
	position: relative;
	top: 10px;
	font-style: italic;
	z-index: -1;
} * html #header h1 {top: 34px;}
  *+html #header h1 {top: 34px;}

/* Layout */
#content {
	padding: 0 10% 0 10%;
}

/* Menu */
#menu {
	text-align: center;
	font-family: sans-serif;
}

#menu ul {
	padding: 1em 0 0 0;
	margin: 0;
	list-style-type: none; 
}

#menu ul li {
	display: inline;
	border-right: 1px solid black;
	padding: 0 1em 0 1em;
}

#menu ul li.end {
	border: none;
}

#menu ul li a {
	font-size: 1.2em;
}

/* Formatting */
a {
	font-weight: bold;
	color: #ea0000;
}

h2 {
	font-family: garamond, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	display: block;
	border-bottom: 1px solid #e0e0e0;
	padding-left: 1em;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	color: #a5a5a5;
}

p.bottom {
  color: #3c4681;
  font-weight: bold;
  text-align: center;
  font-size: 1.4em;
  font-style: italic;
}

#logo {
  color: black;
  
}

#links {
	text-align: center;
}