body {
    background: #fff;
    text-align: center;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 100%;
}

a.textbutton {
    display: block;
    width: 170px;
    border: 1px #333 solid;
    text-decoration: none;
    padding: 10px;
    float: left;
    height: 100px;
    color: #333;
    background: #ddd;
    margin: 10px;
}

    a.textbutton strong {
        text-decoration: underline;
    }
    a.textbutton:hover {
        background: #dde;
    }

#wrapper {
    width: 850px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#logo {
    width: 840px;
    height: 81px;
    background-image: url('../img/logo.jpg');
    text-indent: -9000px;
    overflow: hidden;
    margin: 0; padding: 0;
	cursor:pointer;
}

p.price_info {
    background: #E1E8B9;
    border: 1px #666 solid;
    margin: 4px 20px;
    font-size: 10px;
    padding: 5px;
}

object {
    margin: 0 0 5px 0;
}

#languages {
    position: absolute;
    right: 20px;
    top: 283px;
}
    #languages ul, #languages li {
        display: inline;
        margin: 0;
        padding: 0;
    }

    #languages a img {
        border: 1px #ddd solid;
        margin-left: 5px;
    }
    
    #languages a:hover img {
        border: 1px #fff solid;
    }

#menu {
    background-image: url('../img/menubg.jpg');
    width: 850px;
    height: 45px;
    padding: 0;
    margin: 5px 0;
}
    #menu li {
        list-style-type: none;
        display: inline;
    }
    
    #menu li a {
        display: block;
        color: #fff;
        float: left;
        line-height: 45px;
        background: none;
        text-decoration: none;
        margin-left: 20px;
    }
    
        #menu li a:hover {
            color: #eee;
        }
    
#content {
    padding: 10px 0 10px 0px;
    line-height: 15px;
    width: 500px;
    font-size: 12px;
}

td {
    vertical-align: top;
}


    #program td {
        width: 200px;
        padding: 5px;
    }
    
    #program th {
        border-bottom: 1px #333 solid;
    }

div.right {
    position: absolute;
    top: 350px;
    right: 0px;
    width: 250px;
}

.featured_speaker {
	position:absolute;
	top:0px;
	right:0px;
    width: 262px;
    background: #828282;
    color: #eee;
    padding: 0 5px;
    background-image: url('../img/darkbgbottom.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
}

.featured_speaker h2 {
	font-size: 12px;
	font-family: trebuchet ms, verdana. sans-serif;
	background-image: url('../img/darkbgtop.jpg');
	background-repeat: no-repeat;
	margin: 0 -5px;
	padding: 5px 5px;
}

.featured_speaker img {
	float: right;
	margin: 10px 5px 5px 5px;
	border:none;
}

.featured_speaker a {
	color: #eee;
}

#important_dates {
    position: absolute;
    top: 340px;
    right: 0px;
    width: 262px;
    background: #828282;
    color: #eee;
    padding: 0 5px;
    background-image: url('../img/darkbgbottom.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
}

#important_dates h2 {
	font-size: 12px;
	font-family: trebuchet ms, verdana. sans-serif;
	background-image: url('../img/darkbgtop.jpg');
	background-repeat: no-repeat;
	margin: 0 -5px;
	padding: 5px 5px;
}

#important_dates img {
	float: right;
	margin: 10px 5px 5px 5px;
}

#important_dates a {
	color: #eee;
}

#formName {
	position:relative;
	float:left;
}

#formLastName {
	position:relative;
	float:left;
	padding-left:20px;
}