body {	
	margin: 0px auto;
	padding: 0px;
	
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #585858;
	line-height: 2em;
}

body a {
	text-decoration: underline;
	color: #2EB300;
}

p {
	margin: 1em 0em 0em 1em;
}

h1 {
	font-size: 2em;
	color: #FF9933;
	font-weight: normal;
	margin: 0em;
	padding: 1em 0em 0em 0em;
}

h2 {
	font-size: 1.4em;
	color: #2EB300;
	font-weight: bold;
	text-decoration: normal;
	margin: 1em 0em 0.2em 1em;
}

h3 {
	font-size: 8pt;
	color: #2EB300;
	font-weight: bold;
	text-decoration: none;
	margin: 0em;
}

b {
	font-size: 8pt;
	font-weight: bold;
	color: #FF9933;
}

ul.list{
	margin: 1em 0em 0em 1em;
	padding: 0em 0em 0em 3em;
		list-style-image: url('images/dot.gif');
}

ul.none{
	margin: 1em 0em 0em 1em;
	padding: 0em;
	list-style-type: none;
}

.bold {
	font-weight: bold;
}

/* --------------------------------- header --------------------------------- */
#headerContainer{
	position: relative;
	height: 183px;
	width: 100%;
	margin: 0px auto;
	z-index: auto;
	background-color: #BEBDBA;
}

#headerLine{
	position: absolute;
	top: 29px;
	height: 120px;
	width: 100%;
	z-index: 1;
	background-color: #D4D4AF;
}

#headerText{
	text-align: center;
}

#headerImage{
	position: relative;
	height: 183px;
	z-index: 2;
	background: url('images/header.jpg') no-repeat center top;
}

/* --------------------------------- middle --------------------------------- */
#middleContainer{
	position: relative;
	left: 0px;
	width: 816px;
	margin: 2px auto 2px auto;
	z-index: auto;
	background: #EEF7DD;
}

#orangeLine1{
	position: absolute;
	top: 52px;
	left: 0px;
	height: 24px;
	width: 100%;
	z-index: 1;
	background-color: #FF9933;
}

#orangeLine2{
	position: absolute;
	top: 164px;
	left: 0px;
	height: 24px;
	width: 100%;
	z-index: 1;
	background-color: #FF9933;
}

#orangeLine3{
	position: absolute;
	top: 276px;
	left: 0px;
	height: 24px;
	width: 100%;
	z-index: 1;
	background-color: #FF9933;
}

#orangeLine4{
	position: absolute;
	top: 388px;
	left: 0px;
	height: 24px;
	width: 100%;
	z-index: 1;
	background-color: #FF9933;
}

#textContainer{
	position: relative;
	left: 237px;
	width: 463px;
	min-height: 500px;
	_height: 500px;

	padding: 0px 35px 25px 45px;
	z-index: 2;
	background-color: #FFFFFF;
}

/* --------------------------------- middle - menu --------------------------------- */
#menuContainer{
	position: absolute;
	left: 43px;
	z-index: 2;
}

#menuContainer ul {
	margin: 20px 0px 0px 0px;
	padding: 0;
}

#menuContainer li {
	list-style: none;
	margin: 8px 0px; 
	padding: 0px;
	width: 151px;
	height: 104px;
}

#menuContainer a {
	display: block;
	text-decoration: none;
	width: 151px;
	height: 104px;
}

#menuContainer span {
	visibility: hidden;
}

#menu1.active a {
	background: url('images/menu1.gif') no-repeat center;
}

#menu1 a {
	background: url('images/menu1_1.gif') no-repeat left;
}

#menu1.nonactive a:hover {
	background: url('images/menu1_1.gif') no-repeat right;
}

#menu2.active a {
	background: url('images/menu2.gif') no-repeat center;
}

#menu2 a {
	background: url('images/menu2_1.gif') no-repeat left;
}

#menu2.nonactive a:hover {
	background: url('images/menu2_1.gif') no-repeat right;
}

#menu3.active a {
	background: url('images/menu3.gif') no-repeat center;
}

#menu3 a {
	background: url('images/menu3_1.gif') no-repeat left;
}

#menu3.nonactive a:hover {
	background: url('images/menu3_1.gif') no-repeat right;
}

#menu4.active a {
	background: url('images/menu4.gif') no-repeat center;
}

#menu4 a {
	background: url('images/menu4_1.gif') no-repeat left;
}

#menu4.nonactive a:hover {
	background: url('images/menu4_1.gif') no-repeat right;
}

/* --------------------------------- footer --------------------------------- */
#footerContainer{
	position: relative;
	height: 91px;
	width: 816px;
	margin: 0px auto;
	z-index: auto;
	background-color: #B8B9D2;
}

#footerImage{
	position: relative;
	height: 91px;
	z-index: 1;
	background: url('images/footer.jpg') no-repeat center top;
}

#footerLine{
	position: absolute;
	top: 18px;
	height: 24px;
	width: 100%;
	z-index: 2;
	background-color: #FF9933;
}

#footerTextLeft{
	position: absolute;
	left: 23px;
	bottom: 51px;
	color: #FFFFFF;
	z-index: 3;
}

#footerTextRight{
	position: absolute;
	left: 610px;
	bottom: 51px;
	color: #FFFFFF;
	z-index: 3;
}

/* --------------------------------- gallery --------------------------------- */
#gg_descrip{float: left;}
#gg_image{margin: 0px 10px 0px auto;	padding: 0;	float: left;}
#gg_image img{border: 2px solid #999;	padding: 2px;	margin: 10px;}
#gallery td{background-color: #EEF7DD; padding: 10px; }
#gallery th p{margin-top: 0px;}
#gallery img{border: 1px solid #585858;	}
#gallery img:hover{border: 1px solid #585858;}