html,body{
 margin:0;
 padding:0
}

body{
 font: 76% arial,sans-serif;
 text-align:center
}

div#container{
 width:730px;
 margin:0 auto;
 text-align:left
}

a{
 color: #548635;
}

div#header{
 position:relative
 height:130px;
 background: #EEE;
}

div#header h1{
 line-height:50px;
 margin:0;
 padding-left:10px;
 color: #79B30B
}

div#header2{
 position:relative;
 height:44px;
 background: #548635;
 padding-right:10px;
}

div#content{
 float:right;
 width:500px;
 padding-right:20px;
}

div#content a{
 line-height:1.1;
}

div#content p{
 line-height:1.2;
}


div#content pre{
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 color:#c00;
 padding-left:20px;
}


div#title{
 background-image: url(images/title.jpg);
 background-repeat: no-repeat;
 height: 45px;
 padding-left:48px;
 padding-top:22px;
 font-size:16px;
 font-weight: bold;
}

div#menu, div#menu-danger, div#menu-cautious{
 float:left;
 clear:left;
 width:210px;
 background-image: url(images/middle.jpg);
 margin:0px;
 padding:0px;
 border: 0px;
 spacing: 0px;
}

div#menu h3, div#menu-danger h3, div#menu-cautious h3{
 background-image: url(images/top.jpg);
 height: 52px;
 margin:0px;
 padding:0px;
 border: 0px;
 spacing: 0px;
 padding-left:44px;
 line-height:52px;
}

div#menu-danger h3{
 background-image: url(images/top-danger.jpg);
}

div#menu-cautious h3{
 background-image: url(images/top-cautious.jpg);
}

div#menu h3{
 background-image: url(images/top.jpg);
}

div#menu a,p{
 margin-left:24px;
 line-height:1.4;
}

div#menu ul{
 list-style:none outside;
 padding:0px;
}



div#menu-cautious p{
 padding-left:24px;
 line-height:0.7;
 font-size:20px;
 font-weight: 900;
 color: #548635;
}

div#menuend{
 background-image: url(images/bottom.jpg);
 background-repeat: no-repeat;
 width: 210px;
 height: 20px;
 margin: 0px;
 padding: 0px;
 spacing: 0px;
 border: 0px;
}

div#footer{
 background: #548635;
 color: #FFF;
 clear:both;
 width:100%;
 height: 30px;
 text-align: center;
}

div#footer p{
 margin: 10px;
}