/* body
------------------------------------------------------------*/
body {
	font-family: Times New Roman, Times, serif;
	background:#FFFFFF;

}

#header-pic {
	background-image:url(../images/header.png);
	height:45px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}

#footer-pic {
	background-image:url(../images/footer.jpg);
	height:37px;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}


/* content
------------------------------------------------------------*/
#content {
	position:absolute;
	left:350px;
	top:57px;
	
	max-width:500px;
	
	padding-bottom:50px;
	padding-right:50px;
	font-size:15px;
	line-height:20px;
	font-weight:normal;
	text-transform:none;
	color:#333333;

}

#flags {
position: absolute;
right: 10px;
top: 40px;
}

#content a {
	text-decoration:none;
	color:#FF0066;
	border-bottom:1px solid #D7D9DE;

}

#content a:hover {
	color:#FF0066;
	background:#F3F4F5;
	border-bottom:1px solid #FF0066;
}

h2 {
    font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
    font-size: 20px;
    font-weight:normal;
	text-transform:none;
	color:#333333;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 40px;
    font-weight:normal;
	color: #FF0066;
	
	padding-top: 0px;
	margin-top: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	min-width:400px;
	max-width:600px;
//	border-bottom: 1px solid #EAEBED;
	position: relative;
	right: 10px;
}

p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.MOAR {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
}

#footer {
	font-size: 10pt;
	position: fixed;
	left: 10px;
	bottom: 10px;
}

#dato{
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #999999;
	text-transform:uppercase;
}

#img{
	border:4px solid #FFFFFF;
	padding:5px;

}

#contact{
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #3A3D40;
}

#contactheader{
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 25px;
	color: #3A3D40;
}

td {
	background: #DDDDDD;
}

/* menu
------------------------------------------------------------*/

#menu {
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	position:absolute;
	left:60px;
	top:120px;
	width:300px;
	height:100px;
}

#menu a {
	line-height:30px;
	text-decoration:none;
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	color:#000000;
	text-decoration: none;
}

#menu a:hover {
	line-height:30px;
	color:#000000;
	text-decoration: none;
	background:#F3F4F5;
}


#logo {
	font-family: 'Baskerville', Georgia, Times New Roman, Times, serif;
	font-size: 38px;
	position:absolute;
	left:50px;
	top:50px;
	width:131px;
	height:107px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}