html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #0B518F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #000;
	text-align: center;
	font: 11px verdana, tahoma, arial, sans-serif;
	color: #312F1A;
	margin-top:2%;
}

/** layout **/
#wrapper {
  text-align: left;
  margin: 0px auto;
  width: 780px;
  position: relative;
}

#header {
  /**background: top center url(../images/logo.jpg) no-repeat;**/
  padding-top: 10px;
  width: 278px;
  position: relative;
}

/** Header **/
h1 {
  color: #FDE7C2;
  background: #0B518F;
  border: 2px solid #C4B888;
  padding: 8px;
  text-align: center;
  font: 25px verdana, tahoma, "Times new roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 2px 21px;
}

#search {
  width: 148px;
  background: #E8E7DA url(../images/search_top.jpg) no-repeat;
  text-align: center;
  position: absolute;
  bottom: -1px;
  left: 558px;
  padding: 6px 0;
}
#search .text {
  width: 63px;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 279px;
  height: auto;
  padding-top: 370px;
  background: url(../images/pic_1.jpg) no-repeat;
}
#nav ul {
  background: bottom right #0B518F url(../images/nav_bot.jpg) no-repeat;
  margin: 0 8px 0 30.5px;
  padding: 5px 7px 15px 17px;
}
#nav li {
  list-style: none;
  background: bottom left url(../images/dots.jpg) repeat-x;
}
#nav a {
  color: #FDE7C2;
  font: 14px tahoma, "times new roman", serif;
  font-style: italic;
  font-weight:bold;
  background: #0B518F;
  padding-right: 8px;
}

/** content **/

#content {
  background: #E8E7DA bottom right url(../images/body_bottom_right.jpg) no-repeat;
  width: 501px;
  margin-left: 278px;
  min-height: 350px;
}

#content .main, #content .main2 {
  float: right;
  width: 306px;
  margin-top: 14px;
  padding-right: 14px;
  height: 283px;
}
#content .maincab {
  float: right;
  width: 306px;
  margin-top: 14px;
  padding-right: 14px;
  height: 500px;
}
#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#wedding 
{
    float: right;
    width: 150px;
    padding: 5px;
    background: top right url(../images/bogy_top_right.jpg) no-repeat;
    border: 0 0 0 0;
}
    

#rightpanel {
  float: right;
  width: 150px;
  border-left: 1px solid #D6D3BA;
  padding: 5px;
  background: top right url(../images/bogy_top_right.jpg) no-repeat;
  
}
#rightpanel span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#rightpanel p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 .2em;
  line-height: 1.3;
}
#rightpanel .clear {
  height: 10px;
}

h2 {
  font: italic 22px "Times new roman", serif;
  color: #0B518F;
  margin: 0 0 0.5em 0;
}

/** Footer **/

#footer {
  color: #E8E7DA;
  margin: 0 0 0 290px;
}

#privacy {
  position: absolute;
  right: 17px;
  width: 148px;
  padding: 3px 0;
  text-align: center;
  background: #E8E7DA bottom left url(../images/footer_tab.jpg) no-repeat;
  border-top: 1px solid #D6D3BA;
}
#privacy a {
  color: #000;
  font-weight: normal;
}
