body {
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 990px;
	margin: 20px auto;
	font-size: 62.5%;
	color: #5a5a5a;
}
body#invoice {
	width: 800px;
	color: #000;
}
#main {
/*	min-height: 300px;*/
	font-size: 1.4em;
	margin-left:5px;
}
#columns1and2 {
	float:left;
	width: 393px;
}
#column1 {
	float: left;
	width:184px;
	border-top:15px solid #d1d3d4;
	padding-top: 27px;
}
#columns2and3 {
	float: right;
	width: 776px;
}
#column2 {
	float: right;
	width:184px;
	border-top:15px solid #d1d3d4;
	margin-left:25px;
	padding-top: 9px;
}
#column3 {
	float: right;
	width:567px;
	border-top:15px solid #d1d3d4;
	padding-top: 12px;
	margin-bottom: 2em;
	margin-left:25px;
}
h1 {
	font-size: 1.15em;
	font-weight: normal;
	display: block;
	color: #000000;
	padding-bottom: 2px;
	border-bottom: #d1d3d4 solid 2px;
}
#invoice h1 {
	font-size: 1.6em;
	border:none;
}
h2 {
	font-size:1em;
	font-weight: bold;
	color: #000000;
}
#invoice h2 {
	font-size: 1.4em;
}
h3 {
	font-size:1em;
	font-weight: bold;
}
#invoice h3 {
	font-size: 1.2em;
}
#footer {
	font-size: 1.2em;
	color: #818286;
	line-height: 150%;
	clear:both;
	width:99%;
	margin-left:5px;
	border-top: #d1d3d4 solid 1px;
	padding-top: 1em;
}
#footer a {
	color: #5a5a5a;
}
#footer a:hover {
	color:#B6255E;
}
#emailform {
	display: inline;
}
input#email {
	width: 250px;
}
a, a:visited, a:link {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	color:#B6255E;
	text-decoration: none;
}
a img {
	border: 1px solid #d1d3d4;
}
ul#sponsors li {
	list-style: none;
	margin-bottom: 15px;
}
ul#nav li {
	list-style-image: url(/images/li_arrow.gif);
	line-height: 180%;
}
ul#nav a {
	text-decoration:none;
	font-size: 1.15em;
}
ul#nav a:hover {
	text-decoration:underline;
}

#ukla {
	clear: both;
	margin: 20px 0 1em 5px;
	padding-top: 30px;
	color: #000000;
/*	text-align:center;
	width:230px;*/
}
#ukla a, #ukla a:link, #ukla a:visited {
	color: #5a5a5a;
}
#ukla #ukla_image {
	width: 184px;
}
#ukla #ukla_image img {
	margin: 20px 40px 10px 40px;
	border:0;
}
#ukla #ukla_text {
	clear: both;
	margin:0;
	padding:0;
}
.bold_underline {
	font-weight: bold;
	text-decoration:underline;
}
p {
	line-height:150%;
}
#column1 img {
	margin-bottom: 6em;
}
.error {
	color:#B5245D;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align:center;
}
.floatright {
	float:right;
}
.imgfloatright {
	float:right;
	padding: 5px 0 5px 10px;
}
.imgfloatleft {
	float:left;
	padding: 5px 10px 5px 0;
}
.intro {
	font-weight:bold;
}
th, td {
	text-align:left;
}
table.invoice_table {
	padding-top:0;
	margin-top:0;
}
table.invoice_table td, table.invoice_table th {
	padding: 0.2em 1em;
}
table.invoice_table th {
	padding-top: 0.5em;
	padding-bottom:0.5em;
}
table.programme {
	border: 0;/*1px solid #d1d3d4;*/
}
table.programme td, table.programme th {
	vertical-align: top;
	padding: 5px;
}
table.programme td.time {
	width: 60px;
}
table.programme th {
	border-top: 1px solid #d1d3d4;
	padding-top: 15px;
}
table.programme ul {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.fullwidth {
	width:567px;
}
