a:link { color: #C44A4A;}
a:visited { color: #C44A4A;}
a:hover { color: #C44A4A;}
a:active { color: #C44A4A;}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family: verdana, sans; font-size: 12px;
background: #111111;
color: #eee;
}

img {
border: none;}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px;
height: 100%;
overflow: hidden;
text-align: center
}


#maincontent{
position: fixed;
top: 0; 
left: 200px;
right: 0;
bottom: 0;
overflow: auto; 
}

.menu_img {
padding: 3px;
}

.framespace{
margin: 15px;
}

.contentspace{
margin: 25px;
}

* html body{
padding: 0 0 0 200px;
}

* html #maincontent{
height: 100%; 
width: 100%; 
}

hr { border-bottom: 1px dotted #fff; /*width: 50%; margin-left: 0px;*/}

h1 { font-size:110%; font-weight: bold; display:inline;}
h2 { font-size:120%; font-weight: bold; }
h3 { font-size:120%; font-weight: normal;  }
h4 { font-size:105%; font-weight: normal;  }
