/* CSS Document */
body {
background-color:#000000;
color: #c0c0c0;
}

a { 
color: #c0c0c0;
text-decoration: none; 
font-weight: bold; 
}

a:hover { 
color: #ffffff; 
text-decoration: 
none; 
font-weight: bold; 
}

p { 
color: #c0c0c0; 
font-family: Georgia, 'Times New Roman', Times, serif; 
font-size:10pt;
margin-left: 15px;
margin-right: 15px;
}

/* Page Layout */
div#container {
position: absolute;
top: 50%;
left: 50%;
width: 950px;
height: 480px;
margin-left: -475px;
margin-top: -240px;
}

div#header {
position: relative;
width: 100%;
height: 60px;
font-family: Georgia, 'Times New Roman', Times, serif; 
font-size:8pt;
color: #c0c0c0;
background-image: url("../images/mari_mini.png");
background-repeat: no-repeat;
margin-left: 15px;
}

div#navigation { 
width: 100%;
margin-left: 15px; 
position: absolute; 
bottom: 0; 
margin-bottom: 5px; 
right: 0; 
margin-right: 15px;
text-align: center;
}

div#body {
width: 100%;
height: 380px;
border-top: 1px solid white;
border-bottom: 1px solid white;
}

div#footer { 
margin-top: 5px;
font-family: Georgia, 'Times New Roman', Times, serif; 
font-size: 8pt;
font-weight: bold;
text-align: center; 
}

/* Fonts and typography in general */
.text {font-family:Georgia, 'Times New Roman', Times, serif; color: #c0c0c0; font-size:8pt}