body {
    background-color: #FFFBD9;
    background-image: url(../images/b4.gif);
    color: #806A40;
    font-family: sans-serif;    
    margin: 0px;
    padding: 5px 30px 40px 30px;    
}
a {
    font-weight: bold;
    color: #5B63A8;
    text-decoration: none;
}

a:hover {
    color: #795BA8;
    text-decoration: underline;
}

h1 {
    text-align: center;
    font-size: 1.8em;
}

h2 {
    text-align: center;
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

p {
    text-align: justify;
    text-indent: 3em;
}

p.comment {
    font-style: oblique;
    text-align: justify;
    text-indent: 0em;
}

img {
    border: 0px;
}

img.left {
    float: left;
    margin: 10px 10px 10px 0px;
}

img.right {
    float: right;
    margin: 10px 0px 10px 10px;
}

th {
    font-weight: normal;
    text-align: left;
    font-style: oblique;
}

td {
    text-align: center;
}

hr {
    color: #806A40;
    height: 1px;
    clear: both;
    border: #806A40 1px solid;
}

.date {
    font-weight: bolder;
}

.center {
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.thumbnail {
    float: left;
    margin: 0.5em;
    width: 120px;
    height: 140px;
    text-align: center;
    font-size: 0.8em;
}

.thumbnail img {
	border: 1px solid #806A40;
}

.author {
    margin-top: 1em;
    text-align: right;
    font-style: italic;
}

.comment {
    font-size: 0.9em;
    font-style: italic;
}

#header {
    clear: both;
	 margin: 10px 30px 0px 150px;
	 padding: 0;
    text-align: center;
    width: 90%;
}

#menu {
    clear: both;
    position: absolute;
    left: 25px;
    top: 70px;
    width: 145px;
    font-size: 13px;
    text-align: right;
}

#menu ul {
    list-style-type: none;
    font-style: oblique;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px 0.5em;
}

.menuitem {
    display: block;
    margin: 0;
    padding: 5px 0.5em;
    font-weight: bold;
}

.menuitem-selected {
	font-weight: bold;
}

#content {
    margin: 0px 30px 0px 150px;
    padding: 0.5em 20px 0.5em 20px;
    border: 1px solid #806A40;
    width: 90%;
    clear: both;
}

#footer {
    clear: both;
    font-size: 12px;
    text-align: center;
	 margin: 0px 30px 0px 150px;
    width: 90%;
}

.end_float {
	clear: both;
	font-size: 1px;
	height: 1px;
}


