body {
background:url(img/bg.png) top center repeat;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 71%;	
margin: 0px;}

#bg{
position: relative;
width: 100%;
top: 0;
margin: 0 auto;
padding: 0;
height: 100%;
background:url(img/bg.png) top center repeat;
}

#pagewrap{
position: relative;
background: url(img/content_bg2.png) repeat-y top left;
margin: 0 auto;
margin-top: 81px;
width: 725px;
overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
height: 100%;
min-height: 400px;
clear: both;
}

#pagewrap2{
position: relative;
background: url(img/content_bg2.png) repeat-y top left;
margin: 0 auto;
margin-top: 81px;
width: 725px;
overflow: visible;
text-align: center;
padding-bottom: 25px;
}

#shadow_top{
position: relative;
background: url(img/shadow_top.png) no-repeat top left;
width: 725px;
height: 24px;
clear: both;
}
#shadow_middle{
position: relative;
background: url(img/shadow_middle.png) repeat-y top left;
width: 725px;
overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
height: 100%;
min-height: 400px;
clear: both;
}
#shadow_bottom{
margin: 0 auto;
position: relative;
background: url(img/shadow_bottom.png) no-repeat top left;
width: 725px;
height: 14px;
clear: both;
}
* html #shadow_top {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shadow_top.png', sizingMethod='scale');
}
* html #shadow_middle {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shadow_middle.png', sizingMethod='scale');
}
* html #shadow_bottom {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shadow_bottom.png', sizingMethod='scale');
}

#homecontainer{
position: relative;
margin-top: 150px;
width: 540px;
margin-left: 120px;
text-align: center;
height: 100%;
}
#home img{
margin-bottom: 25px;
margin-left: -40px;
clear: both;
}
#text{
position: relative;
margin-top: 50px;
margin-bottom: 75px;
width: 540px;
margin-left: 120px;
text-align: left;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
height: 100%;
min-height: 260px;
}
#leftcolumn { 
position: relative;
 margin-left: 10px;
 padding: 10px;
 color: #5b4c33;
 display: inline;
  float: left;
 width: 244px;
 height: 100%;
}
#rightcolumn { 
position: relative;
margin-bottom: 10px;
display: inline;
color: #5b4c33;
padding: 10px;
width: 244px;
height: 100%;
overflow: visible;
float: right;
border-left: 1px solid #5b4c33;
}
#footer {
position: absolute;
margin-bottom: 8px;
bottom: 0px;
width: 400px;
height: 55px;
margin-left: 165px;
background: url(img/name_sm.png) no-repeat top;
}
#bottom{
position: relative;
margin: 0 auto;
margin-top: 0px;
width: 715px;
height: 9px;
}

.clear { clear: both; background: none; }

/*navigation */
#navcontainer{
position:relative;
top: 25px;
margin-left: 115px;
padding: 0;
height: 19px;
width: 555px;
}
#nav {
position:relative;
margin:0;
padding: 0;
height: 19px;
width: 555px;
list-style: none;
overflow:hidden;
display: inline;
}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	border-right: 1px solid #5b4c33;
	border-bottom: none;
	float: left;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:19px; /* for IE5/Win only */
	}
#nav a.last {
	border-right: none;
	border-bottom: none;
	}
#nav a:hover {
	background-position: 0 -19px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -19px;
	border-bottom: none;
	}

#home a  {
	width: 53px;
	background: url(img/nav_06.png) top left no-repeat;
	}
#story a  {
	width: 81px;
	background: url(img/nav_01.png) top left no-repeat;
		}
#wedding a  {
	width: 74px;
	background: url(img/nav_02.png) top left no-repeat;
	}
#reception a  {
	width: 81px;
	background: url(img/nav_03.png) top left no-repeat;
	}
#wedparty a  {
	width: 114px;
	background: url(img/nav_04.png) top left no-repeat;
	}
#guests a  {
	width: 59px;
	background: url(img/nav_05.png) top left no-repeat;
	}
#guestbook a  {
	width: 84px;
	background: url(img/nav_07.png) top left no-repeat;
	}

/*END navigation */
#subnav{
margin-bottom: 30px;
}
#subnav li{
font: 1em Arial, Verdana, Helvetica, sans-serif;
line-height: 1.4em;
letter-spacing: .1em;
list-style-type: none;
}
#subnav li a, #subnav li a:visited{
color: #5b4c33;
text-decoration: none;
}
#subnav li a:hover, #subnav li a:active, #subnav li a.selected{
color: #5b4c33;
text-decoration: none;
border-bottom: 1px dotted;
}
ul{
color: #5b4c33;
list-style-type: circle;
}
ul li{
margin-bottom: 4px;
}
p{
color: #5b4c33;
line-height: 1.2em;
}
h1{
 font: 1em Arial, Verdana, Helvetica, sans-serif;
text-transform: uppercase;
color: #5b4c33;
font-weight: bold;
}
p a, p a:visited{
color: #5b4c33;
text-decoration: none;
border-bottom: 1px dotted;
}
p a:hover, p li a:active{
color: #271f12;
text-decoration: none;
border-bottom: 1px dotted;
}
ul#list li a:hover, ul li li a:active {
color: #271f12;
text-decoration: none;
border-bottom: 1px dotted;
}

ul#list li a, ul li a:visited {
color: #5b4c33;
text-decoration: none;
border-bottom: 1px dotted;
}

#text img{
padding: 3px;
border: 1px solid #afd355;
}

/* guestbook styles */
.guestbook{
margin-left: 30px;
text-align: center;
}
.guestbooklink{
margin-top: 50px;
}
.gb{
 font: .8em Arial, Verdana, Helvetica, sans-serif;
text-transform: uppercase;
color: #5b4c33;
font-weight: bold;
text-decoration: none;
letter-spacing: .02em;
}
#gbnavcontainer{
position:relative;
top: 25px;
margin-left: 80px;
padding: 0;
height: 19px;
width: 555px;
}