/* CSS Document */

* {
margin: 0px;
padding: 0px;
}
body{
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;

}
#global{
width:990px;
margin-left:auto;
margin-right:auto;
padding-top:20px;
}
#global small{
font-weight:bold;
font-size:14px;
text-decoration:underline;

margin:10px;
padding:10px;
}


#header{
text-align:center;
width:100%;
height:120px;
padding-top:5px;
margin-top:5px;
border-top: 3px solid #061d73;
border-bottom: 2px solid #061d73;
background-color:#d2dafa;
	background-image: url(img/calypso.jpg);
	background-position:center;
}
#header img{
border:1px solid #061d73;
}
#menu{
text-align:center;
color:#061d73;
border-bottom:1px solid #061d73;
padding-bottom:3px;
}
.menug{
text-decoration:none;
font-size:16px;
font-weight:bold;
color:#061d73;
padding:3px;
}

p {
clear:both;
margin-top: 10px;
color:#1c3079;
font-family:geneva, arial,verdana;
font-size:14px;
}

h1 {
margin-top: 10px;
color:#1c3079;
font-family:geneva, arial,verdana;
font-size:20px;
}

h2 {
margin-top: 10px;
color:#1c3079;
font-family:geneva, arial,verdana;
font-size:20px;
}
h3 {
margin-top: 10px;
color:#1c3079;
font-family:geneva, arial,verdana;
font-size:18px;
text-align:center;
}
.image{
float:left;
width:440px;
text-align:center;

}
.imgemp{
border:1px solid #061d73;
}
#footer{
clear:both;
margin-top:40px;
padding-top:5px;
border-top:1px solid #061d73;
background-color:#d2dafa;
height:60px;
text-align:center;
}

