
#rounded {	/* the outermost div element */
width:900px;
margin:1em auto 0;
}

#navigation {
text-align:center
}

#navigation li {
display:inline;
font-size:1.1em;
padding:0 .3em
}





#pageContent {	/* the container that holds our AJAX loaded content */
margin-top:2em;
border:1px #ccc solid;
padding:10px;
border-radius:.5em
}
#pageContent h2 {
font-weight:700
}

#loading {
visibility:hidden
}

.chapters dd {
background:url(/img/bullet.png) no-repeat;
line-height:6px;
padding-left:1em;
margin:1em 0
}


.ten_talks dt {
font-weight:700;
font-size:1.2em;
padding:.5em 0
}
.ten_talks dd {
padding-left:4em;
font-weight:700;
font-size:1.1em;
margin:.5em 0
}


.indent {
padding-left:1em
}

.quote {
background:url(/img/pca/quote.png) no-repeat 0 2%;
padding:.5em .5em .5em 3em;
margin:1em 0
}
.quote span {
display:block;
color:#8c8c8c;
margin-left:35em
}





.selections {
margin-top:1em
}
.selections dd {
margin:.5em;
display:inline
}

.selections img {
border:1px #f2f2f2 solid
}
.selections img:hover {
border:1px #ccc solid
}

.notice {
background:#f9f6ef url(/img/notice.png) no-repeat;
border:1px solid #949494;
padding:.8em .8em .8em 11em
}
.notice h3 {
margin-top:0;
margin-left:-3.5em
}
.right {
margin-left:1em
}
