@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A9051E;
	border-bottom-color: #A9051E;
	border-left-color: #A9051E;
}
#wrapper #logodiv {
	height: 150px;
	background-image: url(Images/logo-banner.gif);
}
#wrapper #ccolourbardiv1 {
	height: 25px;
	background-color: #A9051E;
	padding-left: 20px;
	padding-top: 3px;
}
#wrapper #textdiv {
	background-color: #F7F0D3;
	height: 1760px;
	padding-top: 10px;
	padding-left: 7px;
	background-repeat: repeat;
}
#wrapper #textdiv #businesspicdiv {
	height: 249px;
	width: 370px;
	float: right;
	clear: none;
	visibility: visible;
	margin-right: 10px;
	margin-top: 20px;
}
#wrapper #textdiv #youytubediv {
	height: 249px;
	width: 410px;
	margin-left: 0px;
}

#wrapper #footerdiv {
	background-color: #A7051D;
	height: 35px;
	color: #000000;
	font-size: 14px;
	padding-left: 30px;
	padding-top: 5px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}

a:hover {
	color: #620000;
	text-decoration: underline;
}
#wrapper #locationdiv {
	background-color: #F7F0D3;
	height: 400px;
}
#wrapper #locationdiv #mapdiv {
	height: 350px;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
}
.titletext {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color: #D90000;
	text-decoration: none;
}
.maintext {
	font-size: 16px;
	font-style: normal;
	color: #990000;
}
#wrapper #textdiv #imagediv {
	float: right;
	height: 300px;
	width: 500px;
	margin-right: 20px;
	background-image: url(Images/img-bg.jpg);
	margin-top: 30px;
}

#wrapper #textdiv #scrollingimgdiv {
	height: 150px;
}

