body {
	background-color: #FFF;
	background-repeat: repeat-x;
	margin: 0;
	background-image: url(images/bkgrd.jpg);
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}

#banner {
	width: 100%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background-color: #C00;
}
#centre {
	height: auto;
	width: 845px;
	padding-left: 5px;
	margin-top: 25px;
	background-color: #FFF;
	min-height: 630px;
}
#navmenu {
	height: auto;
	width: 120px;
	margin-top: 5px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
}
#sidebar {
	float: right;
	height: 400px;
	width: 160px;
	padding-bottom: 5px;
}
#main {
	float: left;
	width: 520px;
	margin-left: 10px;
	padding-top: 20px;
	padding-left: 20px;
}



#footer {
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	border-bottom-style: solid;
	padding-bottom: 5px;
}
.footertext {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.text {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	height: 22px;
	width: 90px;
	text-align: left;
}
a:link {
	text-decoration: underline;
	color: #000;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #06F;
	font-style: normal;
}
a:active {
	text-decoration: underline;
	color: #000;
}
.textlinks {
	font-size: 12px;
	font-style: italic;
	color: #333333;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.textber {

	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
#wrapper {
	height: auto;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.heading {
	font-size: 22px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.sub_heading {
	font-size: 14px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
#service_box {
	height: 265px;
	width: 450px;
	background-image: url(images/service_box.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
}
.servicebox_text {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.img {
	border: 2px solid #ccc;
}

