/* CSS Document */

body/* This fomats the text of the whole body of the page unless otherwise defined */
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px auto;
  font-size: 9px;
  text-align:center;
  letter-spacing: 0px; 
}
a:hover<br>
{
color: #0a351c
}

h2
{  
font-size: 16px;
letter-spacing: 6px;
text-decoration: bold;
color:#0a351c;
}

h6
{  
font-size: 11px;
letter-spacing: 1px;
text-decoration: none;
color:#0a351c;
}

#link-01
a {letter-spacing: 0px}


#banner /* This is the banner at the top of the page */
{
width: 800px;
height: 125px;
margin: 0px auto;
background:      url(Images/weddings/weddings-banner.png) no-repeat;
}

#container /* This is the container for the whole site */
{
width: 800px;
height: 400px;
margin: 0px auto;
background:    url(Images/edge.png) repeat-y;
}

#links
a  {letter-spacing: 3px;}
a  {color:#0a351c;}
a:hover { color: #F0B18C;}
a {text-decoration: none}


#footer /* This is the footer of the page which will contain the contact details */
{
width: 800px;
height: 50px;
margin: 0px auto;
background:    url(Images/footer-BG.png) no-repeat;
}

#address
{letter-spacing: 0px;}
  {font-size: 10px;}
a  {color:#000000;}
a:hover { color: #F0B18C;}
