@charset "utf-8";
/* 

CSS Document 

olivet main style

style.css

*/




body {
	margin: 0;
	padding: 0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background: #45b7f6;

}

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

h1, h2, h3
{
	padding:0px;
	margin:0px;
}






/* =============================================================================
   wrapper
   ========================================================================== */

#wrapper
{

	margin: 0 auto 0 auto;
	/* The image used */
	background-image: url(/images/bg.jpg);
	/* Full height */
	height: 100%; 
	width: 100%;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-attachment:fixed;

}


/* =============================================================================
   header
   ========================================================================== */

#header
{
	margin: 0 auto 0 auto;
	

	height: 50%; 
	width: 100%;

	background-position: center;
	background-repeat: no-repeat;
	background-attachment: cover;
}


/* =============================================================================
   Page
   ========================================================================== */

#page
{
	margin: 0 auto 0 auto; 
	height: 100%; 
	width: 1010px;
	background: rgba(213, 220, 221, 0.8);
	border-style: groove;
	border-width: 7px;
	border-color: coral;
}



/* =============================================================================
   images
   ========================================================================== */
.lineb1
{
  
	z-index:999;
	width: 100%; 
	height:11px;
	background-image: url(/images/line_a.png);
	background-repeat: repeat-x;
	
}




/* =============================================================================
   frame
   ========================================================================== */


/* =============================================================================
    Text Box
   ========================================================================== */

#top_box
{
	position:relative;
	width: 467px; 
	height:507px;
	top:10px;
	left:11px;
	
}

#image_box
{
	position:absolute;
	top:73px;
	left:71px;
	
}

#address_box
{
	position:relative;
	top:320px;

	
}
   
/* =============================================================================
   container
   ========================================================================== */
   
   
#top_container
{
  margin-top: 20px;
  margin-bottom: 50px;
  margin-right: 30px;
  margin-left: 30px;
}

#menu_container
{
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

#restaurant_container
{
  position:relative;
  top: 0px;

  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 5px;
}

#deli_container
{
  position:relative;
  top: 0px;

  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 5px;
}

/* =============================================================================
   2-column text box
   ========================================================================== */

	.tbox1,
	.tbox2
	{
		margin-top:5px;
		width:100%;
		text-align:center;
		line-height:20px;
	}
	
	.tbox1
	{
		margin-left:4px;
		float: left;
	}

	.tbox2
	{
		margin-right:10px;
		float: right;
	}

/* =============================================================================
   button Box
   ========================================================================== */




