/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; } 
body { line-height:1;}
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

body {
	background: #fff url('../img/bg.gif') repeat top left;
}

#border {
	margin: 20px auto 0;
	border: 10px solid #605850;
	width: 812px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px #666;
	-moz-box-shadow: 0px 0px 10px 0px #666;
	box-shadow: 0px 0px 10px 0px #666;
}

#border .text {
    margin: 0px 17px;
    font-size: 12px;
    font-weight: normal;
}

#border .text p {
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    font-size: 10px;
}

#border .text p a:link, #border .text p a:visited {
    color: #000;
    text-decoration: none;
    line-height: normal;
    border-bottom: 1px solid #000;
}

#content {
	width: 812px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#europe {
	line-height: 0;
	font-size: 0;
	margin: 17px auto;
	width: 778px;
}

.text {
    font-family: Arial, verdana, sans-serif;
}

h1.logo {
	display: block;
	background: transparent url('../img/logo.gif') no-repeat top left;
	width: 205px;
	height: 101px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

h2 {
	border-top: 1px dotted #d6d6d6;
	font: bold 1.875em/2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	margin: 0 17px;
}

p {
	font: bold 0.75em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 17px;
}