@charset "utf-8";
/* CSS Document */

* {
	font-family:Verdana, Geneva, sans-serif;
}

body {
	background-color:#d47719;
	text-align:center;
	margin:0;
	padding:0;
	font-size:14px;
}

#header {
	width:1024px;
	height:50px;
	margin:0 auto;
	background-color:#a05e13
}


#bodyContainer {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
/*	background-color:#6c3d0b; */
}

#contentContainer {
	width:860px;
	height:auto;
	margin:20px auto;
	padding:10px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    CCborderRadius: 20px;
	background:url(../images/bg-trans.png);
/*	background-color:#a05e13; */
}

#content {
    margin: 8px 0 30px 30px;
    padding: 0;
    color: #000000;
    width: 670px;
	height: 550px;
    text-align: left;
	overflow:hidden;
}

div .section {
	margin:0 0 50px 0;
	padding:0;
}

div .section ul {
	margin:0;
	padding:0;
	list-style:none; 
}

.contentHomePane, .contentGenInfo, .contentCFP, .contentParti, .contentSched, .contentRegis, .contentLogis, .contentSpons, .contentPhotos {
    width:640px;
	height:520px;
	margin:0;
	padding-top:15px;
	padding-bottom:15px;
	background:url(../images/menu-bg-hover-trans.png);
/*    background-color: #ffffff; */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    CCborderRadius: 15px;
}

#pane0, #pane1, #pane2, #pane3, #pane4, #pane5, #pane6, #pane7, #pane8 {
    width:612px;
	height:520px;
	padding-right:5px;
	padding-left:15px;
}

p {
	line-height:1.5em;
}

h1, h2, h3 {
	color:#78170b;
}

h1 {
	margin-top:0px;
	font-size:1.8em;
	font-weight:normal;
	
}

h2 {
	font-size:1.6em;
	font-weight:normal;
}

h3 {
	font-size:1.4em;
	font-weight:normal;
}

a {
	color:#78170b;
}

a:hover {
	color:#aa4400;
}

.scroll-pane ul {
	list-style:circle;
}

.scroll-pane ul li, .scroll-pane ol li {
	line-height:1.5em;
	margin-bottom:10px;
}

