* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	height: 100%;
	background-image: url(images/bg-colours.gif);
	background-repeat: repeat-y;
}

p {
	margin-bottom: 1.2em;
	font-size: 1em;
	line-height: 1.1em;
}

a {
	outline: none;
	color: #6E1910;
}

a img {
	border: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

#page-wrap {
	width: 100%;
	height: 100%;
	background-image: url(images/banner.jpg);
	background-repeat: repeat-x;
	background-position: 230px 0px;
}
#banner {
}

#nav {
	margin-top: 72px;
	position: absolute;
	z-index: 200;
}

#nav ul {
	list-style-type: none;
	margin-left: 21px;
}

#nav ul li {
}
#nav ul li a {
	text-transform: uppercase;
	color: #AC976E;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 16px;
	margin-bottom: 49px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AC976E;
	border-bottom-color: #AC976E;
	width: 200px;
	text-align: center;
}
#nav ul li a.tat {
	width: 188px;
}
#nav ul li a.menu {
	width: 168px;
}
#nav ul li a.events {
	width: 150px;
}
#nav ul li a.tealocity {
	width: 140px;
}
#nav ul li a.contact {
	width: 138px;
}
#nav ul li a:hover {
	color: #571210;
	border-top-color: #571210;
	border-right-color: #571210;
	border-bottom-color: #571210;
	border-left-color: #571210;
	background-color: #EBE2E1;
}

#main {
	float: left;
	width: 1050px;
	position: relative;
}

#sidebar1 {
	float: left;
	width: 214px;
	min-height: 200px;
	background-color: #FFFFFF;
}
#logo {
	margin-top: 89px;
	margin-left: 24px;
}
#wave {
	height: 100%;
	width: 187px;
	position: absolute;
	z-index: 100;
	left: 130px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
	background-image: url(images/wave.png);
}
#content {
	margin-left: 105px;
	float: left;
	width: 455px;
	padding-right: 28px;
	margin-top: 190px;
}
#sidebar2 {
	float: left;
	padding-left: 28px;
	padding-right: 28px;
	margin-top: 190px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8F6D2A;
}
#sidebar2 img {
	clear: both;
	float: left;
}
#sidebar2 img.padding {
	margin-bottom: 28px;
}
#content p {
	color: #7D5B01;
	font-size: 12px;
	line-height: 15px;
}
#content h3 {
	color: #5E1B18;
	font-size: 16px;
	margin-bottom: 17px;
}
.red {
	color: #6E1910;
	text-transform: uppercase;
}
#content h2 {
	color: #5E1B18;
	font-size: 18px;
	margin-bottom: 17px;
	text-transform: uppercase;
}
#nav ul li a.active {
	color: #571210;
	border-top-color: #571210;
	border-right-color: #571210;
	border-bottom-color: #571210;
	border-left-color: #571210;
	background-color: #EBE2E1;
}

