body{
margin: 0;
margin-top: 50px;
padding: 0;
border: 0;
border-top: 50px;

overflow: hidden;
height: 100%; 
max-height: 100%; 
}

p {
font-family: "Georgia" , serif;
font-size: 16px;
line-height:  20px;
text-align: justify;
margin-right: 100px;
}

blockquote {
font-family: "Georgia" , serif;
font-style: italic;
font-size: 16px;
line-height:  22px;
text-align: justify;
margin-right: 150px;
margin-left: 50px;
}

ul {
font-family: "Georgia" , serif;
font-size: 14px;
line-height:  19px;
text-align: justify;
margin-right: 100px;
}

h1 {
font-family: "Georgia" , serif;
font-weight: bold;
font-size: 42px;
line-height:  62px;
text-align: center;
margin-right: 100px;
color:#0000FF;

}

h2 {
font-family: "Georgia" , serif;
font-size: large;
font-weight: bold;
line-height:  30px;
line-height:  50px;
text-align: center;
margin-right: 100px;
}

h3 {
font-family: "Georgia" , serif;
font-size: medium;
font-weight: normal;
line-height:  20px;
text-align: center;
margin-right: 100px;
}

a {
color: #0000ff;
text-decoration: none;
}

a:visited {
color: #0000ff;
}

a:hover {
font-weight: bold;
}

.wireframemenu{
border: 1px solid #ffffff;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: 13px Georgia, serif;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #0000ff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

.wireframemenu a:visited{
color: #0000ff;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
font-weight: bold;
color: #0000ff;
}

#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: black;
}

#framecontentTop{ 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: black;
}

#maincontent{
position: fixed; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
top: 120px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 120px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

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

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}