body
{
    background-position: #A5B97E;
    margin: 0;
    padding: 0;
    line-height: normal;
    background: #A5B97E;
}




b{font-size: 110%;}
em{color: red;}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
margin-top: 100px;
background: white;
}

#footer
{
    font-size: small;
clear: left;
width: 100%;
background: #115ea6;
text-align: center;
padding: 4px 0;
}

#footer a{
color: white;
}
#blockquote
{
	margin-bottom: 2em;
}

#blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}
h3
{
    top: 10px;
    position: relative;
}

