/* CSS Document */


#site {

}

#wrapper {
width: 750px;
height: 1394px;
border-width: 2px;
border-style: solid;
border-color: #75b844;
}

#header {
width: 100%;
height: 214px%;
background: #75b844;
}

#menu {
width: 185px;
height: 1180px;
background: #75b844;
float: left;
}

#content {
width: 560px;
height: 1180px;
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;
}