body {
	background-attachment: fixed;
	background-image: url(../images/elements/BG1.jpg);
	xbackground-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin:0;
	text-align:center;
}

#wrapper{
	border: 8px solid #333333;
	background-attachment: scroll;
	background-color: #FFFFFF;
	position: relative;/* so that buttons can be positioned absolutely*/
	background-image: url(../images/elements/footer1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:850px;
	margin:0;
	padding:0;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #003399;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
a {
	color: #333300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a:visited{
	color: #000000;
}
a:hover{
	color:#FF6600;
	text-decoration: underline;
}
a:active{
	color: #FF0000;
}

p{
	margin:2px 0 2px 0;
}


#headContainer{
	position: relative;
}

#butHome, #butMore, #butNext, #butPrev{
	display: block; 
	position: absolute;
	margin: 5px;
} 
#butNext, #butPrev, #butHome{
	width: 75px; 
	height: 21px; 
}
#butHome{
	left: 0px;
	background: url("../images/elements/butHome.gif") no-repeat 0 0; 
}

#butPrev { 
	left: 80px; 
	background: url("../images/elements/butPrev.gif") no-repeat 0 0; 
} 
#butNext { 
	left: 160px;
	background: url("../images/elements/butNext.gif") no-repeat 0 0; 
} 

#butMore{
	width: 47px;
	height: 18px;
	background: url("../images/elements/butMore.gif") no-repeat 0 0; 
}
#butNext:hover, #butPrev:hover, #butHome:hover{ 
	background-position: 0 -21px; /*this class moves the image thus showing the down state of the image. it must equal the height of the button*/
} 
#butMore:hover{ 
	background-position: 0 -18px; /*this class moves the image thus showing the down state of the image. it must equal the height of the button*/
} 
#butHome span, #butMore span, #butNext span, #butPrev span{ 
	display: none; 
} 


#searchBox{
	float:right;
	padding: 5px 10px 0 0;
}
#footer{
	position: relative;
}
#footer #fewebsite{
	float:right;

}
#footer img{
	border:none;
}
#copyrightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	float:right;
	padding:10px;
}

#clearone{
	clear:both;
	height:1px;
}


form { margin:0;}


.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-align:center;
	padding:0;
	margin:0;
}


#menu {/*styling for menus on oz and lwh*/
	background-color: #fefede;
	border: 1px solid #333333;
	padding: 0px;
	float:left;
	width: 200px;
	margin:5px 10px 0 10px;
}
#menu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FEA70F;
	border-bottom: 1px solid #333333;
	text-align: center;
	height: 22px;
	line-height: 22px;
	padding: 0px;
	margin:0;
}
#menu ul{
	list-style-type:none;
	margin:0px 8px 0px 8px;
	padding: 8px;
}




