﻿body 
{
	background-image: url("images/green-grunge-landscape2.jpg");
	
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
}


img
{
	border-width: 0px;
}

alt
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

.BorderedImage
{
	border: 6px solid #4B2E05;
}

.tblMain
{
	background: transparent;
	
}

a.HomeLink
{
	background-image: url(images/home-def.jpg);
	height: 60px;
	width: 100px;
	display: block;
}
a.HomeLink:hover
{
	background-image: url("images/home-on.jpg");	
	height: 60px;
	width: 100px;
	display: block;
}

a.ServicesLink
{
	background-image: url(images/services-def.jpg);
	height: 60px;
	width: 100px;
	display: block;
}
a.ServicesLink:hover
{
	background-image: url("images/services-on.jpg");	
	height: 60px;
	width: 100px;
	display: block;
}

a.WorkLink
{
	background-image: url(images/mywork-def.jpg);
	height: 60px;
	width: 100px;
	display: block;
}
a.WorkLink:hover
{
	background-image: url("images/mywork-on.jpg");	
	height: 60px;
	width: 100px;
	display: block;
}

a.AboutLink
{
	background-image: url(images/about-def.jpg);
	height: 60px;
	width: 100px;
	display: block;
}
a.AboutLink:hover
{
	background-image: url("images/about-on.jpg");	
	height: 60px;
	width: 100px;
	display: block;
}

a.ContactLink
{
	background-image: url(images/contact-def.jpg);
	height: 60px;
	width: 100px;
	display: block;
}
a.ContactLink:hover
{
	background-image: url("images/contact-on.jpg");	
	height: 60px;
	width: 100px;
	display: block;
}

td.MenuItemCell
{
	height: 60px;
	width: 100px;
	border: 0px;
}

.MenuLeftCell
{
	width: 20px;
	background: transparent;
	
}

.MenuCenterCell
{
	width: 800px;
	background-color: White;
	border-left: 8px solid #000000;
	border-right: 8px solid #000000;
	border-top: 8px solid #000000;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

.MenuRightCell
{
	width: 20px;
}

.BannerLeftCell
{
	width: 20px;
}

.BannerCenterCell
{
	width: 800px;
}

.BannerRightCell
{
	width: 20px;
}

.ContentLeftCell
{
	width: 20px;
}

.ContentCenterCell
{
	width: 800px;
	background-color: White;
	border-left: 8px solid #000000;
	border-right: 8px solid #000000;
	vertical-align: top;
	text-align: left;
	padding: 0px;
}

.ContentRightCell
{
	width: 20px;
}

.FooterLeftCell
{
	width: 20px;
}

.FooterCenterCell
{
	width: 800px;
	height: 50px;
	background-color: White;
	background-image: url("images/white-footer-bkground2.jpg");
	border-left: 8px solid #000000;
	border-right: 8px solid #000000;
	border-bottom: 8px solid #000000;
}

.FooterRightCell
{
	width: 20px;
}


td.AccentPanel
{
	width: 98%;
	background-color: #D3C2B4;
}