body {
	margin:auto;
	background-color:#C1B89B;
	font-family:Arial,verdana, Sans-Serif;
	font-size:1em;
	
}

#main
{
	background-image:url(images/back.jpg);
	
	width:1000px;
	height:630px;
	
	
}

#header
{
	
	width:1000;
	height:26px;
	
}

#logo
{
	width:215px;
	height:107px;
	float:left;
    background-image:url("images/logo.png");
	background-repeat:no-repeat;
	overflow:hidden;
}

#menubar
{
	width:785px;
	height:29px;
	margin-left:210px;
	background-image:url("images/bg-bar.png");
	background-repeat:repeat-x;
    overflow-y:visible;
    overflow-x:visible;
    text-align:right;
	
	
}





#Layer1 {
	
	
	width:440px;
	height:330px;
	background-image: url('images/text-bg-box.png');
	background-repeat:no-repeat;
	margin-top:135px;
	margin-left:0px;
   
    clear:all;

	
	
}


#box {

width:1000px;
z-index:1;
   
    left: -1%;
   margin-top:-18px;
}




	
	





p
{
    padding-left:10px;
}

a
{
color:White;
    text-decoration:none;

}

a:link
{
  padding-left:5px;
  padding-right:5px;
}





a:visited
{
color:White;
text-decoration:none;
}
a:hover
{
color:orange;
text-decoration:none;
}
a:active
{
color:orange;
text-decoration:none;
}


.label
{
  padding:5px;
}   


