html, body, div{
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

body {
	background: url(images/flower.gif) top left repeat;
}

#border {
	width: 808px;
	height: auto;
	background: url(images/border_tileable.png) top left repeat-y;
}

#main {
	width: 766px;
	height: auto;
	background: #ffffff;
}

#banner {
	width: 766px;
	height: 175px;
}

#menu {
	width: 766px;
	height: 32px;
	background: url(images/tileable_bamboo.gif) top left repeat-x;
}

#text_area {
	width: 746px;
	height: auto;
	padding: 15px 10px 10px 10px;
}
#bottom {
	width: 808px;
	height: 21px;
	background: url(images/bottom.png) top left no-repeat;
}
ul {
	width: 766px;
	margin: 0;
	list-style: none;
}
li {
	height: 32px;
	display: inline;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	width: 135px;
	float: left;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
}
.menubg {
	background: url(images/bamboo_seperator.gif) top right no-repeat;
}
li a {
	color: #000000;
	text-decoration: none;
}

li a:hover {
	color: #666666;
	text-decoration: none;
}

.imgleft {
	float: left;
	clear: both;
	border: #FFFFFF solid 10px;
}

.imgright {
	float: right;
	clear: both;
	border: #FFFFFF solid 10px;
}

.footer {
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}

.footer a {
	color: #666666;
}

.footer a:hover {
	color: #000000;
}
.imgcenter {
	margin: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.contactsitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
}
