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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: tahoma, modern, helvetica, sans-serif;
}

p {
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.1em;
}	

h2 {
	margin-top: 8px;
	font-size: 21px;
}	

h3 {
	margin-top: 5px;
	font-size: 11px;
	color: #ffbd24;
}	

ul { 
	list-style-type: none;
}

#wrap {
	position: absolute;
	width: 800px;
	height: 600px;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#header {
	position: absolute;
	width: 874px;
	height: 43px;
	text-align: left;
	padding-left: 50px;
	padding-top: 7px;
	font-family: Times-New-Roman, serif;
	font-style: oblique;
	font-size: 19px;
	color: #dde9df;
}

#pamplona {
	position: absolute;
	width: 300px;
	height: 225px;
	top: 310px;
	left: 0px;
}

#contact {
	position: absolute;
	width: 300px;
	height: 200px;
	top: 85px;
	right: 250px;	
	font-size: 12px;
	text-align: center;
	font-weight: bold; 	
	letter-spacing: 0.03em;
	line-height: 1.5em;
	color: #EBE8DA;
}

.bold {
	font-size: 14px;
}

#boxa, #boxb, #boxc, #boxd {
	position: absolute;
	width: 205px;
	height: 185px;
	padding-left: 10px;
	padding-right: 10px;
	color: #dde9df;
	text-align: center;
	background-color: #1e1d1c;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#boxa {
	top: 573px;
	left: 25px;
}

#boxb {
	top: 573px;
	left: 274px;
}

#boxc {
	top: 573px;
	left: 524px;
}

#boxd {
	top: 573px;
	left: 775px;
}

#standards {
	position: absolute;
	top: 10px;
	right: 10px;
}

a:link {
	color: #ffbd24;
}

a:visited {
	color: #ffbd24;
}

a:hover {
	color: #ffffcb;
}
