body {
        background: #648FC6;
	font-family: Arial, sans-serif;
  	font-size:15px;
        font-weight: bold;
        width:800px;
        background-image: url(/css/bgimages/bg.jpg);
        position:relative;
	margin: 0 auto;
      
       
        padding: 0px;
} 
#masthead {
/*
        top: 20px;
        left: 20px;
        color: #000000;
*/
}
#sitename {
        text-align: center;
        font-variant: small-caps;
        font-size: 15px;
        border: 0px;
        margin: 0px;
        padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:  Georgia,Serif;
	background-color: transparent;
	color: #FFFFFF;
	line-height: 100%;
}

h1 {
	font-size: 150%;
	font-weight: normal;
        line-height: 80%;
	padding-bottom: 0.5em;
}
#content {
        position: absolute;
        top: 100px;
       

}


#mast_image {
        border: 0;
        margin: 0;
        padding: 0;
}
#masthead p {
        font-size: 290%;
        font-weight: bold;
        color: #000000;
}
.typical_list {
        margin: 20px;
} 

/* ------------------------The Menus -----------------------*/
.menubar {
  left: 185px;
  top:0px;
  background-color:#F4EBA6;
  border-style: groove;
}
.menubar a {
  color: #676735;
  padding-left:.25em;
  padding-right:.3em;
  text-decoration:none;
  font-size: 14px;
  font-weight: bold;}
.menubar a:hover {color: #8B0007;}
.submenubar {
  background-color: #F4EBA6;
  border-style: groove;
}
.submenubar a {
  color: #676735;
  padding-left: .25em;
  padding-right: .3em;
  font-size: 12px;
  text-decoration:none;
  background-color:transparent;
  font-weight:bold}
.submenubar a:hover {
  color: #8B0007;
  background-color: #FFFDE8;
}


/* ------------------------The Footer-----------------------*/


#footer {
        position: relative;
        left: 0px;
        top: 0px;
        border-style: solid;
        border-width:1px;
        background: #7AA4D4;
	padding-top: 0.33em;
        padding-bottom: 0.33em;

}

#footer p {
	margin: 0;
	text-align: center;
	color: black;
	font-size: 75%;
}

.browsers {display: none;font-weight:bold;}

/*---------------------BG Images--------------*/

img.flower {
	position: absolute;
	left:0px;
	top:0px;
			}

img.title {
	position: absolute;
	top:0px;
	left:222px;
	}
	
	

img.aboutus {
        position: absolute;
        left:222px;
        top:137px;
        
}

	
img.home {
	position: absolute;
	top:137px;
	left:323px;
	}

img.products {
	position: absolute;
	top:137px;
	left:395px;
	}

img.workshops {
	position: absolute;
	top:137px;
	left:546px;
	}

img.gallery {
	position: absolute;
	top:137px;
	left:631px;
	}

img.contact {
	position: absolute;
	top:137px;
	left:708px;
	}

	

div.center {
	position:relative;
	margin: 0 auto;
	width: 800px;
	}