html,body {
	margin:     0;
	padding:    0;
	background-image: url('/images/bgBody.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	color:      #ffffff;
	font-size:  10pt;
	line-height: 14pt;
	font-family: Arial, sans-serif;
	text-align: center;
}

a {
	color: #18b9d6;
	text-decoration: underline;
	font-size:  10pt;
	
}

a:hover {
	color: #18b9d6;
	text-decoration: none;
}

img {
	padding: 0;
	margin: 0;
}

h1 {
	color: #747474;
	font-size: 13pt;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 7pt;
}

h2 {
	color: #747474;
	font-size: 13pt;
	display: inline;
	font-weight: 100;
	padding-right:7px;
}

h3 {
	color: #363636;
	padding: 0;
	margin: 0;
	margin-top: -5px;
	font-size:  10pt;
}

h4 {
	color: #363636;
	font-weight: 100;
	font-style: italic;
	padding: 0;
	margin: 0;
	font-size:  10pt;
}

h5 {
	color: #ffffff;
	font-size:  10pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

span.title {
	color: #363636;
	font-size: 13pt;
}

div#container {
	position: relative;
	width:    100%;
	height:   100%;
}

div#main {
	position:    absolute;
	top:         0;
	left:        50%;
	margin-left: -500px; /* half of main width. */
	width:       1000px;
	text-align:  left;
}
	
div#left {
	top:        0;
	left:       0;
	width:      50%;
	
}
div#left div {
	background-image: url('/images/bgLeft.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	margin-right: 500px; /* half of main width. */
	text-align:   right;
	height:559px;
}

div#right {
	position:   absolute;
	top:        0;
	right:      0;
	width:      50%;
}

div#right div {
	margin-left: 500px; /* half of main width. */
	text-align:  left;
}
div#mainLeft {
	float: left;
	width:450px;
}

div#mainRight {
	float: right;
	width:550px;
}

div#textRight {
	position: absolute;
	background-image: url('/images/bgRight.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	margin-top:117px;
	padding-top: 50px;
	background-color: #b1b1b1;
	width:479px;
	height: 345px;
	padding-right: 33px;
	padding-left: 24px;
}

div#textRight p {
	padding-bottom: 15px;
}

div#textLeft {
	background-color: #b1b1b1;
	padding-left: 33px;
	padding-right: 33px;	
	height: 395px;
}

div#textLeft p {
	padding-bottom: 15px;
}

div#textLeftHome {
	background-color: #b1b1b1;
	height: 395px;
}

div#textLeftHome p {
	padding-top: 20px;
	padding-left: 33px;
	padding-right: 33px;
}

div#textTitle {
	position: absolute;
	color: #363636;
	font-size: 20pt;
	left:472px;
	top: 85px;
	line-height: 24pt;
}

div#katheder {
	background-image: url('/images/kathederBottom.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 450px;
	height: 85px;
}

div#organisers {
	padding-left: 33px;
	color: #363636;
	padding-bottom:15px;
}

div#organisers td {
	text-align: top;
	padding: 0;
}

div#menu {
	height:45px;
}

div#menu ul {
	height:40px;
    padding-top:10px;
    padding-bottom:30px;
}

div#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	margin-left: 17px;
}

a.active {
    display:inline;
	color: #18b9d6;
	text-decoration: none;
	font-weight: bold;
	background-image: url('/images/active.jpg');
	background-repeat: no-repeat;
	background-position: center 20px;
}

div#menu a {
	color: #363636;
	text-decoration: none;
	font-weight: bold;
	padding-bottom:20px;
}

div#menu a.active {
	color: #18b9d6;
	text-decoration: none;
	font-weight: bold;
	padding-bottom:20px;
}

div#menu a:hover {
	color: #18b9d6;
	text-decoration: none;
	font-weight: bold;
	padding-bottom:20px;
}

div#homeBlocks {
	margin-left: 23px;
}

div.block {
	width: 497px;
	padding: 15px;
	padding-top: 0;
	margin-top:10px;
	background-color: #f3f3f3;
	border: 1px solid #d8d8d8;
	color: #363636;
	font-size:  10pt;
}

div.block p {
	font-size:  10pt;
}

div.block ul li {
	font-size:  10pt;
}


div.title {
	padding-top: 15px;
	clear: both;
	padding-bottom:15px;
}

div.dateLocation {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size:  10pt;
}

div.picture {
	float: left;
	padding-right:15px;
	width: 119px;
}

div.information {
	vertical-align: top;
	float: left;
	font-size:  10pt;
}

span.or {
	color: #363636;
	padding-left:10px;
	padding-right:10px;
}

div#subMenu {
	color: #747474;
}

div#textRight a, div#textLeft a, div#textLeftHome a {
	color: #007E94;
}


td.time {
	padding-right:25px;
	vertical-align: top;
}

div.speech {
	padding-top:5px;
	padding-bottom:15px;
}

div.speech a {
	padding-right:15px;
}

img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

input.itsatrap {
	display: none;
}