/* Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

hr {
	border:solid 1px;
	margin:10px 0;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	padding:5px;
	vertical-align:top;
}

p {
	margin-bottom:10px;
}


	
/* Layout */
#container,#footer {
	position:relative;
	width:960px;
	margin:0 auto;
}

#header #language {
	position:absolute;
	right:0;
	top:5px;
	text-align:right;
}

#header #contact-info {
	float:right;
	text-align:right;
	margin-top:30px;
}

#header #language,#header #contact-info {
	text-transform:uppercase;
}

#header #language a {
	text-decoration:none;
}

ul#navegation {
	margin:0;
	padding:0;
	list-style:none;
	height:25px;
}

ul#navegation li {
	float:left;
	border-right:1px solid;
}

ul#navegation li.last {
	border:none;
}

ul#navegation li a {
	display:block;
	padding:2px 10px;
	text-transform:uppercase;
}

ul#navegation.spanish li a {
	padding:2px 5px;
	font-size: 13px;
}

#logo {
	display:inline;
	padding:0;
	margin:0;
}


	
/* Fonts */
body {
	font-family:Tahoma, Geneva, Verdana;
	font-size:.85em;
}

#contact-info,#language {
	font-family:Cambria, Georgia, Times, Times New Roman, serif;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:1.6em;
}

h3 {
	font-size:1.4em;
}

ul#navegation {
	font-family:tahoma;
	font-size:14px;
	margin-bottom:30px;
	margin-top:10px;
}

#footer {
	height:20px;
	text-align:center;
	font-size:18px;
	margin-top:20px;
}

#copyright {
	position:absolute;
	top:40px;
	right:0;
	font-size:10px;
}


	
/* Colors */
body {
	background:#000033;
	color:#fff;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	border-color:#fff;
}

ul#navegation li {
	border-color:#fff;
}

#ourpeople img {
	border:5px solid #2e3436;
}