/***********************************/
/* NotreDameTix.com
/* Author: George Titsworth
/***********************************/

body {
	margin: 0px;
	padding: 0px;
}
#topleft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 275px;
	height: 265px;
	/*background-image: url(../images/fighter.gif);*/
}
#header {
	position: absolute;
	top: 40px;
	left: 275px;
	background-color: #292753;
	width: 385px;
	height: 90px;
	margin: 0px;
	padding: 0px;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 0px;
	width: 385px;
	text-align: center;
	color: #FFFFFF;
}
#subtitle {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 385px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: 900;
	color: #FFFFFF;
}
#logo {
	position: absolute;
	top: 40px;
	left: 660px;
	width: 90px;
	height: 90px;
	/*background-image: url(../images/nd_logo.gif);*/
}
#navArea {
	position: absolute;
	top: 130px;
	left: 275px;
	width: 441px;
	height: 148px;
	background-color: #FFFFCC;
	padding: 15px;
	color: #292753;
	text-align: center;
	border-bottom: 2px solid #292753;
	border-left: 2px solid #292753;
	border-right: 2px solid #292753;
}
#navArea a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*text-decoration: underline;*/
	color: #292753;
}
#navArea a:hover {
	text-decoration: underline;
}
#content {
	position: absolute;
	top: 310px;
	left: 275px;
	width: 441px;
	background-color: #FFFFCC;
	border-bottom: 2px solid #292753;
	border-left: 2px solid #292753;
	border-right: 2px solid #292753;
	padding: 15px;
	color: #292753;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content h1 {
	color: #292753;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#content h2 {
	color: #292753;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#content h5 {
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
	background-color: #292753;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#left {
	position: absolute;
	top: 270px;
	left: 5px;
	width: 265px;
}
.leftScheduleInfo {
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.leftScheduleTitle {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid black;
}
.leftScheduleHeader {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
