body {
background-color: #d4b8b8;
background-image: url('images/bk.jpg');
background-repeat: repeat-x;
}

div.main {
width: 780px;
height: 500px;
position: relative;
top: 0px;
background-image: url('images/main_bk.png');
background-repeat: repeat-y;
background-position: center;
color: #ffffb7;
font: Verdana;
font-size: 16px;
}

.titlelink{
color: black;
text-decoration: none;
font-size: 22px;
}

div.title{
text-align: center;
width: 780px;
height: 160px;
position: relative;
top:0px;
background-image: url('images/title_bk.png');
background-repeat: no-repeat;
background-position: center;
}

img.title{
position: relative;
top: 5px;
left: 0px;
border: 0px;
}

.menu {
position: relative;
left:-1px;
top: 3px;
width: 750px;
height: 40px;
background-image: url('images/menu_bk.jpg');
}

div.menutext{
position:relative;
color: white;
top: 10px;
z-index: 2;
}

a:link.menuitem{
vertical-align:middle;
color: white;
padding-left: 8px;
padding-right: 8px;
text-decoration: none;
}

a:visited.menuitem{
vertical-align:middle;
color: white;
padding-left: 8px;
padding-right: 8px;
text-decoration: none;
}

a:hover.menuitem{
vertical-align:middle;
color: #ffff09;
padding-left: 8px;
padding-right: 8px;
text-decoration: none;
}

a:active.menuitem{
vertical-align:middle;
color: white;
padding-left: 8px;
padding-right: 8px;
text-decoration: none;
}

div.pic_left{
float:left;
margin-left: 30px;
position: relative;
top: 3px;
width:330px;
height: 380px;
text-align: center;
}

div.pic_right{
float:right;
width:385px;
height: 380px;
text-align: left;
}

div.footer{
width:780px;
height:63px;
position: relative;
top: -2px;
background-image: url('images/footer_bk.png');
background-repeat: no-repeat;
background-position: center;
}

div.highlights{
position: relative;
top: -4px;
}