body {
	background: #444761;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wrap {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
    position: relative;
    z-index: 1;
    top: 4px;
    height: 120px;
    width: 960px;
    background: #FFFFFF;
}

#header_logo{
    position: relative;
    left: 12px;
    top: 10px;
    width: 548px;
    height: 50px;
}


#header_info{
	position: absolute;
	top: 9px;
	left: 433px;
    height: 50px;
    width: 520px; 
    background: #FFFFFF;
}

#year_label{
	position: relative;
	top: -14px;
	left: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 64px;
    color: #999999;
}


#date_label{
    position: relative;
	top: -80px;
	left: 230px;
	width: 280px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #333333;
}


#header_bar {
	position: relative;
	z-index: 1;
	top: 17px;
	width: 960px;
	height: 60px;
	
}

#header_bar_end_left{
    position: relative;
    height: 30px;
    width: 17px;
    left: 10px;
    background: url("images/header_bar_end_l.gif");
    float: left;
}

#header_bar_end_right{
    position: relative;
    top: -30px;
    right: 10px;
    height: 30px;
    width: 17px;
    background: url("images/header_bar_end_r.gif");
    float: right;
}

#header_bar_body{
    position: relative;
    left: 27px;
    width: 910px;
    height: 30px;
    background: #336699;
}

#header_bar_label{
    position: relative;
    width: 900px;
    top: 6px;
    align: right;
    text-align: right;
    color: #FFFFFF;
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#content_body{
    position: relative;
    top: 0px;
    height: 1040px;
    background: #FFFFFF;
}

#right_sidebar{
    position: absolute;
    z-index: 1;
    top: 260px;
    left: 737px;
    width: 210px;
    height: 700px;
    font-size: 12px;
    color: #333333
    background: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #336699;
}

.sidebar_label{
    position: relative;
    width: 200px;
    top: -90px;
    left: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}

.right_sidebar_item{
    position: relative;
    top: 8px;
}

#left_sidebar_registration{
    position: relative;
    top: 10px;
    width: 220px;

}

#left_sidebar{
	position: absolute;
	z-index: 1;
	left: 13px;
	width: 200px;
	height: 804px;
	font-size: 12px;

    color: #333333
    background: #FFFFFF;
	top: 12px;
}

#left_sidebar_content{
    position: relative;
    top: 80px;
    width: 232px;
    height: 570px;
}

#left_sidebar_presenters{
    position: relative;
    top: 28px;
}

#banner{
    position: relative;
    top: -5px;
    left: 242px;
	height: 250px;
	width: 707px;
}

#banner_text{
    position: relative;
    top: -254px;
    left: 244px;
    width: 500px;
}

#content{
    position: relative;
    width: 450px;
    height: 700px;
    top: -150px;
    left: 254px;
    background: #FFFFFF;
    padding: 0px 20px 0px 20px;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}


.content_item{
    position: relative;
    top: 10px;
    margin: 5px 0p 0px 0px;
}


.content_item h1{
    font-size: 24px;
    color: #555555;
}

.content_item h2{
    font-size: 15px;
    color: #555555;
}

.content_item h3{
    font-size: 13px;
    color: #555555;
}

#menu{
    position: relative;
    top: -24px;
    left: -18px;
    height 200px;
    width: 250px;
    font-size: 13px;
    line-height: 38px;
}

#menu ul {
    list-style-image: url("images/list_arrows.gif");   
}

#menu li{
    position: relative;
}

#menu a{
    color: #666666;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: none;
    color: #336699;
}


#presenters_label{
    position: relative;
    left: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #333333;

}

#keynote_label{
    position: relative;
    left: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

#presenters{
    position: absolute;
    top: -400px;
    left: 235px;
    width: 700px;
	height: 600px;
	border-style: dotted; 
	border-color: #999999; 
	border-width: 1px;
	background: #d1d1e2;
    overflow: auto;
}


.presenter_sidebar_item{
    position: relative;
    top: -85px;
    left: 10px;
}
.presenter{
    position: relative;
    width: 675px;
    height: 112px;
    left: 5px;
    top: 5px;
    background: #FFFFFF;
    border-style: solid; 
	border-color: #333333; 
	border-width: 1px;
	margin: 0px 0px 8px 0px;
}

.keynote{
    position: relative;
    width: 675px;
    height: 152px;
    left: 5px;
    top: 5px;
    line-height: 15px;
    background: #FFFFFF;
    border-style: solid; 
	border-color: #333333; 
	border-width: 1px;
	margin: 0px 0px 8px 0px;
}

.presenter_photo{
    position: relative;
    top: 5px;
    left: 5px;
    width: 100px;
    height: 100px;
}

.keynote_photo{
    position: relative;
    top: 5px;
    left: 5px;
    width: 140px;
    height: 140px;
    border-style: solid; 
	border-color: #999999; 
	border-width: 1px;
}

.presenter_name{
    position: relative;
    width: 480px;
    height: 18px;
    top: -99px;
    left: 120px;
    color: #333366;
   
}

.keynote_name{
    position: relative;
    width: 480px;
    height: 18px;
    top: -139px;
    left: 160px;
    color: #333366;
   
}

.presenter_name a{
    text-decoration: none;
    color: #333366;
}

.keynote_name a{
    text-decoration: none;
    color: #333366;
}

.presenter_bio{
    position: relative;
    width: 500px;
    height: 100px;
    top: -96px;
    left: 120px;
    font-size: 10px;
    color: #555555;
}

.keynote_bio{
    position: relative;
    width: 500px;
    height: 100px;
    top: -134px;
    left: 160px;
    font-size: 10px;
    color: #555555;
}


.more_label{
    position: relative;
    width: 40px;

}

#venue_banner_new{
    position: relative;
    top: -640px;
    left: 230px;
	height: 250px;
	width: 707px;
}
#venue_banner{
    position: relative;
    top: -580px;
    left: 230px;
	height: 250px;
	width: 707px;
}

#venue_content{
    position: relative;
    top: -580px;
    left: 230px;
    width: 707px;
    height: 400px;
}

#venue_label{
    position: relative;
    top: -10px;
    font-size: 14px;
    color: #333333;
}

#venue_address{
    position: relative;
    width: 400px;
    top: -60px;
    left: 160px;
    color: #333333;
}


#venue_address a{
    text-decoration: none;
    color: #336699;

}

#wsctc_logo{
    position: relative;
    top: 20px;
    left: 20px;
}

#wsctc_summary{
    position: relative;
    width: 535px;
    height: 120px;
    top: -106px;
    left: 160px;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
}

#wsctc_map{
    position: relative;
    top: -56px;
    left: 220px;
}

#schedule_indexnew{
    position: absolute;
    top: 250px;
    left: 230px;
    width: 700px;
	height: 1000px;
	border-left-style: dotted; 
	border-left-color: #999999; 
	border-left-width: 1px;
	background: #FFFFFF;
    overflow: auto;
}
#schedule_newpage{
    position: absolute;
    top: -1px;
    left: 231px;
    width: 700px;
	height: 1000px;
	border-left-style: dotted; 
	border-left-color: #999999; 
	border-left-width: 1px;
	background: #FFFFFF;
    overflow: auto;
}
#schedule{
    position: absolute;
    top: 56px;
    left: 230px;
    width: 700px;
	height: 1000px;
	border-left-style: dotted; 
	border-left-color: #999999; 
	border-left-width: 1px;
	background: #FFFFFF;
    overflow: auto;
}

.schedule_entry{
	position: relative;
	width: 600px;
	left: 0px;
	margin: 20px 0px 0px;
0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.schedule_item_time{
      color: #666666;
      font-weight: bold;
}

.schedule_item_label{
	position: absolute;
	;
	left: 94px;
	color: #333333;
	top: -4px;
	width: 235px;
}

.schedule_item_presenter{
    position: absolute;
    left: 350px;
}

#contacts{
    position: absolute;
    top: -380px;
    left: 235px;
    width: 700px;
	height: 980px;
	border-left-style: dotted; 
	border-left-color: #999999; 
	border-left-width: 1px;
	background: #FFFFFF;
}
.contact_entry_new{
    position: relative;
    height: 70px;
    width: 500px;
    top: 20px;
    left: 60px;
    margin: 0px 0px 20px 0px;
}
.contact_entry{
    position: relative;
    height: 120px;
    width: 500px;
    top: 20px;
    left: 60px;
    margin: 0px 0px 20px 0px;
}

.contact_entry_label{
    font-size: 14px;
    weight: bold;
    color: #336699;
}

.contact_entry a{
   text-decoration: none;
}


.contact_description{
    position: relative;
    top: 10px;
    left: 20px;
    width: 400px;

}

.contact_address{
    position: relative;
    top: 20px;
    left: 20px;
}

.contact_address a{
    color: #336699;
}

#registration_content{
    position: absolute;
    z-index: -1;
    top: -323px;
    left: -37px;
    width: 100%;
	height: 1053px;
	background: #FFFFFF;
    overflow: hidden;
}

.participant{
    position: relative;
    top: 20px;
    left: 10px;
    line-height: 20px;
    color: #666666;
}

#keynote_photo{
	position: relative;
	width: 97px;
	height: 97px;
	top: 4px;
    border-style: solid; 
	border-color: #333333; 
	border-width: 1px;
}


#sponsors{
    position: relative;
    top: -540px;
    left: 235px;
    width: 700px;
	height: 800px;
}

#marketing_sponsors{
    position: relative;
    

}


#marketing_sponsors_label{
    position: relative;
    color: #666666;

}

.sponsor_description{
    position: relative;
    width: 600px;
    left: 20px;
    line-height: 15px;
    color: #666666;
	font-size: 10px;
}

.sponsor_description a{
    text-decoration: none;

}


.panel_description{
    position: relative;
    width: 400px;
    top: 5px;
    left: 120px;
    font-size: 11px;
    color: #333333;
 }
 
 .panelists{
     position: relative;
     width: 400px;
     top: 20px;
     left: 120px;
     color: #333333;
     line-height: 18px;
 
 }
    
#schedule_newpage_new {

    position: absolute;
    top: 220px;
    left: 230px;
    width: 700px;
	height: 1000px;
	border-left-style: dotted; 
	border-left-color: #999999; 
	border-left-width: 1px;
	background: #FFFFFF;
    overflow: auto;
}
#index_banner_new {

    position: relative;
    top: -920px;
    left: 230px;
	height: 250px;
	width: 707px;
}
#venue_banner_new {


    position: relative;
    top: -830px;
    left: 230px;
	height: 250px;
	width: 707px;
}
#venue_indexnew {

    position: absolute;
    top: -85px;
    left: 230px;
    width: 700px;
	height: 1000px;
	border-left-style: dotted; 
	border-left-color: #999999; 
	border-left-width: 1px;
	background: #FFFFFF;
    overflow: auto;
}
#presenters_new {
    position: absolute;
    top: -346px;
    left: 235px;
    width: 700px;
	height: 850px;
	border-style: dotted; 
	border-color: #999999; 
	border-width: 1px;
	background: #d1d1e2;
    overflow: auto;
}
.presenter_bio_tricia {
	position: relative;
	width: 500px;
	height: 150px;
	left: 120px;
	font-size: 10px;
	color: #555555;
	top: -96px;
}
.presenter_tricia {

    position: relative;
    width: 675px;
    height: 150px;
    left: 5px;
    top: 5px;
    background: #FFFFFF;
    border-style: solid; 
	border-color: #333333; 
	border-width: 1px;
	margin: 0px 0px 8px 0px;
}
.presenter_tom {


    position: relative;
    width: 675px;
    height: 250px;
    left: 5px;
    top: 5px;
    background: #FFFFFF;
    border-style: solid; 
	border-color: #333333; 
	border-width: 1px;
	margin: 0px 0px 8px 0px;
}
.presenter_harry {



    position: relative;
    width: 675px;
    height: 160px;
    left: 5px;
    top: 5px;
    background: #FFFFFF;
    border-style: solid; 
	border-color: #333333; 
	border-width: 1px;
	margin: 0px 0px 8px 0px;
}
.presenter_daveoneil {




    position: relative;
    width: 675px;
    height: 180px;
    left: 5px;
    top: 5px;
    background: #FFFFFF;
    border-style: solid; 
	border-color: #333333; 
	border-width: 1px;
	margin: 0px 0px 8px 0px;
}
#schedule_newpage_contact {

    position: absolute;
    top: -334px;
    left: 231px;
    width: 700px;
	height: 1000px;
	border-left-style: dotted; 
	border-left-color: #999999; 
	border-left-width: 1px;
	background: #FFFFFF;
    overflow: auto;
}
.sidebar_label_contact {

    position: relative;
    width: 200px;
    top: -90px;
    left: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}
.presenter_sidebar_item_contact {

    position: relative;
    top: -85px;
    left: 10px;
}
.presenter_kevin {



    position: relative;
    width: 675px;
    height: 350px;
    left: 5px;
    top: 5px;
    background: #FFFFFF;
    border-style: solid; 
	border-color: #333333; 
	border-width: 1px;
	margin: 0px 0px 8px 0px;
}
