body {
	background-color:#FFCA8E;
	background-image:url("images/mainBackground.png");
	background-repeat: repeat-x;
	background-position: top right;
}
#PageWrapper{

	top:20px;	
	margin:0px auto;
	margin-top:0px;	
    width:1012px;
	height:auto;

}
.PageMargins{

	background-color:transparent;

  
   /** background-image: none;*/
 
  
	background-image:url("images/PageMargins.png");
	background-repeat: repeat-y;
	background-position: top left;
	padding-left:7px;
	padding-right:7px;
	width:1007px;
	margin-bottom:-1em;
}

#PageContents{

	/*margin-top:-15px;*/
	position:static;
	background:#FFFFFF;
	width:998px;
	min-height:450px;
	padding-bottom:30px;
}
#PageTop{
	position:relative;
    margin-left:1px;
	top:0px;
/*	margin-top:-16px;*/
	background-color:transparent;
	background-image:url("images/topLogo.jpg");
	background-repeat:no-repeat;
	height:156px;
	width:998px;
}

#languageRO{
	position:absolute;
	top:8px;
	left:917px;
	width:38px;
}
#languageUK{
	position:absolute;
	top:8px;
	left:957px;
	width:38px;
}
.MenuButtonUp{
background-image:url(images/menuButtonMiddle.png);
background-color: #FFFFFF ;
background-repeat: no-repeat;
}
.MenuButtonLeftUp{
background-image:url(images/menuButtonLeft.png);
background-color: #FFFFFF ;
background-repeat: no-repeat;
}
.MenuButtonRightUp{
background-image:url(images/menuButtonRight.png);
background-color: #FFFFFF ;
background-repeat: no-repeat;
}
.MenuButtonDown{
opacity:.85;
/*filter: alpha(opacity=85);*/
 -moz-opacity: 0.85;
 
}

.MenuButtonOver{
/*background-image:url(images/menuButtonMiddle.png);
background-color: #FFFFFF ;
background-repeat: no-repeat;*/
opacity:.90;
/*filter: alpha(opacity=90);*/
 -moz-opacity: 0.90;
 
}
.buttonNormal{
	background-image:url("images/button.png");
  	background-repeat: no-repeat;
	width:114px;
	height:25px;
	border:none;
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana;
}
.PageBottom{
	background-color:transparent;
   /** background-image: none;*/
	background-image:url("images/PageBottom.png");
  	background-repeat: repeat-y;
	background-position: top left;
	padding-left:7px;
	padding-right:7px;
	width:1007px;
	height:31px;

}

.heading{
	background-repeat:no-repeat;
	background-position:bottom;
	background-image:url("images/headingBottom.png");
	color:#440C0D;
	font-size:larger;
	font-weight:bolder;
	font-family: Tahoma;
	width:500px;
	margin-bottom:1px;
	padding-bottom:4px;
	margin-left:50px;
	padding-left:10px;
	margin-top:50px;
}

#BottomText{
	position:relative;
	margin:0px auto;
	width:1012px;
}
#BottomText #CopyCr{
	position:absolute;
	left:30px;
	top:7px;	
}
#BottomText #Copyright{
	position:relative;

	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #916B3C;
}
#BottomText #CreatedBy{
	position:relative;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #C69253;
}
#BottomText #CreatedBy a{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #C69253;
	text-decoration:none;
}

#BottomText #Address{
	position:absolute;
	right:30px;
	
	width:225px;
	top:7px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #C69253;
	text-align:right;
	
}

