@import url("typography.css");
@import url("navigation.css");
@import url("openBox.css");

/* MONTE VERITA */

body {
height:100%;
margin:0px;
padding:0px;
background:url(/myGfx/bg.gif);
background-attachment:fixed;
background-position:top left;
background-repeat:no-repeat;
background:#ffffff;
border:0px solid red;
font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size:11px;
color:#000000;
overflow-x: hidden; 
overflow-y: auto;}


html {
overflow:auto;
overflow-x:hidden;}

#header {
width:99%;
height:146px;
background:#ffffff;
border:0px dotted red;
border-bottom:4px solid #000;
color:#000000;
position:fixed;
left:0px;
top: 0px;
z-index:10;
}

#contentArea {
background:#ffffff;
padding-top:150px; 
text-align:left;
width: 1010px;
}

#middleContent {
background:#ffffff;
width:601px;
height:50%;
float:left;
margin-left:0px;
text-align:left;
background:transparent;
line-height:15px;
border: 0px dotted blue;} 


#middleContentInside {
border:0px dotted red;
line-height:20px;
padding-bottom:19px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
text-align:left;
}

#middleContentRight {
width:190px;
height:50%;
float:left;
margin-left:0px;
text-align:left;
background:transparent;
line-height:15px;
border: 0px dotted blue;} 

#clear {clear:both;} 


/* N A V I G A T I O N  L E F T */ 

#navigationLeft {
background:url(/myGfx/bgMenu.gif);
background-repeat:no-repeat;
background-position: bottom left;
border:0px dotted green;
font-weight:bold;
left:0px;
margin-top:0px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
position:fixed;
top:150px;
width:200px;
z-index:100;
}

#leftMenuSpacer {
width:210px; 
float:left; 
margin-right:0px;
border:0px solid red;} 