@charset "utf-8";

body {
text-align: center; 
background: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
line-height: 18px;
font-weight: bold;
}

#content {
margin: 5px auto;
width: 800px;
background: url(background.jpg);
text-align: justify;
padding: 5px 10px;
border: 3px solid #000000;
}

h1 {
text-align: center;
margin: 10px auto;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 36px;
color: #FF6600;
}

h2 {
text-align: center;
font-size: 16px;
line-height: 22px;
color: #FFFFFF;
padding: 0 0 10px 0;
}

.organiser, a {
color: #FF6600;
}

.sideimage {
float: right;
font-size: 14px;
font-weight: bold;
line-height: 18px;
color: #FF6600;
margin: 10px 0 0 15px;
text-align: center;
}

.sideimage img {
border: none;
display: block;
}

table#info td {
text-align: left;
padding: 0 0 17px 5px;
line-height: 20px;
}

table#info td.question {
width: 120px;
text-align: right;
font-weight: bold;
vertical-align: top;
padding: 0;
}

#navbar {
text-align: center;
clear: both;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
font-weight: bold;
}

#disclaimer {
font-size: 10px;
line-height: 12px;
}