@charset "iso-8859-1";
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
background: url('images/template_04.jpg') repeat;
/*background-image: url('images/template_04.jpg');
background-repeat: repeat;*/
}

#framecontentTop, #framecontentBottom{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 227px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background:  url('images/banner_01.jpg') no-repeat;
color: white;
}

#framecontentBottom{
top: auto;
bottom: 0; 
height: 30px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #0f0 url('images/template_04.jpg') repeat-x;
color: #006600;
font-family: "trebuchet ms";
font-size:11px;
}

.footer {
color: #006600;
font-family: "trebuchet ms";
font-size:11px;
}

#maincontent{
position: absolute; 
top: 197px; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 30px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
/*background: #fff;*/
}

#topNavBar {
position:absolute; 
left:40px; 
top:168px;
color:red; 
}
.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

a.topNav {
font-family:"monotype corsiva";
font-weight: bold;
color: black;
font-size:18px;
padding-right:10px;
}
a.topNav:hover {
color:#FFCC00;
}

a.topNav:visited {
color:#FF0000;
}

#pageText {
color:#0f0; 
/*margin:0 15px;*/
width:330px;
height:442px;
position:absolute;
left:45px;
top:120px;
font-size:18px;
color: black;
font-family:"monotype corsiva";
}
#pageTextMain {
color:#0f0; 
/*margin:0 15px;*/
width:330px;
height:50px;
position:relative;
left:30px;
top:20px;
font-size:18px;
color: black;
font-family:"monotype corsiva";
}
#pageTextMain02 {
color:#0f0; 
/*margin:0 15px;*/
width:630px;
height:50px;
position:absolute;
left:400px;
top:585px;
font-size:18px;
color: black;
font-family:"monotype corsiva";
}
a.menu {
color:black;
font-size:22px;
font-weight:700;
}

a.menu:hover {
color:red;
}
#container {
color:#0f0; 
/*margin:0 15px;*/
padding-top:5px;
padding-left:5px;
width:450px;
height:48px;
position:absolute;
left:600px;
top:10;
font-size:14px;
/*background:#0f0 url('images/special.jpg') no-repeat;*/
}
.rtop, .rbottom {
display:block;
/*background:#0f0 url('images/template_04.jpg') no-repeat;*/
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#ccc;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px
}

* html body{ /*IE6 hack*/
padding: 227px 0 30px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}