.logo {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
}
.line {
	background-image: url(img/line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.redsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #880E06;
	margin: 0px;
	padding: 0px;
}
.smlbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.menufontCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #880E06;
	margin: 0px;
	padding: 0px;
}

/* #######################  CUSTOM SCROLLBARS ############################ */

			#content1{
				height: 400px;
				width: 250px;
				float:left;
				overflow:hidden;
			}

			#content2, #content3, #content4{
				height: 350px;
				width: 255px;
				float:left;
				overflow:hidden;
			}
			
			.scrollbar-vert1{
				background-color: #DDDDDD;
				height: 400px;
				width: 5px;
				float:left;
			}
			.scrollbar-vert{
				background-color: #DDDDDD;
				height: 350px;
				width: 5px;
				float:left;
			}
			.handle-vert{
				height: 50px;
				width: 5px;
				background-color: #AAAAAA;
			}.smlboldCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
