@charset "UTF-8";
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkgrnd.gif);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}
.large-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
}
.big-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
}
.reg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	color: #000;
}
#left {
	background-color: #F9CC33;
	float: left;
	width: 175px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#right {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	float: right;
	width: 585px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#flash {
	float: right;
	width: 310px;
	padding-left: 10px;
}
#nav {
	float: left;
	height: 80px;
	width: 800px;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
}
