body
{
background-color:#743D7A;
margin: 5px 3px 5px 3px;
font-family:verdana;
font-size:12px;
}

#layout{
width:775px;
margin:auto;
border: 2px white solid;
background-color:#FFF;
}
#couple
{
background-image:url(images/couple.jpg);
width:775px;
height:213px;
float:right;
border-bottom: solid #D6C6AD 5px;
}
#logo
{
padding-top:60px;
margin-left:20px;
}
.logotitle
{
font-family:verdana;
font-size:12px;
font-weight:bold;
color:#515055;
font-variant:small-caps;
padding-top:5px;
padding-left:20px;
}

.headercontent
{
font-family:verdana;
font-size:10px;
font-weight:normal;
color:#666666;
padding-top:25px;
margin-left:20px;
width:470px;

}

.bannercontent
{
font-family:verdana;
font-size:8px;
font-weight:normal;
color:#666666;
padding: 0px 10px 5px 2px;
margin-left:20px;
width:470px;
}

.links
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
}
.links a
{
color:#743D7A;
text-decoration:underline;
}
.links a:hover
{
color:#333333;
text-decoration:none;
}


#main
{
background: #FFF;
width:775px;
margin-top:0px;

}
#break
{
background-image:url(images/break.gif);
margin-left:0px;
width:775px;
height:15px;
background-repeat:no-repeat;
background-position:top;
}

#boxcontent
{
background-image:url(images/box.jpg);
width:355px;
background-repeat:no-repeat;
border: 3px #D6C6AD solid;
margin: 5px 3px 5px 3px;
}

#maincontent
{
background: #FFF;
width:770px;
margin-top:0px;
}

#footer
{
background-image:url(images/footer.jpg);
align:center;
width:775px;
height:77px;
background-repeat:no-repeat;
clear:both;
}
#footertxt
{
font-family:tahoma;
font-size:11px;
padding:32px;
font-weight:normal;
color:#000000;
text-align:center;
}

p.bodytitle
{
font-family:verdana;
font-size:12px;
font-weight:bold;
color:#743D7A;
font-variant:small-caps;
}

/* BODY CELLS */


#left {
    float: left;
    width: 365px;
    padding: 2px;
    margin: 5px 5px 15px 5px;
}
#right {
    float: right;
    width: 365px;
    padding: 2px;
    margin: 5px 5px 15px 5px;
}
