/* CSS Document */
html {
height: 100%;
overflow:auto;
scrollbar-base-color:#e70000;
}
body {

height: 100%;
margin:0;
background:#d30000;
font-family:"Courier New", Courier, monospace;
font-size:12px;
background-image:url(../_img/bg.gif);
background-repeat: repeat-y;
background-position:center top;
scrollbar-base-color:#e70000;
}
#container {
/*position: absolute;*/
height: 100% ;
text-align:center;

}
#contentcontainer {
text-align:left; 
width: 970px;
height:100%;
margin-left: auto;
margin-right: auto;

}
#nav {
height:35px;
margin-top:5px;
margin-left:70px;
font-size:20px;
font-weight:bold;
color:#890000;
}

#nav a {
width: auto;
color:#890000;
text-decoration:none;
}

#nav a:hover {
color:#ff4726;
text-decoration:underline;
}
#flash {
width: 970px;
height:634px;
}
#content {
background:url(../_img/bgradiorood.jpg);
background-position:right top;
background-repeat:no-repeat;
width: 480px;
height: 550px;
margin-top:30px;
margin-left:70px;
margin-right:20px;
padding-right:400px;
color:#330000;
}
#content a {
color:#330000;
background:none;
padding-left:2px;
padding-right:2px;
}
#content a:hover {
background:#ff1200;
text-decoration:none;
}
h1 {
font-size:12px;
font-weight:bold;
letter-spacing:1px;

}
#foto {
float:right; 
width: 290px; 
height: 60px; 
margin-top:-110px; 
margin-right:75px;
color:#8a0000;
font-size:11px;
font-style:italic;
}