

*
{
padding: 0px;
margin: 0px;
}

body
{
background: lightgray;
font-size: small;
font-family: "trebuchet ms", helvetica, sans-serif;
line-height: 18px;
color: #8C8C73;

}

a
{
color: #FF7800;
text-decoration: none;
border: none;
}

a:hover
{
text-decoration: underline;
}

p
{
margin-right: 10px;
margin-bottom: 10px;
text-align: justify;
}

p.logged_in_options
{
margin-left: 10px;
}

p.login_status{
margin-left: 10px;
}

a img {
border: none;
}

p.use img
{
clear: left;
float: left;
margin: 0px 14px 3px 0px;

}

p.use
{
  
}

#outercontainer
{
width: 100%;
height: 100%;  
background-color: lightgray;
position: absolute;
}

#innercontainer
{
width: 80%;
height: 100%;
position: relative;
margin-left: auto;
margin-right: auto;
background-color: lightgray;
}

#header
{


position: relative;
margin: 0px;
border: solid;
margin-bottom: 10px;
background: #fff; 
}

#footer
{
margin-top: 10px;
clear: left;
border: solid;
background: #fff;
}

#content
{
margin: 0px;
padding-left: 10px;
background: #fff;
position: relative;
border: solid;
clear: both;
}

#clearer
{
line-height: 0px;
height: 0px;
clear: both;
}

h1
{
  margin-left: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
}

li {
margin-left: 10px;
}

