@font-face {
    font-family: 'NovecentowideBook';
    src: url('../fonts/Novecentowide-Book-webfont.eot');
    src: url('../fonts/Novecentowide-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Novecentowide-Book-webfont.woff') format('woff'),
         url('../fonts/Novecentowide-Book-webfont.ttf') format('truetype'),
         url('../fonts/Novecentowide-Book-webfont.svg#NovecentowideBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

/************************************************************************************
RESET
*************************************************************************************/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure
{ margin: 0px; padding: 0px; border: 0 none; font-weight: normal; }

ul, li { list-style: none; }

img, fieldset {
	border: 0;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
/overflow:hidden;
	padding:0;
	margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;
	width:100%;
	font-size: 13px;
font-family:Helvetica,"Lucida Grande", verdana, arial, "bitstream vera sans", sans-serif; 
color:#505050; 
}

h1
{
font-family: 'NovecentowideBook';
color:#666;
letter-spacing:0.3em;
font-size:170%;
line-height:110%;
margin:0 0 30px 0;
padding:0;
}

h2
{
color:#425f81;
font-size:120%;
line-height:110%;
margin:20px 0 10px 0;
padding:0;
}

h3
{
color:#425f81;
font-size:100%;
line-height:110%;
margin:20px 0 10px 0;
padding:7px;
background:#ddd;
}

ul
{
margin:10px;	
}

ul li
{
	list-style:none;
padding:0 0 7px 18px;
line-height:130%;
background:url(../images/bullet.gif) no-repeat 0 3px;
}


hr 
{ 
border: 0 #ccc solid;
border-top-width: 1px;
clear: both;
height: 0;
}

a
{
color:#56b3cc;
text-decoration:none;
}

a:hover
{
	color:#666;
	text-decoration:none;
	background:#FF6;
}

/* SELECT COLOR */

::selection {
color: #fff;
background-color: #425f81;
}

::-moz-selection {
color: #fff;
background: #425f81;
}

#clear
{
clear:both;
}

/************************************************************************************
FULL SCREEN
*************************************************************************************/

#bgimg {
	margin:0;
	padding:0;
	position:absolute;
	z-index: -1;
}

/************************************************************************************
BASE
*************************************************************************************/

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	background: url(''); /* this is just a fancy raster, you can remove it; I kinda like it though */
}

a#language 
{
color:#fff;
background: #203e61;
	
letter-spacing: 0.3em;
text-align:center;
text-decoration:none;
padding:5px;
width:80px;
position:absolute;
	top:0;
	right:80px;	
}

a#language:hover
{
color:#203e61;
background: #fff;
}



#navigationbar
{
	text-align:center;
width:150px;
background:#fff;
position:fixed;
	top:0px;
	left:60px;	
}

a#logo
{
background: url('../images/logo.png') no-repeat 0 0;
width:122px;
height:111px;
margin:20px auto;
display:block;
}

a#logo h1
{
display:none;	
}

span#topletter
{
font-weight:bold;
font-size:130%;
color:#2c4160;
}

/************************************************************************************
MENU
*************************************************************************************/


#mainnav
{	
margin:60px 0 10px 0;
}

#mainnav ul
{
text-align:left;
margin:0;
padding:10px 20px;
}

#mainnav li
{
background:none;
list-style:none;
padding:2px 0;
margin:0;
}

#mainnav a
{
	display:block;
	font-size:11px;
	color:#505050;
	letter-spacing: 0.1em;
	padding:0;
	text-decoration:none;
}

#mainnav a:hover
{
	color:#666;
	padding:0;
	text-decoration:none;
	background:#FF6;


	}

/************************************************************************************
CONTTENTS
*************************************************************************************/

#bodyDiv1 {
	text-align:left;
	z-index:2;
	width:450px;
	height:100%;
	background:#fff;
	margin: 0 auto auto 370px;
	padding:60px 45px;
	line-height:160%;
	min-height:400px;

}

/************************************************************************************
FOOTER
*************************************************************************************/

	
#footer
{
	padding:0;
	line-height:140%;
	font-family:Arial, Helvetica, sans-serif;
	z-index:0;
	color:#292929;
	text-alignt:left;
	font-size:11px;
		letter-spacing: 0.1em;
		position:fixed;
		bottom:10px;
		left:10px;
		width:270px;

}