/* CSS Document */


#site {

}

#wrapper {
width: 750px;
height: 770px;
border-width: 2px;
border-style: solid;
border-color: #75b844;
}

#header {
width: 100%;
height: 214px;
background: #75b844;
}

#menu {
width: 185px;
height: 556px;
background: #75b844;
float: left;
}

#content {
width: 560px;
height: 556px;
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%;
}

#pic {
color: #ffffff;
width: 200px;
float:left;
}

#wrap {
width: 90%;
padding: 10px;
}

#right {
background: #FFFFCC;
width: 45%;
height: 450px;
overflow: auto;
float: right;
}

#new {
float:left;
width: 100%;
padding: 4px;
}