

body {
    margin: 0 auto;
    padding: 0;
    font-family: "Century Gothic", Arial, Verdana, Sans-Serif;
    font-size: 0.9em;
	color: #333333;
    background: #4d443b;
	background-image:url(images/bg_body.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
h1 {
    font-size: 1.6em;
    font-weight: bold;
	color: #000;
    margin: 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 1.2em;
    margin: 10px 0px;
    color: #000;
    line-height: 1.3em;
}
h3 {
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
}
h4 {
    font-size: 1.4em;
	margin: 0px;
    padding: 0px;
	color:#b0d42c;
}




p {
    margin: 5px 0px 5px;
    line-height: 1.5em;
    text-align: left;
}
a {
    color: #4d443d;
    text-decoration: none;
}
b, strong {
    color: #000;
}

a:hover {
    text-decoration: underline;
}
a img {
    border: 0;
}
li {
    margin: 5px;
}
table td {
    vertical-align: top;
}
.gray {
    color: #959594;
}
div.siblings {
    width: 25%;
    float: right;
}
ul#siblings li {
    list-style-type: none;
    display: block;
}


