html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	background: url("/images/design/flame.jpg") black bottom left no-repeat fixed;
	/*background: url("cloud3.jpg") #185d94 top right repeat fixed;*/
	color: #222;
	
}
h1, h2, h3, h4 {
	color: #dd8800;
}
a, #menu li {
	color: #eeaa11;
	font-weight: bold;
}
a:hover, #menu a.current {
	color: #ffdd33;
}
h1, h2, h3, h4 {
	font-family: Palatino,"Palatino Linotype",Georgia,serif;
	
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 0.9em;
}
h4 {
	font-size: 0.85em;
}
p, label, td {
	font-size: 0.75em;
	line-height: 1.4em;
}
p.important {
	font-size: 0.80em;
	font-style: italic;
}
p.error {
	color: red;
}
table {
	border-collapse: collapse;
}
td {
	border: 1px solid #ddd;
	padding: 3px;
}
table.contact {
	padding: 0;
}
table.contact td {
	vertical-align: top;
	padding: 0 8px 5px 0;
}
#centre ul {
	font-size: 0.75em;
	list-style: disc inside;
	padding: 0;
	
}
#container {
	width: 720px;
	margin: auto;
	border-width: 0 5px 0 5px;
	border-style: solid;
	border-color: #eebb22;
	/*border-color: #403050;*/
	min-height: 100%;
	padding: 0 20px 0 15px;
	background-color: white;
	/*background: url("logo.png") 0px 0px no-repeat;*/
	/*background: url("luminate-gold-logo3.png") white 660px -70px no-repeat fixed;*/
	background: url("/images/design/tricont.png") white 540px -70px no-repeat;
	
}
#left {
	background: url("/images/design/logo.png") white 0px 20px no-repeat;
	width: 164px;
	padding-top: 138px;
	padding-bottom: 20px;
	position: fixed;
}
#menu {
	/*border: 1px dotted #ffbb22;
	background-color: #fff8e4;*/
	/*list-style: url("star.png") inside;*/
	list-style: none inside;
	padding: 5px 0 10px 24px;
	margin: 0;
}
#menu li {
	padding: 5px 0 0 0;
	margin: 0;
}
#menu a {
	font-family: Palatino,"Palatino Linotype",Georgia,serif;
	/*text-transform: uppercase;*/
	font-size: 0.9em;
	text-decoration: none;
	letter-spacing: 0.04em;
	/*font-variant: small-caps;*/
	font-weight: bold;
}

#centre {
	float: left;
	width: 398px;
	padding: 20px 20px 0px 182px;
}
img.normal {
	display: block;
	margin: 1em 0 1em 0;
}
img.left {
	float: left;
	margin: 0.4em 1em 0.4em 0;
}
img.right {
	float: right;
	margin: 0.4em 0 0.4em 1em;
}


#right {
	float: right;
	width: 120px;
	padding: 215px 0 0 0;
}
#right ul {
	font-size: 0.75em;
	list-style-type: none;
	padding: 0;
}
#right ul li {
	padding-bottom: 10px;
	color: #888;
}
#footer {
	padding: 10px 120px 10px 182px;
	font-size: 0.65em;
	color: #888;
	text-align: center;
}
.highslide-gallery {
	padding-top: 5px;
}