div.top-middle {
    background:  url(images/polo_top.png) top repeat-x;
    height: 120px;
    overflow: hidden;
}


div.top-left {
    background: url(images/polo_top_left.png) top left no-repeat;
    float: left;
    height: 120px;
    width: 166px;
    margin:0px;
    padding:0px;
}

div.top-right {
    background: url(images/polo_top_right.png) top right no-repeat;
    float: right;
    height: 120px;
    width: 180px;
    margin:0px;
    padding:0px;
}


/**/

div.middle-container {
    clear:both;
    background-image: url(images/polo_left.png);
    background-repeat: repeat-y;
    background-position: left;
    overflow: hidden;
}

body {
    background-image: url(images/bg.jpg);
    background-repeat: repeat;
    margin: 0;
    padding: 0;
}

div.side-bar {
    background: url(images/sidebar-top.png) top right no-repeat;
    position: absolute;
    top: 200px;
    right: 0px;
    width: 210px;
}

div.side-bar-content {
    margin-top: 27px;
    padding: 1px;
    padding-left: 10px;
    padding-right: 3px;
    background: url(images/sidebar-middle.png) right repeat-y;
}

div.side-bar-end {
    background: url(images/sidebar-bottom.png) bottom right no-repeat;
    height: 31px;
}

ul.side-bar {
    padding-left: 1em;
    margin-left: 0px;
    list-style-type: none;
}

div.post-container  {
	margin: 0 170px 0 0;
	padding: 0em 3em 0em 0.2em;        

}


div.page-header {
	height: 251px;
	margin: auto;
	padding: auto;
	background-image: url(images/page_header.png);
	background-repeat: no-repeat;
	width: 1000px;
}

/**/

div.text {
	background: url(images/polo_right.png) right repeat-y;
}

div.post {
	background-color: #e2e2e2;
        padding: 1px;
	text-align: justify;
	margin-left: 75px;
	margin-right: 75px;
}

/**/

div.bottom-middle {
    background: url(images/polo_bottom.png) bottom repeat-x;
    height: 103px;
    overflow: hidden;
}

div.bottom-left {
    background:  url(images/polo_bottom_left.png) bottom left no-repeat;
    float: left;
    height: 103px;
    width: 166px;
}

div.bottom-right {
    background: url(images/polo_bottom_right.png) bottom right no-repeat;
    float: right;
    height:103px;
    width: 293px;
}


/**/

a, a:visited {
    text-decoration: none;
    color: #995500;
}

a:hover {
    text-decoration: underline;
    color: #777700;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px black solid;
}

blockquote {
    padding-left: 3px;
    padding-right: 5px;
    text-align: justify;
    border: 1px solid #717171;
    border-left: 4px solid #717171;
    background-color: #F1F1F1;
    font-style: italic;
}

#side-bar-link {
    color: #330022;
    text-decoration: underline;
}

#side-bar-img {
    border: none;
    display: inline;
}

#post-date {
    font-style: italic;
    text-align: left;
    padding-top: 40px;
    padding-left: 60px;
}

#post-author {
    font-weight: bold;
    font-size: 150%;
    text-align: left;
    margin-top: 20px;
}

#entry-title {
    font-weight: bold;
    font-size: 150%;
    text-align: center;
}


.post-container .header-container .top-middle a {
    font-size: 1.4em;
    color: #995500;
    text-align: center;
    display: block;
    margin-top: 15px;
    padding-top: 60px;  
}

