body{
margin:0;
padding:0;
line-height: 1.5em;
font-size:62.5%;
background: #859869 url(assets/bg.gif) repeat-x;
}

#maincontainer{
width: 677px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: url(assets/container.gif) repeat-y;
}

#topsection{
background: url(assets/header.jpg);
height: 265px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
background: url(assets/body.gif) no-repeat;
min-height: 400px;
}

#contentcolumn{
margin-left: 192px; /*Set left margin to LeftColumnWidth*/
margin-right: 170px;
}

#leftcolumn{
float: left;
width: 152px; /*Width of left column*/
margin-left: -670px; /*Set left margin to -(MainContainerWidth)*/
min-height: 500px;
}

#footer{
clear: left;
width: 100%;
background: url(assets/footer.gif) no-repeat bottom;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#leftcolumn ul{
list-style-type: none;
margin: 0 0 0 -40px;
}

#leftcolumn a{
width: 152px;
height: 20px;
display: block;
border-top: 1px solid #6a676e;
border-bottom: 1px solid #565359;
padding:10px 0;
color: #b5c0be;
font: 1.8em Garamond, Georgia, "Times New Roman", serif;
text-decoration: none;
text-align: center;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-top:20px;
}
