body {
 background:url("../images/title.png") no-repeat 50% 30px;
 font-family:"trebuchet ms",arial,verdana,"times new roman",sans-serif;
}

div#header, div#content {
 min-width:400px;
 width:50%;
 margin:0px auto;
}

div#header {
 min-height:60px;
 margin:150px auto 20px;
}

div#content {
 clear:both;
 margin-top:30px;
}

h1 {
 font-size:1.3em;
 line-height:1.3em;
 color:#595959;
 text-align:justify;
 clear:both;
}

p {
 font-size:0.9em;
 line-height:1.8em;
 color:#000;
 text-align:justify;
 clear:both;
}

div#header p {
 text-align:center;
}

a {
 color:#595959;
 text-decoration:none;
}
a:hover {
 color:#b90000;
 text-decoration:underline;
}

h1 span.date {
 float:right;
}

h1 + p, p + h1 {
 padding-top:0.8em;
}

h1 + p, p + p, ul {
 padding-bottom:2em;
}

ul li {
 text-align:left;
 font-size:0.9em;
 line-height:1.5em;
}

img.right {
 float:right;
 margin:14px;
 margin-right:0px;
}
img.left {
 float:left;
 margin:14px;
 margin-left:0px;
}
