/* This is a comment */

body
{
background: #1A6E1B;
background-image: url('http://joelbissonnette.com/emerald/images/site/border03.gif');
background-repeat: repeat-y;
background-attachment: fixed;
}

p 
{
font-family:verdana;
size: 11px;
color:#FFFFFF;
}

a:link {color: #00FF00}     /* unvisited link */
a:visited {color: #D27507}  /* visited link */
div.left a:hover {background-color: #034505}   /*hover over link*/
a:active {color: #0000FF}   /* selected link */

img.one
{
float:left;
margin:0px 20px 0px 0px;
}

img.two
{
float:right;
margin:0px 0px 150px 20px;
}

span
{
float:left;
width:0.7em;
font-size:400%;
font-family:algerian,courier;
line-height:80%;
}

div.container
{
width:100%;
margin:0px;
border:0px solid #0F9836;
line-height:150%;
color:#FFFFFF;
}

div.header,div.footer
{
text-align: center;
padding:0.5em;
color:#FFFFFF;
font-family:verdana;
clear:left;
}

h1.header
{
padding:0;
margin:0;
}

div.left
{
float:left;
width:110px;
margin:0;
padding:.5em;
font-family:verdana;
font-size: 10px;
color:#FFFFFF
}

div.content
{
margin-left:110px;
background: #1A6E1B;
border-left:1px solid #0F9836;
padding:1em;
font-family:verdana,sans-serif;
font-size: 12px;
color:#FFFFFF;
overflow:scroll;
}


p.quote
{
color:#1E13AB;
background-color:#FFFFFF;
font-family: courier, serif;
border-style: solid;
border: 15px  #BB0505;
padding-left:1em
}

p.caps
{
font-variant:small-caps;
}