@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/background.jpg);
	background-color:#ffffff;
	background-repeat:repeat-x;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:inherit;
	font-size:13px;
}

textarea{
    color: #676b6c;
    font-size: 13px;
}

#wrap{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:1020px;
	height:auto;
	overflow:hidden;
	margin-top:0px;
}

#logo{
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	height:134px;
	width:282px;
	display:block;
}

#line{
	background-image:url(../images/registration_line.png);
	background-repeat:no-repeat;
	height:8px;
	width:282px;
	margin-top:10px;
	margin-left:0px;
}

#header{
	width:600px;
	height:286px;
	float:right;
    margin-right:30px;
    border: 0px solid red;
    text-align: center;
}

#top_menu{
	border: 0px solid red;
    width: 600px;
    background-image:url(../images/top_menu.png);
	background-repeat:no-repeat;
	height:50px;
	float:left;
	margin:auto;
}

#navbar{
	border: 0px solid green;
    width: 560px;
    height:25px;
    margin-left: 30px;
	margin-top:10px;
}

#navbar a {
	height:21px;
	text-decoration:none;
	float:left;
	margin-right:10px;
}

a#why_attend{
	background-image:url(../images/top_menu_why_attend.jpg);
	width:74px;
	margin-right:20px !important;
}

a#program{
	background-image:url(../images/top_menu_program.jpg);
	width:80px;
	margin-left:0px;
}

a#speakers{
	background-image:url(../images/top_menu_speaker.jpg);
	width:88px;
	margin-left:10px;
}

a#venue{
	background-image:url(../images/top_menu_Venue.jpg);
	width:67px;
	margin-left:0px;
}

a#pricing {
	background-image:url(../images/top_menu_pricing.jpg);
	width:71px;
	margin-left:5px;
}

a#booking{
	background-image:url(../images/top_menu_booking.jpg);
	width:79px;
	margin-left:0px;
}

#body {
	width:580px;
	height:auto;
	float:right;
	margin-right:30px;
	padding-left:40px;
	color:#676b6c;
}

#thankyou{
    color:#676b6c;
	font-family:Arial, Helvetica, sans-serif;
	font-style:inherit;
	font-size:13px;
    font-weight: bold;
}

.text_pricing{
	width:650px;
	height:600px;
	float:right;
	margin-right:0px;
}

#footer{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:1020px;
	float:left;
	margin-top:50px;
	padding-top:128px;
	padding-bottom:10px;
}

#footer span{
	color:#f2531f;
	margin-left:0px;
	float:right;
	margin-right:35px;
	font-weight:bold;
}


#body h2 {
	height:25px;
	margin-top:25px;
	font-size:20px;
	font-weight:bold;
	color:#1bb7ea;
}

#body p {
	margin-top:15px;
}

#body a {
	color:#1bb7ea;
	font-weight:bold;
	margin-left:0px;
	text-decoration:none;
}


.bold_text{
	font-weight:bold;
}

#body ol li {
  margin-top:20px;
}

#body ul.spaced li {
  margin-top:10px;
}


#box-table-b{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 580px;
	text-align: left;
	border-collapse: collapse;
	border-top: 1px solid #9d9c9d;
	border-bottom: 1px solid #9d9c9d;
}


#box-table-b th{
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 8px;
	background: #d9d9d9;
	border-right: 1px solid #9d9c9d;
	border-left: 1px solid #9d9c9d;
	border-top: 1px solid #9d9c9d;
	border-bottom: 1px solid #9d9c9d;
	color: #000000;
	font-weight: bold;
}

#box-table-b td{
	padding: 8px;
	border-right: 1px solid #9d9c9d;
	border-left: 1px solid #9d9c9d;
	border-top: 1px solid #9d9c9d;
	border-bottom: 1px solid #9d9c9d;
	color: #000000;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div.speech {
    background-color: #F3F3F3;
    padding: 20px 30px 20px 30px;
    margin-right: 45px;
}
div.speech_people {
    text-align: right;
    font-weight: bold;
    margin: 20px 45px 30px 0px;
}