/*	Scarlet Begonias style sheet
		Created by Cade Brown & Michael Pass for Doug Lavallee 2006	*/

/*	----	----	global style	----	----	*/

* a  {font-weight: bold; color: #5A8796;}
* a:hover {color: #FF2846; text-decoration: none;}
* a:visted {color: #5A8796; text-decoration: underline;}

hr
        {
width: 700px;
height: 3px;
color: #5A8796;
background-color: #5A8796;
        }

body 
	{
background-color: #D7B4A5;
color: #000000; 
	}
		
#page
	{
position: relative;
margin: 0 auto;
width: 760px;
background-image: url(images/background.jpg);
color: #000000;
	}
	
#header
	{
position: relative;
text-align: center;
	}
	
#links
	{
display: block;
text-align: center;
position: relative;
	}

#footer
        {
color: #000000;
background-color: #D7B4A5;
text-align: center;
        }

#footer a {color: #000; font-weight: normal; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

#validation
        {
background-color: #D7B4A5;
color: #000000;
text-align: center;
        }

/*	----	----	index style	----	----	*/

	
#index
	{
position: relative;
left: 30px;
width: 380px;
	}

#indexImage
	{
position: absolute;
left: 400px;
width: 300px;
	}

#index span {font-weight: bold; text-align: center;}

/*	----	----	catering style	----	----	*/

	
#cater
	{
position: relative;
left: 30px;
width: 700px;
	}

/*	----	----	menu style	----	----	*/

#menu 
              {
font-size: 10px;
position: relative;
left: 30px;
width: 600px;
              }

#prices
        {
text-align: right;
font-size: 10px;
position: absolute;
left: 600px;
top: 235px;
width: 110px;
        }

div.center {text-align: center; position: relative; left: 60px;}
#menu span {font-weight: bold;}

/*	----	----      about us style         ----	----	*/

#aboutUs 
              {
position: relative;
left: 30px;
width: 700px;
text-align: center; 
              }

/*      ----    ----    links style     ----    ----    */

#links2
  {
left: 30px;
position: relative;
text-align: center;
top: 4px;
width: 700px;
  }
