/* CSS Document */


#container {
margin:0;
  width: 850px;
  height:100%;
  text-align: left;
  position:relative;
  z-index:2; 
  }
  
  
#mainbox {
	position:absolute;
	width:749px;
	height:466px;
	z-index:1;
	top: 20px;
	left:50px;
}


#frontpic {
	position:absolute;
	width:335px;
	height:367px;
	z-index:2;
	top: 150px;
	left:400px;
}


#gracelogo {
	position:absolute;
	width:266px;
	height:266px;
	z-index:2;
	top: 150px;
	left:110px;
}
  
  
#graceaddress {
	position:absolute;
	width:266px;
	height:266px;
	z-index:2;
	top: 430px;
	left:110px;
}  


#hours {
	position:absolute;
	width:266px;
	height:266px;
	z-index:2;
	top: 570px;
	left:180px;
}
  

#nav {
position:absolute;
	width:675px;
	height:90px;
	z-index:3;
	top:-30px;
	left:10px;
}

#topstuff {
position:absolute;
	width:700px;
	height:350px;
	z-index:4;
	top:300px;
	left:80px;
}

body { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; sans-serif;  background-color:#FFF; background-image:url(../images/brushed-metal.jpg);}

a  { text-decoration:none; color:#000; font-weight:bold; cursor:pointer; }

a:link  { text-decoration:underline; color:#000; font-weight:bold; }

a:hover { text-decoration:underline; color: #7B171B; }

a:visited{ text-decoration:none; color:#000; font-weight:bold; }


a.map  { text-decoration:underline; color:#7B171B; font-weight:bold; cursor:pointer; }

a.map:link  { text-decoration:underline; color:#7B171B; font-weight:bold; }

a.map:hover { text-decoration:underline; color: #000; }

a.map :visited{ text-decoration:none; color:#7B171B; font-weight:bold; }


#title { color:#03C; font-weight:bold; font-size:1.5em"}

