/* 
-------------------------------
[MASTER STYLESHEET]

Author: MarianLB
Project: Sweet Cake Wedding Template
Version: 0.1a
Platform: Web Page Template
Last Changes: 9:10 AM 7/11/2008
-------------------------------
*/

body {
  margin: 0;
  padding: 0;
  color: #333;
  text-align: center;
  font: 75% Tahoma, Verdana, Arial, sans-serif;
  background: #f9e2c9 url('images/bg.gif') repeat-x top center;}
  
a, a:visited {
  color: #c4752e;
  text-decoration: none;}
  
a:hover, a:active {
  color: #914501;}
  
a img {border: none;}

p {
  text-align: left;
  margin: 10px 20px;}
  
blockquote {
  color: #c7310d;
  margin: 10px 50px;
  text-align: center;
  font: bold italic 1.1em Tahoma;}
  
h4 {
  color: #c12300;
  margin: 20px 10px;
  text-align: left;
  font: bold italic 1.2em Tahoma;}

h6 {
  color: #e3af76;
  margin: 40px auto 10px;
  font: normal 1em Tahoma;
  text-decoration: underline;}
  
#wrapper {
  width: 70%;
  margin: 0 auto;}
  
#header {
  width: 800px;
  height: 168px;
  background: url('images/header.jpg') center center;}
  
#wrapper-content {
  float: left;
  width: 100%;
  background: #f9e2c9 url('images/bg-wrapper-content.gif') repeat-y bottom left;}
  
#content {
  width: 70%;
  float: left;}
  
#content p span {
  font: bold italic 1em Tahoma;}
  
#content-head {
  height: 116px;
  text-align: left;
  background: url('images/bg-content.jpg') no-repeat top left;}
  
#content-head span img {
  margin: 9px 13px;
  border: 1px solid #d64727;}
  
#sidebar {
  float: left;
  width: 224px;
  padding: 20px 0;
  background: #af0000 url('images/bg-sidebar.jpg') no-repeat top center;}
  
#sidebar ul#navi {
  padding: 0;
  margin: 180px 0 0;
  list-style-type: none;}
  
#sidebar ul#navi li {
  font-size: 1.1em;
  padding: 0 0 5px;
  margin: 0 50px 5px;}
  
#sidebar ul#navi li a {
  color: #e6c096;}
  
#sidebar ul#navi li a:hover {
  border-bottom: 1px dashed #c05353;}
  
#footer {
  clear: both;
  width: 100%;
  height: 154px;
  background: #f9e2c9 url('images/bg-footer.jpg') no-repeat top left;}
