body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body_bg.gif);
	background-position: 50% 0;
	background-repeat: repeat-y;
	background-color: #5a4a4a;
	}

img.logo {
	border: none;
	} 
	
img.banner {
	border:none;
	margin: 20px 0;
	}
	
img.floatRight {
	display: block;
	float: right;
	border: none;
	}
	
img.floatLeft {
	display: block;
	float: left;
	margin-left: 10px;
	border: none;
	}

#topmast {
	background-color: #948e8e;
	border-bottom: 1px #ffffff solid;
	height: auto;
	}
	
#topmastContent {
	text-align: left;
	margin: 0 auto;
	border-right: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
	width: 751px;
	}
	
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 750px;
	clear: both;
	}
	
#index-center {	
	height: 240px;
	background-repeat: no-repeat;
	border-bottom: 1px #FFFFFF solid;
	}
	
.cent1 {
	background-image: url(cent1.jpg);
	}
	
.cent2 {
	background-image: url(../images/trees.jpg);
	}

.cent3 {
	background-image: url(cent3.jpg);
	}
	
#centerpiece {
	height: 180px;
	background-repeat: no-repeat;
	border-bottom: 1px #FFFFFF solid;
	}
	
.sec-cent1 {
	background-image: url(cent1.jpg);
	}
	
.sec-cent2 {
	background-image: url(../images/trees.jpg);
	}
	
.sec-cent3 {
	background-image: url(cent3.jpg);
	}

table tr td.left {
	width: 250px;
	vertical-align: top;
	}
	
table tr td.right {
	width: 499px;
	border-left: 1px #FFFFFF solid;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-bottom: 50px;
	}
	
table tr td.right#buynow{
	background-image: url(buynow.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
	}

.right p {
	font-size: 95%;
	color:#000000;
	padding-right: 20px;
	padding-left: 35px;
	line-height: 1.2em;
	}
	
.right a {
	font-size: 95%;
	color:#985e5e;
	}

.lookatme {
	color: #993300;
	font-weight: bold;
	}
	
h1, h2, h3, h4, h5, h6 {
	clear: both;
	}
	
.right h1 {
	margin: 0 0 -2px 0;
	padding: 0;
	text-indent: -9999px;
	background-position: top left;
	background-repeat: no-repeat;
	height: 54px;
	border-bottom: 1px #FFFFFF solid;
	}
	
.right h2 {
	font-size: 105%;
	font-weight: bold;
	margin-left: 5px;
	color: #985e5e;
	padding: 12px 15px 10px 33px;
	background-position: bottom left;
	background-repeat: no-repeat; */
	}
	
.right h3 {
	font-size: 85%;
	border-bottom: 1px #000000 solid;
	margin-left: 10px;
	clear: both;
	margin-top: 2em;
	}
	
.right h4 {
	font-size: 75%;
	padding: 3px;
	margin-left: 30px;
	color: #FFFFFF;
	background-color: #985e5e;
	}
	
.right h1.bigdog {
	background-image: url(bigdog.jpg);
	height: 77px;
	}
	
.right h1.contact {
	background-image: url(contact.jpg);
	}
	
.right h1.team {
	background-image: url(team.jpg);
	}
	
.right h1.ecommerce {
	background-image: url(ecommerce.jpg);
	}
	
.right h1.printing {
	background-image: url(printing.jpg);
	}
	
.right h1.web {
	background-image: url(../images/mid.jpg);
	}
	
.right h1.graphic {
	background-image: url(graphic.jpg);
	}
	
.right h1.about {
	background-image: url(about.jpg);
	}
	
.right h1.work {
	background-image: url(work.jpg);
	}

.right ul {
	clear: both;
	}
	
.right ul li {
	font-size: 75%;
	margin: 8px 20px 8px 40px;
	}
	

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}

#navcontainer a {
	display: block;
	margin: 0;
	padding: 6px;
	background-color: transparent;
	border-bottom: 1px solid #FFFFFF;
	font-size: 100%;
	}

#navcontainer a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#navcontainer a:hover {
	background-color: #5a4a4a;
	color: #fff;
	}

#navcontainer a.current {
	background-color: #b3aead;
	}

#footer {
	border-top: 1px #FFFFFF solid;
	height: 30px;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	}
#top {
	float: right;
	background-color: #426208;
	}

#top ul { padding: 0; }
#top ul li { display: inline; }

#top ul {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 75%;
	}

#top ul li a {
	padding: 15px 6px 1px 6px;
	background-color: #948e8e;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-left: 1px solid #ffffff;
	}

*html #top ul li a {
	padding-top: 17px;
	}
	

#top ul li a:hover{
	background-color: #5a4a4a;
	color: #fff;
	}

#top a.current {
	background-color: #b3aead;
	}


.formLabel {
	text-align: right;
	color: #5a4a4a;
	font-weight: bold;
	}

.required {
	color: red;
	}
	
.formField input {
	background-color: #d7d4d4;
	color: #5a4a4a;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding: 3px;
	
	}
	
.formField textarea {
	background-color: #d7d4d4;
	color: #5a4a4a;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding: 3px;
	
	}
	
hr {
	background-color: #948e8e;
	color: #948e8e;
	}
	
.leftFloated {
	display: block;
	float: left;
	margin: 0 10px 0 20px;
	}