@charset "UTF-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
}

body{
	background-image:url(../images/header-rpt-09.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:16px;
}

body a, body a:hover, body a:visited{
	color:#115486;
	font-size:1.3em;
	text-decoration:none;
}

h1, h2, h3, h4{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h1{
	font-size:1.5em;
	font-weight:bold;
	color:#115486;
}
h2{
	font-size:1.3em;
	color:#115486;
}

.hidden{
	visibility:hidden;
}
.blue{
	color:#115486;
}

.white{
	color:#ffffff;
}

.big-blue{
	color:#115486;
	font-size:1.3em;
}

.big-black{
	font-size:1.3em;
}

.big{
	font-size:1.6em;
}
.bigger{
	font-size:2.1em;
}
.small{
	font-size:0.8em;
}
a.small{
	font-size:0.8em!important;
}
a.small:hover{
	font-size:0.8em;
}

p{
	padding-bottom:25px;
}
.speakers td{
	padding:5px;
	padding-bottom:15px;
}

#page_wrapper{
	background-image:url(../images/bg-09.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:1000px;
	margin:0 auto;
	position:relative;
}

#header{
	height:76px;
	padding-bottom:4px;
}

#topic{
	height:37px;
	padding-bottom:5px;
}

#left_content{
	float:left;
	width:500px;
	padding-top:15px;
	position:relative;
	z-index:999;
}

#right_content{
	padding-top:200px;
	text-align:left;
	margin-left:500px;
	padding-left:45px;
}

#bottom_content{

}

#footer{
padding-top:15px;
padding-bottom:15px;
text-align:center;
}

#walk_on{
	left:55px;
	position:absolute;
	top:123px;
	z-index:999;
}