body {
    background: url("bg.gif");
}
img {
    border: 0;
}
#content-wrapper{
    width: 820px;
    margin: 5px auto;
    background: #fff;
}
#header{
    background: #fff;
    font-size: 90%;
}
#sidebar{
    float: left;
    width: 160px;
    margin: 1em 10px;
    background: #ccc;
    font-size: 95%;
}
#main{
    border: 2px solid #3FBD3F;
    margin-bottom: 1em;
    font-size: 90%;
}
#content{
    margin: 0px 5px;
    padding: 1em 5px 0.5em;
}
#content2{
    margin: 0px 5px 5px 180px;
    padding: 1em;
    border-left: 2px dotted #c0c0c0;
}
#footer{
    background: #fff;
    border-top: 2px dotted #c0c0c0;
    margin: 5px 0;
    padding: 15px 0;
    text-align:center;
    font-size:80%;
}

/** Head **/
#menu {
    background: #3FBD3F;
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    padding: 4px 10px 2px;
    color: #ccc;
}
#menu a{
    text-decoration: none;
    color: #fff;
}

/** Left bar **/
.sidebar2 {
    background: #E4EFF5;
    position: relative;
    left: -3px;
    top: -3px;
}
#sidebar a{
    text-decoration: none;
    color: blue;
}
#sidebar h3{
    text-align: center;
    background: #688AE3;
    padding: 3px;
    margin: 0;
}
#sidebar .item{
    border: 1px solid #38c2c9;
    padding: 5px;
}

/** Content **/
p{
    text-indent: 2em;
}
.title{
    margin: 0 5px 0.5em;
    color: #688AE3;
    background: url('head_b.gif') bottom left no-repeat;
    text-align:left;
}
.top{
    text-align:right;
    margin: 0.5em 1em 1em;
    font-size:85%;
}
h1, #main h2 {
    font-size: 150%;
    color: #688AE3;
    text-align: center;
}
.byline{
    text-align:center;
    font-size: 80%;
    color:#c0c0c0;
}
.pager {
    text-align:center;
    font-size: 90%;
}
.anual{
    margin: 5px 2em 2em;
    border-bottom: dotted 2px #c0c0c0;
}
#main li{
    border-bottom: 1px dotted #c0c0c0;
} 
#main li img{
    vertical-align:text-top;
}
.paper{
	border-bottom: 1px #ccc solid;
	margin-top:1.5em;
}

/** Other class **/
.cleaner{
    clear:both;
    height: 5px;
}
#sidebar p{
	margin:0;
	padding: 2px;
	text-indent:2em;
}
