<style type="text/css">

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}

/*added by me from here to next memo*/
h1, h2, h3, h4, h5, h6 {
color:#0000FF;
font-family:Kyokasho ICA L;
}



ul{
list-style:none;
margin:15px 0 10px 0;
font-size:0.9em;}

li{
margin:0 0 8px 0;}
/*
a{
color:#d85d5d;
font-weight:bold;
text-decoration:none;}
*/
a:link{
color:red} /*unvisited links */

a:visited{
color:blue} /*visited links*/

a:hover{
color:#505050;
text-decoration:underline;}

a.active{
color:green;
font-size:1.5em;
} /*active links*/

img{
float:left;
margin:0 0 0 0;
padding:1px;
background:#ffffff;
border:0;}

/*
a img{
border-color:#d85d5d;}

a img:hover{
background:#d85d5d;
border-color:#d85d5d;}
*/

div.img{
margin:2px;
border:0;
height:auto;
width:auto;
float:left;
}

/*next memo*/


#framecontent{
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: url(sd57light.gif) top right repeat-y;
text-align:right;
}

#maincontent{
position: fixed;
top: 0;
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
padding-left:15px;
overflow: auto;
background: url(sd57light.gif) top right repeat-y;

}

/*background: url(texas.gif) top right repeat-y;*/

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

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

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

#footer{
clear:left;
width:80%;
height:2.5em;
background: url(sd31.gif) top right repeat-x;
text-align:center;
padding: 0.5em 0;
}

</style>


