html {
	height: 100.01%; /* makes mozilla show scrollbars */	
}
body {
	margin: 0 0 0 0;
	background: url(../images/bg.jpg) repeat-x #ECE6CE;	
	font: 11px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #5A4D2C;
	padding-top: 5px;
}

/*swf positioning*/
#horizon  {
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#footer {
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}
	
#content  {
	margin-left: -377px;
	position: absolute;
	top: -210px;
	left: 50%;
	width: 755px;
	height: 419px;
	visibility: visible
}

/*layout*/
.header {
	background: #BCAA84;
	border: 1px solid #5A4D2C;
	border-top: none;
	padding: 0 0 5px 6px;
}
#nav {
	background: url(../images/nav_bg.gif) repeat-x;
	border: 2px solid #5A4D2C;
	border-right: none;
	}
#subnav {
	border-bottom: 2px solid #5A4D2C;
	}
.body {
	border-left: 5px solid #5A4D2C;
	background: url(../images/floral.gif) no-repeat left bottom #F0EBD7;
	padding: 5px 12px;
	vertical-align: top;
	text-align: justify;
	}
#column {
	border-right: 5px solid #5A4D2C;
	border-left: 5px solid #5A4D2C;
	background: url(../images/texture.jpg) repeat-y center;
	text-align: center;
}


/*Bg Colour*/
.DarkBrown {
	background: #5A4D2C;
}
.Gold {
	background: #C2B589;
}
.honey {
	background: #BEA986;
}
.Cream {
	background: #F0EBD7;
}
.White {
	background: white;
}

/*Text*/
h1, h2 {
	margin: 12px 0 9px 0;
	font-size: 19px;
	font-weight: bold;	
	color: #5A4D2C;/*darkbrown*/
	text-align: right;
}
h2 {
	margin: 3px 0 9px 0;
	color: #00669D;/*blue*/
	text-align: left;
}
h3 {
	font-size: 12px;
	font-weight: bold;	
	margin: 0;
}
.BeigeText {
	color: #A19F76;
}
.TextBox {
	background-color: #DFD8BC;
	border: 1px solid #A79E77;
	font: 12px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #5A4D2C;
}
select {
	color: #5A4D2C;
	background-color: #C2B589;
}
/*Links*/
a, a:visited, a:active, a:hover {
	color: #5A4D2C;
	text-decoration: underline;
	outline: none;/*IE remove dashed border*/
}
a:hover {
	color: #00669D;
}
:focus {
	-moz-outline-style: none;/*Moz remove dashed border*/
}

#logo  {
	text-align: right;
}

#subnav a, #subnav a:visited, #subnav a:active, #column a, #logo a {
	text-decoration: none;
}
#subnav a:hover {
	color: #00669D;
}

#nav a, #nav a:visited, #nav a:active {
	padding-left: 15px;
	text-decoration: none;
	background: url(../images/flower.jpg) no-repeat left;
	font-size: 12px;
	font-weight: bold;
}

#nav a:hover {
	color: #F0EBD7;
	background: url(../images/flower_hover.jpg) no-repeat left;
}

li {
	list-style: url(../images/bullet.gif);
}
ul {
	margin: 8px 0 -3px 20px;
}
.top {
	vertical-align: top;
}
