* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	border-right-style: 0;
	border-left-style: 0;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: 0;
	border-bottom-style: 0;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #logo {
	height: 84px;
	background-color: ffffff;
	text-align: left;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	padding-left: 9px;
	font-size: 16px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
#wrapper #bodyArea #leftCol {
	width: 550px;
	float: left;
	padding-bottom: 10px;
}
#wrapper #bodyArea #rightCol {
	width: 249px;
	float: right;
}
#footer p   {
	font-size: 13px;
}

#footer   {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #036;
	text-align: center;
	background-color: #D6D6D6;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin: 14px;
}
#footer p a:link {
	text-decoration: none;
	color: #0071BC;
}
#footer p a:link:hover {
	text-decoration: none;
	color: #C00;
}

#wrapper #bodyArea #rightCol #newsItem {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #036;
}
.btnHome {
	background-image: url(../images/images/home.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 80px;
	display: inline;
	text-decoration: none;
	float: left;
}
.btnHome:hover {
	background-image: url(../images/images/home_over.gif);
}
.btnAboutus {
	text-decoration: none;
	background-image: url(../images/images/about-us.gif);
	background-repeat: no-repeat;
	display: inline;
	height: 35px;
	width: 80px;
	clear: none;
	float: left;
}
.btnAboutus:hover {
	background-image: url(../images/images/about-us_over.gif);
}
.btnServices {
	text-decoration: none;
	background-image: url(../images/images/services.gif);
	height: 35px;
	width: 80px;
	display: block;
	clear: none;
	float: left;
}
.btnServices:hover {
	background-image: url(../images/images/services_over.gif);
}
.btnSamples {
	text-decoration: none;
	background-image: url(../images/images/samples.gif);
	height: 35px;
	width: 80px;
	display: block;
	clear: none;
	float: left;
}
.btnSamples:hover {
	background-image: url(../images/images/samples_over.gif);
}
.btnContactus {
	text-decoration: none;
	background-image: url(../images/images/contactus.gif);
	height: 35px;
	width: 99px;
	display: block;
	clear: none;
	float: left;
}
.btnContactus:hover {
	background-image: url(../images/images/contactus_over.gif);
}
.btnLinks {
	text-decoration: none;
	background-image: url(../images/images/links.gif);
	height: 35px;
	width: 80px;
	display: block;
	clear: none;
	float: left;
}
.btnLinks:hover {
	background-image: url(../images/images/links_over.gif);
}
