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

Author: MarianLB
Project: Elegant Wedding Template
Version: 0.1a
Platform: Web Page Template
Last Changes: 9:08 AM 7/9/2008
-------------------------------
*/

body {
  margin: 0;
  padding: 0;
  color: #666;
  text-align: center;
  font: 75% Tahoma, serif;}
  
a, a:visited {
  color: #a28040;
  text-decoration: none;}
  
a:hover, a:active {
  color: #513a06;}
  
a img {
  border: 0;}
  
h2.welcome {
  height: 47px;
  margin: 40px 20px 20px;
  background: url('images/welcome.gif') no-repeat;}
  
h2.welcome span {
  visibility: hidden;}
  
p.quote {
  margin: 30px 20px;
  font: italic 1.5em Georgia, 'Times New Roman';}
  
#wrapper {
  width: 800px;
  margin: 0 auto;}
  
#header {
  width: 800px;
  height: 273px;
  position: relative;}

#head-01 {
	top:0px;
	left: 0;
	width:800px;
	height:138px;
	position:absolute;}

#head-02 {
  left:0;
	top:138px;
	width:356px;
	height:93px;
  position:absolute;}

#head-03 {
	top:138px;
	left:356px;
	width:112px;
	height:93px;
  position:absolute;}

#head-04 {
	top:138px;
	left:468px;
	width:332px;
	height:93px;
  position:absolute;}

#head-05 {
  left:0;
	top:231px;
	width:800px;
	height:42px;
	text-align: left;
  position:absolute;
  background: url('images/head-05.jpg') no-repeat center center;}
  
#head-05 ul.navi {
  color: #ccc;
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;}
  
#head-05 ul.navi li {
  float: left;
  margin: 0 5px 0 0;}
  
#head-05 ul.navi li a {
  float: left;
  display: block;
  background: #eee;
  padding: 5px 10px;}
  
#head-05 ul.navi li a:hover {
  background: #ddd;
  padding: 5px 10px;}

#wrapper-content {
  float: left;
  width: 800px;
  background: url('images/bg-content.gif') repeat-x center top;}
  
#content {
  float: left;
  width: 530px;
  margin: 20px 0 0;}
  
#content p {
  text-align: left;
  margin: 10px 20px;}
  
#content p span {
  font: bold italic 1em Tahoma;}
  
#content p a img {
  display: block;}
  
#sidebar {
  float: left;
  width: 270px;
  padding: 50px 0;}
  
#sidebar h3 {
  color: #999;
  margin: 0 50px 10px;
  font: 1em Tahoma;
  text-align: center;
  border-bottom: 1px solid #ccc;}

