{
height: 100%;
}

body {
background: rgb(235, 235, 235);
height: 100%;
margin: 0px;
}

#wrapper {
background: rgb(235, 235, 235);
height: 100%;
padding: 10px;
padding-bottom: 25px;
margin-bottom: 10px;
}
 
.clearing:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearing {
display: inline-block;
}

/* hides from IE/Mac \*/
* html .clearing {
height: 1%;
}

.clearing {
display: block;
}
/* end hide from IE-Mac */ 


a:link { 
color: navy;
text-decoration: none;
}

a:visited { 
color: gray;
text-decoration: none;
}

a:hover { 
color: #gold;
/*background-color: white;*/
text-decoration: none;
}

a:active { 
color: #green;
}

#banner {
position: absolute;
width: 300pt;
right: 215px;
margin-top: 10pt;
background-image: url(thot2.jpg);
background-position: center;
background-repeat: no-repeat;
margin-bottom: 10pt;
height: 50px;

}

.textboxcenter {
background: rgb(250, 250, 250);
width: 75%;
padding: 1em;
padding-bottom: 6em;
border: 1px solid rgb(100, 100, 100);
margin: 1em;
margin-left: auto;
margin-right: auto;
margin-bottom: -5em;
}


.textboxleft {
background: rgb(250, 250, 250);
width: 75%;
padding: 1em;
padding-bottom: 6em;
border: 1px solid rgb(100, 100, 100);
margin: 1em;
float: left;
margin-bottom: -5em;
}

.textboxright {
background: rgb(250, 250, 250);
width: 75%;
padding: 1em;
border: 1px solid rgb(100, 100, 100);
margin: 1em;
margin-bottom: -5em;
float: right;
padding-bottom: 6em;
}

.innertextboxleft {
background: rgb(250, 250, 250);
padding: 1em;
width: auto;
float: left;
margin-left: 3em;
}

.innertextboxright {
background: rgb(250, 250, 250);
padding: 1em;
margin-right: 2em;
width: auto;
float: right;
}

#linksleft {
background: rgb(107, 142, 173);
position: absolute;
width: 200px;
left: 0;
top: 0;
padding-left: 10px;
height: 100%;
border-right: 1px solid rgb(100, 100, 100);
border-bottom: 1px solid rgb(100, 100, 100);
padding-top: 75px;
padding-bottom: 75px;
float: none;
}

#blogbody {
padding: 20px;
font-family: georgia,verdana,arial,sans-serif;
font-size: small;
font-weight: normal;
line-height: 150%;
margin-left: 200px;
}

.title {
font-family: verdana,arial,sans-serif;
font-size: medium;
color: rgb(0, 0, 0);
text-transform: uppercase;
font-weight: bold;
margin-bottom: 1em;
}

.blankspace {
margin-top: 5em;
margin-bottom: 5em;
}

.font1 {
clear: left;
text-align: left;
font-family: arial,sans-serif;
font-size: medium;
color: rgb(0, 0, 0);
font-weight: normal;
}

.fontsmall {
clear: left;
text align: center;
font-family: times new roman;
font-size: x-small;
color: black;
font-weight: normal;
float: left;
position: relative;
}
