body {
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	min-height: 100%;
	}
#canvas {
	background-color: White;
	width: 1024px;
	height: 100%;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid Silver;
	border-left: 1px solid Silver;
	border-bottom: 1px solid Silver;
	}
#header {
	width: 1024px;
	height: 64px;
	background: url('../images/haron-logo.png') no-repeat;
	}
#banner {
	width: 1024px;
	height: 281px;
	background: url('../images/haron-waterfront-background.png') no-repeat;
	}
#menubar {
	padding-left: 220px;
	padding-top: 265px;
	font-size: 14px;
	display: inline;
	}
#menubar li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#menubar a {
	background: url('../images/menu-translucent-background.png');
	color: White;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid White;
	border-bottom: 4px solid Silver;
	}
#menubar a:hover {
	background: White;
	color: Black;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid White;
	border-bottom: 4px solid Red;
	}
#menubar a.active {
	background: White;
	color: Black;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid White;
	border-bottom: none;
	}
.menu {
	padding-left: 220px;
	padding-top: 257px;
	overflow: hidden;
	font-size: 14px;
    }
.menu ul {
    margin: 0; 
    padding: 0;
    float: left;
    }
.menu ul li {
    display: inline;
    }
.menu ul li a {
    float: left;
    text-decoration: none;
    color: white;
    background: url('../images/menu-translucent-background.png');
    border-right: 1px solid White;
    padding: 4px;
    border-bottom: 4px solid silver;
    }
.menu ul li a:hover {
    color: Black;
    background: White;
    border-bottom: 4px solid Red;
    }
.menu ul li .current {
    color: Black;
    background: White;
    border-bottom: none;
    }
#content {
	padding: 4px;
	overflow: hidden;
	}
#leftcolumn {
	width: 214px;
	float: left;
	min-height: 180px;
	}
#leftcolumn h1 {
	color: #cccccc;
	font-size: 38px;
	font-variant: small-caps;
	}
#rightcolumn {
	border-left: 1px solid #cccccc;
	padding-left: 4px;
	min-height: 180px;
	width: 796px;
	float: right;
	}
#footer {
	text-align: center;
	bottom: 0px;
	padding: 2px;
	}
td img div {
	display: block;
	}
a {
	text-decoration: underline;
	color: Black;
}
a:hover {
	text-decoration: none;
	color: Red;
}