@font-face {
font-family: Trajan Pro;
src: url('TrajanPro-Regular.otf''TrajanPro-Bold.otf');
}

body {
background-color: #192b71;
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
background-position:center bottom;
background-attachment:fixed
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
h1{
color:#192b72;
font-size:15px;
font-weight:bold;
}
h2{
color:#192b72;
font-size:13px;
font-weight:bold;
}
#wrapper{
position: relative;
margin: 0px auto;
width: 900px;
height: auto;
background-image:url(../images/bg_wrapper.gif);
background-repeat:repeat-x;
background-color: #F7F7F7;
}

#header{
position:relative;
float:left;
width:900px;
height:81px;
background-image:url(../images/bg_header.gif);
background-repeat:no-repeat;
text-align:right;
}


#animation{
position: relative;
float:left;
width: 900px;
height: 300px;
}
#navigation{
width:250px;
position:relative;
float:left;
height:auto;
margin-top:20px;
}
#navigation li{
position:relative;
float:left;
clear:both;
width: 250px;
height:34px;
background-image:url(../images/button_normal.gif);
background-repeat:no-repeat;
border:1px solid #808080;
margin-top:-1px;
list-style-type:none;
}
#navigation li a{
color:#192B72;
font-family:helvetica;
font-size:13px;
font-weight:bold;
letter-spacing:0.8px;
line-height:35px;
margin-left:25px;
text-decoration:none;
}
#navigation li.act{
background-image:url(../images/butto_active.gif);
}
#navigation li.act a{
text-decoration:none;
color:#fff;
font-weight:normal;
}
#navigation ul li{
left:-40px;
}
#navigation ul li a{
font-size:12px;
font-weight:normal;
margin-left:50px;
}
#content{
position:relative;
float:left;
width: 630px;
height:auto;
margin-top:20px;
left:10px;
}
#footer{
position:relative;
float:left;
clear:both;
width:900px;
height:50px;
background-image:url(../images/bg_footer.png);
background-repeat:no-repeat;
line-height:50px;
font-size:10px;
text-align:left;
margin-bottom:20px;
padding-left: 260px;
}
hr{
color: #192b72;
width: 630px;
position: relative;
float:left;
clear: both;
}

a:link {
text-decoration:none;
color:#192b72;
}

.tooltipContent{
background-color:#F7F7F7;
color:#192B72;
font-family:helvetica;
font-size:13px;
/*height:150px;*/
/*left:640px !important;
position:absolute !important;*/
text-align:left;
text-decoration:none;
width:196px;
border: 1px solid #000;
	}