﻿body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-family: Cursive;
font-size: medium;
}

#framecontentLeft, #framecontentRight{
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: red;
color: white;
background-image: url(images/banner_side.jpg);
}

#framecontentRight{
left: auto;
right: 0; 
width: 150px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: red;
color: white;
}

#maincontent{
position: fixed; 
top: 0;
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 150px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto;
/*background-color: Gray;
background-image: url(images/img3.jpg);
background-position:center;
background-repeat: no-repeat;*/
border-left: red solid 3px;
border-right: red solid 3px;
}

#googleadds 
{
    filter:alpha(opacity=70);
	opacity: 0.7;
}

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

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

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

.sidemenu
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 2px solid;
    border-color: white red red white;
    background-color: maroon;
    width: 170px;
    height: auto;
    filter:alpha(opacity=70);
	opacity: 0.7;

}
.sidemenu li a
{
    color: White;
    font-weight: bold;
    margin-left: 0;
    padding: 2px;
    text-decoration: none;
    width:170px;
    display: block;

/*padding: 2px 4px;
border: 1px solid;
border-color: Red Maroon Maroon Red; /*    #D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
/*background-color: Transparent; /* #704968; */
}
.sidemenu a:hover 
{
    color: red;
    background-color: White;
    filter:alpha(opacity=100);
	opacity: 1;

}
.sidemenu .sidemenu_current a
{
    font-size: larger;
    /*text-transform: uppercase;*/
    font-style: italic; text-align: center;
    background-color: gray; color: Red;
    filter:alpha(opacity=100);
	opacity: 1;

}
.sidemenu .sidemenu_current a:hover
{
    background-color: Transparent;
    color: White;
}
.centerit
{
    text-align: center;    
}
.highlightit
{
    /* color: #FF0000; */
    background-color: #FF0000;
    /* padding-left: .5em; */
    padding: .2em .5em .1em .5em;
    border-bottom: solid black 1px;
    border-top: solid black 1px;
    color: White;

}
