@charset "utf-8";
* {
		margin: 0px;
		padding: 0px;

}

body {
		font: 10px Georgia, "Times New Roman", Times, serif;
		color: #333333;
		background: url(../img/body_bg.gif) repeat-x top;
}

p {
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: justify;
}

a {
		color: #911918;
		text-decoration: none;
		font-weight: bold;
}
a:hover { color: #681111; }


table, tr {vertical-align: top; border-collapse: collapse;}
h1 { font-size: 14px;}
h2 { font-size: 13px; }
UL { margin-left: 30px; }
.centered {
		display: block;
		margin: 5px auto;
}

.thumb { margin: 0px 10px 5px; }
