/***** LAYOUT ****/

body {
  background: #000000;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  height: 100%; 
  max-height: 100%; 
}

#leftcol{
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: #000000;
color: #000000;
}



#content{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0px;
bottom: 0;
overflow: auto; 
background: #000000;
background-image: url('pics/emily2.jpg');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 95% 90%;  
}

.innertube{
margin: 15px; /*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 #content{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}



img.displayed /** have to do this to center image in IE **/
{
text-align: center;
display: block;
margin-left: auto;
margin-right: auto 
}

h1 
{
color: #FFFFFF;
text-align: center;
margin-right: 170px;
font-family: "palatino linotype",palatino,serif;
font-size: 33px;
font-variant: small-caps;
letter-spacing: -0.8pt;
word-spacing: 2.6pt;
line-height: 1.2;
}

h2 
{
color: #1CED00;
text-align: left;
margin-right: 170px;
font-family: "palatino linotype",palatino,serif;
font-size: 20px;
font-variant: small-caps;
letter-spacing: -0.8pt;
word-spacing: 2.6pt;
line-height: 1.2;

}

p.left 

{
color: #FFFFFF;
text-align: justify;
margin-right: 170px;
text-indent: 1cm;
font-family: georgia,serif;
font-size: 78%;
letter-spacing: 1.4pt;
word-spacing: -1.4pt;
line-height: 1.5;

}

p.center 
{
color: #FFFFFF;
text-align: center;
font-family: georgia,serif;
font-size: 78%;
letter-spacing: 1.4pt;
word-spacing: -1.4pt;
line-height: 1.5;

}

p.loose 
{
color: #FFFFFF;
text-align: center;
margin-right: 170px;
font-family: georgia,serif;
font-size: 78%;
letter-spacing: 1.4pt;
word-spacing: -1.4pt;
line-height: 1.5;

}

p.post
{
color: #FFFFFF;
text-align: right;
margin-right: 170px;
font-family: georgia,serif;
font-size: 78%;
font-style:italic;
letter-spacing: 1.4pt;
word-spacing: -1.4pt;
line-height: 1.5;
}


.class1 A:link {text-decoration: none;}
.class1 A:visited {text-decoration: none; color: #1CED00;}
.class1 A:active {text-decoration: none}
.class1 A:hover {font-size:15; font-weight:medium; color: red;}



/*** This is the style for the search button ***/

input.button 
{
background-color: #000000; 
font-family: georgia,serif;
font-size: 14px;
letter-spacing: 1.4pt;
color: white;
}

input.box 
{
background-color: #1CED00; 
font-size: 14px;
}

/*** This is the style for the front page comment box ***/

textarea.comment 
{
background-color: #1CED00;
overflow: auto;  /* gets rid of scrollbar */
}


/** This is the style for the horizontal rules. ***/


hr {
color: #1CED00;
background-color: #1CED00;
border: 0;
width: 75%;
height: 1px;
text-align: center;/*this will align it for IE*/
margin-right: 150px;
}

/* This is the div that the progress bar sits in */

div.progbar
{
display: block;
margin-left: -155px;
margin-right: auto; 
}