body{
	background:#660;
}
a{
color:#900;
text-decoration:none;
}
a:hover{
color:#00F;
}

#main{
	text-align:center;
	margin:10px;
}

/*********************
* Header
*********************/

#header,#middle,#footer{
	margin:0 auto;
	text-align:left;
}
#header{
	text-align:center;
	padding-bottom:10px;
}
#header h1{
	margin:0 auto;
	display:block;
	width:640px;
	height:0px;
	padding-top:85px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
}
#header h2{
	font-weight:bold;
	font-size:120%;
	background:#CCC;
}
/*********************
* Middle
*********************/

#middle{
	background:#fff;
	text-align:left;
	padding:10px 20px;
}
#middle h3{
	font-weight: bold;
	text-align:center;
}
#middle .content-container{
	float:left;
	margin-right:-300px;
	width:100%;
}

#middle .content{
	margin-right:300px;
	padding:10px;
}

#middle .column{
	float:left;
	width:300px;
}

#middle #schedule{
}

.blink{
	text-decoration:blink;
}
/*********************
* Schedule table
*********************/

.event-schedule{
	font-size:110%;
	background:#999;
	width:100%;
	border-collapse: separate;
	border-spacing: 2px;
	border-color:#999999;
}

.event-schedule th{
	background:#900;
	color:#FFF;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
.event-schedule td{
	background:#FFF;
	color:#000;
	padding:1px 4px;
}
.event-schedule td p{
	margin:0px; padding:0px;
}

th.event-feast{
	background:#999;
	color:#FFF;
	font-weight:bold;
	padding:4px;
	text-align:center;
}

.event-date{
	text-align:center;
}

.event-messages{
}

.event-first-message{
}

.event-first-speaker{
	font-weight:bold;
}

.event-second-message{
}

.event-second-speaker{
	font-weight:bold;
}

.event-time{
	text-align:center;
}

/***********************
* The rest of the Middle
************************/
#how-to{
margin:10px;
font-size:110%;
}

#timezones {
	padding:10px;
}
#timezones table{
	font-size:110%;
	background:#999;
	width:100%;
	border-collapse: separate;
	border-spacing: 2px;
	border-color:#999999;

}
#timezones table th{
	background:#900;
	color:#FFF;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
#timezones table td{
	background:#FFF;
	color:#000;
	padding:1px 4px;
	text-align:center;
}

#troubleshooting{
}

#troubleshooting dl{
}

#troubleshooting dt{
	padding:10px 0px 0px 0px;
	font-weight:bold;
	font-size:110%;
}

#troubleshooting dd{
	padding:10px 0px 0px 1em;
}


/************************
* AOL
************************/
#aol{
font-size:110%;
}
#aol-links{
	width :120px;
	float:left;
	margin-right:10px;
}
#aol-links p{
	padding:0px;
	margin:0px;
}

#aol-remote a,
#aol-chatroom a,
#aol-email a,
#aol-download a{
	width:117px;
	height:0px;
	padding-top:39px;
	overflow:hidden;
	display:block;
}
#aol-remote{
	padding-top:55px;
	background:url(../images/aim0.bmp) no-repeat top left;
}
#aol-remote a{
	padding-top:55px;
	background:url(../images/aim1.bmp) no-repeat top right;
}
#aol-chatroom a{
	background:url(../images/aim2.bmp) no-repeat top left;
}
#aol-email a{
	background:url(../images/aim3.bmp) no-repeat top left;
}
#aol-download a{
	background:url(../images/aim4.bmp) no-repeat top left;
}

/************************
* Footer
************************/
#footer{
	background:#FFF;
	text-align:left;
	padding:10px 20px;
}
#footer h3{
	font-weight:bold;
	text-align:center;
}
#footer #about{
	border-top:2px solid #999;
	padding:10px 0 0 0;
}
#footer #contact{
}
#footer #ceg-link{
}

