h1, h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #004a89; 
    font-size: 22px;
}

h2 { 
	font-size: 30px; 
	text-align: center;
	padding-bottom: 5px;
	padding: 10px 0;
	margin: 0 auto 10px auto;
	
	background: url("../images/border.jpg") 0 bottom no-repeat;
}

a.reg, .button_register a {
	background: url("../images/button.png") 0 0 no-repeat;
	height: 57px;	
	width: 150px;
	text-indent: -1000em;
	display: inline-block;
}
.button_register {
	position: relative;
	display: block;
	text-align: center;
}

.button_register a {
    text-align: center;
    margin-top: 25px;
}

p { text-align: justify; }



/*
a.reg:hover {
	background: url("../images/btn_register_small.png") 0 bottom no-repeat;
}
*/

.container {
    width: 990px;
    margin: 0 auto;
    padding: 15px;
    /*background-color: #000;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

header {
    padding: 10px 0;
}

.wrapper-intro {
    background: url("../images/bg.jpg") 0 0 no-repeat;
	position: relative;
	height: 533px;
	padding-bottom: 50px;
}

.intro {
    padding: 15px 30px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    clear: both;
    display: block;	
	position: absolute;
	right: 20px;
	bottom: 0;
}

.intro p {
	font-weight: bold;
	font-size: 16px;
}

.banner {
    width: 990px;
    height: 377px;
}

.speaker {
	position: relative;
	background: url("../images/bg_speakers.jpg") 0 0 no-repeat;
	height: 901px;
}

.speaker_teh {
	position: absolute;
	text-align: justify;
    left: 250px;
    width: 675px;
    top: 180px;
}

.speaker_james {
	position: absolute;
    text-align: justify;
    left: 421px;
    width: 502px;
    top: 400px;
}


.speaker_pauline {
	position: absolute;
	text-align: justify;
    left: 278px;
    width: 650px;
    bottom: 22px;
}

.location {
	background: url("../images/bg_location.jpg") 0 0 no-repeat;
	min-height: 256px;
/*	position: relative;*/
}

.location a {
/*
	position: absolute;
	left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
*/
	display: block;
    text-align: center;
    margin-top: 30px;
}













table {
    width: 100%;
    text-align: left;  
	border-spacing: 3px;
    border-collapse: separate;
	font-size: 13px;
}

table td {
    padding: 10px;
    vertical-align: middle;
}

table tr:nth-child(even) {
    background-color: #e0e0e0;
}

table tr:nth-child(odd) {
    background-color: #f7f7f7;
}




/*

table th {
    background-color: #0683a7;
    padding: 5px 10px;
    border-right: 1px solid #000;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

table th:last-child, table td:last-child, table td:nth-last-child(2) {
    border: 0;
}

table td {
    padding: 5px 10px;
    border-right: 1px solid #000;
    vertical-align: middle;
}

table td img:last-child {
    padding-top: 5px;
}

table tr:nth-child(even) {
    background-color: #f7f7f7;
}

table tr:nth-child(odd) {
    background-color: #e0e0e0;
}
*/



footer {
    font-family: Calibri,Arial, sans-serif;
    background: #4c4c4c;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 15px;
}

footer a {
    font-family: Calibri,Arial, sans-serif;
    color: #fff;
    text-decoration: none;
}