body
{
	font-family: helvetica, verdana, arial;
	color: #FFFFFF;
	background-color: #7c3428;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

h1
{
	font-size: 130%;
}
h2
{
	font-size: 120%;
}
h3
{
	font-size: 110%;
}
small
{
	font-size: 75%;
}
p
{
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 90%;
}
hr
{
	border: solid #FFFFFF 1px;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	text-decoration: underline;
}

div#container
{
	padding: 5px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#container_menu
{
	padding: 5px;
}

ul
{
	font-size: 90%;
}

div#container_menu ul
{
	word-spacing: 30px;
	font-size: 100%;
}

div#container_menu ul li
{
	display: inline;
	font-weight: bold;
}

div.events_year
{
	border: solid white 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
div.events_event
{
	border-top: solid white 1px;
	padding-left: 10px;
}

table.pictures
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

td.imagebox_left
{
	padding: 5px;
	text-align: center;
}
td.imagebox_right
{
	padding: 10px;
}

table#merchandise
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table#merchandise tr td
{
	padding: 5px;
}

.center
{
	text-align: center;
}
