* {
	margin:0px auto;
	padding:0px;
}

body {
	margin: 0;
	padding: 0;
}

#all {
	width:1000px;
	background-color:#e1ce78;	
}

#background {
    background-image:url(images/bg.jpg);
    background-repeat:no-repeat; 
    position:  absolute;
	height:800px;
  	width:1000px;
	padding:10px;
}

#plainBg {
    background-image:url(images/plainBg.jpg);
    background-repeat:no-repeat; 
    position:  absolute;
	height:1175px;
  	width:1000px;
	padding:10px;
}

#image {    
  position: absolute;
   top:190px;
  left:20px;	
}

#header {  
  background-image:url(images/header.png);
  background-repeat:no-repeat;
  position: absolute;
  top:32px;
  left:20px;
  height:121px;
  width:956px;
}

#navBar {
	position: absolute;
	top:580px;
	left:40px;
	width: 933px;
}

#ImgNavBar {
	position: absolute;
	top:940px;
	left:40px;
}
#content {
  position: absolute;
  top: 190px;
  left: 525px;
  line-height: 28px;
  font-family:tahoma,arial,helvetica,"sans serif";
  font-size:20px;  
  width:450px;
  color:#660000;   
}

a {
color: #660000;
font-weight:bold;
text-decoration:none;
}

#contact {  
  position: absolute;
  top:757px;
  left:250px;  
  color:#e1ce78;
  font-size:20px;  
}

#ImgContact {  
  position: absolute;
  top:1125px;
  left:250px;  
  color:#e1ce78;
  font-size:20px;  
}
#email {
  position: absolute;
  top:647px;
  left:940px; 
}
#ImgEmail {
  position: absolute;
  top:1010px;
  left:1070px; 
}

#gallery {
  position: absolute;
  top:175px;
  left:125px;   
	
}
h2 {
	color: #660000;
}

#imgHeader {
position: absolute;
  top: 10px;
  left: 290px;
}
