* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #61553B;
	background-image: url(/images/bodyBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
}
#wrapper {
	width: 673px;
	margin-left: auto;
	margin-right: auto;
	margin-top:25px;
	text-align: left;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#banner {
	width: 673px;
	height: 95px;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#entrance {
	width: 673px;
	height: 320px;
	background-image: url(/images/enter.jpg);
	background-repeat: repeat-y;
	line-height:24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size:14px; 
	font-weight:bold; 
	text-align:center;
}
#entrance a {
	font-weight: bold;
	text-decoration: none;
	color:#547365;
}
#entrance a:hover {
	text-decoration: underline;
	color:#333333;
}
div.flash {
	display: block;
	text-align:center;
	padding-top:75px;
	font-size: 21px;
}
div.html {
	text-align:center;
	padding-top:25px;
}
div.scheduling {
	clear: right;
	text-align:center;
	padding-top:50px;
}
#footer {
	width: 673px;
	_width: 675px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:25px;
	background-color: #96CAB4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: left;
}

#footer a {
	text-decoration:none;
	color:#333333;
}
#footer a:hover {
	text-decoration:underline;
	color:#000000;
}
#footerRight {
	float:right;
	width: 300px;
	text-align:right;
	padding-right:20px;
	margin-top: 3em;
}
#footerLeft {
	padding-left:20px;
}


