/* GLOBALS */

html { background: #b87333; }

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; line-height:1.4em;
	}
	
.clearboth { clear: both; }


body{
	line-height: 1;
	background-repeat:no-repeat;
	background-color:#b87333;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

/* remember to define focus styles! */
:focus{
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins{
	text-decoration: none;
	}
	
del{
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
	
a:link{
	color:#5a0000;
	font-weight:bold;
	text-decoration:none;
	}
	
a:visited{
	color:#5a0000;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover{
	color:#5a0000;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:active{
	color:#5a0000;
	font-weight:bold;
	text-decoration:none;
	}


.clear{
	clear:left;
	}
	



/* ------------------------------------------------------------- */
/* CONTAINER */

#container {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:20px;
	}

/* ------------------------------------------------------------- */
/* MASTHEAD */

#masthead{
	width:940px;
	height:153px;
	float:left;
	margin-bottom:20px;
	}

/* ------------------------------------------------------------- */
/* SCHEDULE LAYOUT */
.schedule_block { width: 900px; }
.first_column { width: 300px; float: left; margin-left: 150px; }
.second_column { width: 350px; float: right; }

.schedule_block h1{
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			text-transform:uppercase;
			line-height:26px;
			color:#000000;
			margin-left:0;
			margin-bottom:10px;
			margin-top:10px;
			}
.schedule_block h2{
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			text-transform:uppercase;
			line-height:26px;
			color:#000000;
			margin-left:0;
			margin-bottom:5px;
			margin-top:10px;
			}	
		
	
.schedule_block h3{
	font-family: "PMN Caecilia 45 Light";
	font-size:12px;

	line-height:26px;
	color:#000000;
	margin-left:0;
	margin-bottom:5px;
	margin-top:10px;
			}	

.schedule_block h4{
	font-family: "PMN Caecilia 75 Bold";
	font-size:26px;
	text-transform:uppercase;
	line-height:26px;
	color:#000000;
	margin-left:0;
	margin-bottom:5px;
	margin-top:10px;
			}	
			


.stages { margin: 40px 0 10px 0; }
.time { text-align: right; padding: 3px 10px 3px 0; }

.prev{
		background-image:url(../img/arrow.jpg);
		background-repeat:no-repeat;
		background-position:0 3px;
		padding-left:8px;
		margin: 25px 0 10px 350px;
		}

#inline1 { background: #b87333; }

.kendallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #03F;
}
.centered_box_container { width:525px; margin: 0 0 0 200px; text-align:center; }
.info_wrapper { width:720px; margin: 60px 0 0 125px; text-align:center; }
.info_wrapper h4 { font-size:18px; font-weight:bold; margin: 0 0 7px 0; text-transform:uppercase; }
.info_col_left { float:left; width:325px; text-align:left; margin: 0 0 20px 0; } 
.info_col_right { float:right; width:325px; text-align:left; margin: 0 0 20px 0; } 
