body {
	font-size: 10pt;
	font-family: tahoma, arial, sans-serif;
	text-align: center;
	background-color: #e4e5e4;
	margin:  0;
	padding:  0;
}
a.mail {
	color: white;
	text-decoration: none;
	font-size: 9pt;
}
a:hover.mail {
	color: #4cb906;
	font-size: 9pt;
}
a:active.mail {
	color: #4cb906;
	text-decoration: underline;
	font-size: 9pt;
}

#wrapper {
	margin:auto;
	width:960px;
	background: url("images/background.png") repeat;
}

#header {
  background-color: #e4e5e4;
}
#headerleft {
	float:left;
    background-image: url(images/TasmanHomesWebLogo.png);
    background-position: left center;
    background-repeat: no-repeat;
    width:700px;
    height:140px;
    background-color: #e4e5e4;
}

#headerright {
	float:right;
	background-image: url(images/GreyTrees.png);
	background-position: right bottom;
	background-repeat: no-repeat;
    width:260px;
    height:140px;
    background-color: #e4e5e4;
}

#left {
  padding: 10px;
  text-align: left;
  color: white;
  float: left; 
  width: 140px;
  background-color: #757777;
}

#content {
  padding: 20px;
  float:left;
  width: 750px;
  background-color: #ffffff;
}

#right { 
  padding: 10px; 
  float:right; 
  width: 100px;
  background-color: #ffffff; 
}

#footer { 
  padding-bottom: 8px; 
  padding-top: 8px; 
  color: #bfbfbf; 
  clear:both;
  background-color:#3a3c3c;
}

#band {
    height:30px;
    background-color: #4cb906;
}

#nav {
	clear:both;
    background-color: #3a3c3c;
}
#navleft {
	float:left;
    width:160px;
    height:32px;
    background-color: #3a3c3c;
}
#navright {
	text-align: center;
	float:right;
    width:800px;
    height:32px;
    background-color: #3a3c3c;
}

#menu {
	margin: 0;;
	background: #3a3c3c;
	list-style: none;
	padding: 0;
}
#menu li {
	margin: 0px;
	float: left;
	font-size: small;
	padding: 0;
}
#menu a {
	background: #3a3c3c;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #4cb906 url("images/hover.jpg") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
#menu a.current {
	background: #4cb906;
	color: #fff;
	padding-bottom: 8px;
}

.heading{
	color: #bfbfbf;
	font-size: xx-small;
	font-weight: none;
}

.contentheading{
	padding: 2px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #dbdbdb;
	color: black;
	text-align: left;
	font-size: small;
	font-weight: bold;
}
img {
	border-style: none;
}