body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#mastwrapper {
	width:784px;
	}
#wrapper {
	width:784px;
	}
#masthead {
	float:left;
	background-image:url(images/Navbar.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:150px;
	}

#LeftNav {
	float:left;
	width:184px;
	margin-left:-770px;
	padding:0 5px 0 0;
	}
#LeftNav ul {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
	}
#LeftNav ul a {
	display:block;
	width:9em;
	text-decoration:none;
	}

#Content {
	float:left;
	width:580px;
	margin:0 0 0 190px;
	padding:5px 5px 5px 10px;
	background-color:#FFFFFF;
	}

.record {
	float:left;
	width:180px;
	height:150px;
	text-align:center;
	margin-bottom:5px;
	position:relative;
	}
.record p {
	position:absolute;
	width:140px;
	left:20px;
	bottom:-20px;
	font-size:0.8em;
	background-color:fff;
	border:1px dashed #666666;
	padding:2px 0 2px 0;
	margin:0;
	}
.record img {
	border:none;
	}