/* CSS Document */


#site {

}

#wrapper {
width: 750px;
height: 944px;
background-image: url('images/green.jpg');
background-repeat: repeat-y

border-width: 2px;
border-style: solid;
border-color: #75b844;
}

#header {
width: 100%;
height: 214px%;
background: #75b844;
}

#menu {
width: 185px;
height: 730px;
background: #75b844;
float: left;
}

#content {
width: 556px;
height: 730px;
float: left;
background: white;
background-image: url("images/watermark.jpg");
background-repeat: no-repeat;
background-position: left bottom;
}

#navigation {
text-decoration: none;
color: #000099
}

#navigation:hover {
background-color: #00D7FF;
color: #FFFFFF;
}

#plan {
width: 85%;
}

#gift {
width: 85%;
}
