html {
    overflow-y: scroll;
}
body {
	background-color: #333;
	margin: 20px;
}
img {
	border-width: 0px;
}
p {
	margin: 0px 0px 15px 0px;
}
.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #963;
	margin: 0px 0px 15px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
#sitewrapper {
	width: 650px;
	background-color: #FFF;
	padding: 10px;
	border: 10px solid #666;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 650px;
}
#menu {
	width: 650px;
}
#contentwrapper {
	width: 650px;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333;
}
#content1 {
	width: 650px;
}
#content1 a {
	color: #800000;
	text-decoration: underline;
}
#content1 a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #800000;
}
#content2 {
	width: 650px;
}
.supplier1 {
	width: 210px;
	float: left;
	padding-bottom: 10px;
}
.supplier2 {
	width: 210px;
	float: left;
	padding: 0px 0px 10px 10px;
}
.supplier3 {
	width: 210px;
	float: right;
	padding-bottom: 10px;
}
.services {
	width: 650px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}
.services2 {
	width: 650px;
}
.servicesimage {
	width: 190px;
	float: left;
}
.servicestext {
	width: 450px;
	float: right;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 650px;
	margin-top: 15px;
	border-top: 1px dotted #CCC;
}
#footer a {
	color: #800000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #800000;
}
#footertext {
	width: 570px;
	float: left;
	padding-top: 15px;
}
#footercredit {
	width: 67px;
	float: right;
	padding-top: 12px;
}



/*Top Menu */

.menu-1 {
	width: 100%;
	overflow: hidden;
	background-color: #000;
}
.menu-1 ul {
	margin: 0px;
	padding-left: 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	background-color: #333;
}
.menu-1 li {
	display: inline;
	margin: 0px;
}
.menu-1 li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 10px 15px;
	border-right: 1px solid #867338;
	color: #F0F0F0;
	background: #000;
}
.menu-1 li a:visited {
	color: #F0F0F0;
}
.menu-1 li a:hover, .menu li.selected a {
	background: #FCBC40;
	color: #333;
}