@charset "UTF-8";
/* CSS Document */

body {
	font: 14px/20px Arial,Helvetica,sans-serif;
	background-color: #B6BFBF;
	margin: 0;
	padding: 0;
	color: #333333;
}

a img { 
	border: none;
}

a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
	color:#006699;
}

h1 { 
	font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
	color:#4A8B98; 
	font-size:28px; 
	line-height:28px; 
	font-weight:normal;
	margin:0 0 5px; 
}

/* layout */

#wrapper {
	width:970px;
	margin:36px auto 20px;
	padding:0;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
}

#header {
	background-color:#0091D3;
	color:#FFC500;
	border-radius: 5px 5px 0px 0px;
	height:138px;
}

#content {
	margin:0;
	padding:0;
}

#footer {
	background-color:#DAE0E0;
	border-radius: 0px 0px 5px 5px;
	padding:15px;
}

.copyright {
	padding-bottom:15px;
}