/* controls background color first loaded on page */
body {
background-image: url('we_images/parchmentbase.jpg');
background-repeat: repeat;

background-color: #827504;
font-family: georgia, "times new roman", serif;
font-size: 100%;
font-style: normal;
line-height: 120%;
color: #000000;
}

/* background image */
.stage {
background-image: url('we_images/parchmentbase.jpg');
background-repeat: repeat;
background-color: #aecee7;
position: relative;
width: 90%;
min-width: 1024px;
height: 768px;
margin-left: auto;
margin-right: auto;
}

/* navigation position start */
.header_nav {
position: absolute;
text-align: left;
font-family: georgia, "times new roman", serif;
font-size: 70%; 
left: 10px;
top: 125px;
width: 200px;
height: 700px;
overflow: auto;
}

/* lable position */
.lable {
width:200px;
height: 90px;
margin-bottom: 5px;
background: url('we_images/we_be_lable_blue_200.gif') no-repeat 0 0;
position: absolute;
top: 5px;
left: 5px; padding-left:3px; padding-right:1px; padding-top:1px; padding-bottom:0px
}

/* motto position */
.motto {
width:445px;
height: 30px;
margin-bottom: 5px;
background: url('we_images/Unique_Weddings_for_Unique_Couples1.gif') no-repeat 0 0;
position: absolute;
top: 5px;
left: 225px; padding-left:3px; padding-right:1px; padding-top:1px; padding-bottom:0px
}

/* rose position */
.rose {
width:75px;
height: 100px;
margin-bottom: 5px;
position: absolute;
top: 10px;
left: 675px; padding-left:1px; padding-right:1px; padding-top:1px; padding-bottom:0px
}

/* page title */
.title {
width:445px;
height: 85px;
margin-bottom: 5px;
position: absolute;
top: 45px;
left: 225px; padding-left:3px; padding-right:1px; padding-top:1px; padding-bottom:0px
}

/* content position */
.content {
position: absolute;
right: 30px;
left: 225px;
width: 600px;
height: 700px;
top: 150px;
overflow: auto;
padding-right: 5px;
}

h3 {
font-family: georgia, "times new roman", serif;
font-size: 110%;
color:#827504;
margin-bottom: 3px;
}


h4, h5 {
padding-top: 1em;
padding-left: 2em;
margin-bottom: 3px;
}


p {
font-size: 100%;
padding-right: 0em;
padding-top: 0em;
}


input.blue {
background-color: #263940;
font-family: georgia, "times new roman", serif;
font-size: 90%;
font-style: normal;
color: #f2f6d5;
}
a img, a object {
border: none;
}
a:link {
color: #000000;
text-decoration:none;
}
a:hover {
color: #827504;
text-decoration:none;
}
a:visited
{color: #ffffff;
text-decoration:none;}
a:active
{color: #ffffff;
text-decoration:none;}
