@import url("init.css");
@import url("type.css");
@import url("colours.css");
body {
	background-image: url(images/topstripebg.gif);
	background-repeat: repeat-x;
	background-position: 0px 20px;
}
#page {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topline {
	height: 18px;
	padding-top: 2px;
}
#topmenu {
	float: right;
	width: 60%;
}


#header {
	height: 80px;
}
.sidebar {
	float: left;
	width: 210px;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	display: inline;
}
#phoneno {
	width: 30%;
}

.main {
	width: 468px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	float: left;
}
#headpics {
	height: 78px;
	border-top-width: 1px;
	border-top-style: solid;
}
#menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
}

#mid {
	background-image: url(images/midbg.gif);
	background-repeat: repeat-y;
	background-position: -20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
.footer {
	clear: both;
	background-image: url(images/btmstripe.jpg);
	height: 14px;
	padding-top: 2px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#phoneno img {
	vertical-align: baseline;
}
.clear {
	clear: both;
}
.sidebarlogos {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}
.imglink {
	border-width: 1px;
	border-style: solid; 
	display:block;
	margin-right: 50px;
	margin-left: 50px;
}
a.imglink:hover {
	border-width: 1px;
	border-style: solid; 
	display:block;
}.main .flright {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 1em;
}
.main .flclright {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 1em;
	clear: right;
}
.main .flleft {
	float: left;
	margin-bottom: 1em;
	margin-right: .5em;
}

