div#header { width:760px; height: 240px; background-image:url(../images/sessions/header.jpg);}
div#page { background-color:#dcbd85;}

h3 { padding:10px 0 10px 0;}
#content { 
width:760px; 
float:left; 
background-image:url(../images/sessions/backgr.gif);
background-repeat:no-repeat;
}

#intro { width:666px; margin:120px auto 30px auto;}

#sessions {
width:716px;
margin:0 auto;
}
.sessionswrap { /* to get the margins corect for the .txtsessions div */
width:500px;
float:left;
}
.txtsessions { width:467px; margin:0 auto;}

.boxsession { 
width:716px;
height:223px;
background-color:#faf1da;
background-image:url(../images/sessions/bg-right-large.gif);
background-position:right top;
background-repeat:no-repeat;
margin-bottom:29px;
}
.boxsession img { float:left;}


#persons {
width:716px;
margin:0 auto;
}

.personswrap {
	width:232px;
	float:left;
}

.txtpersons { width:206px; margin:0 auto;}
.rowpersons {
width:716px;
height:117px;
margin-bottom:29px;
}

.boxperson {  
width:346px;
height:117px;
background-color:#faf1da;
background-image:url(../images/sessions/bg-right-small.gif);
background-position:right top;
background-repeat:no-repeat;
}
.boxperson img { float:left;}
/* helper clasess */
.left { float:left;}
.right { float:right;
}
