html,body {
 margin:0;
 padding:0;
 background-color:#fff;
 color:#000;
}
body {
 margin: 20px;
/* text-align: center;*/
 padding:5px;
 min-width:750px;
 padding-left: 5%;
 padding-right: 5%;
/* margin-left: 5%;
 margin-right: 5%;*/
}
div#wrap {
 background:#fff;
 margin:0 auto;
 width:750px;
 text-align: left;
}
#header {
 height: 95px;
 background: #136F01;
 padding:5px 0;
 margin:0;
}

#hdrlogo{
 position: absolute;
 margin-left: 10px;
 margin-top: 5px;
* margin-top: 0px;
}

#nav {
 background: #DFC564;
 padding: 0;
 height: 45px;
 border-bottom: 3px solid #000;
 text-align:left;
}

#menugraphic{
 position: absolute;
 margin-left: 0px;
 margin-top: 5px;
* margin-top: 0px;
}

#LyrOne{
* padding-top: -515px;
* margin-top: -55px;
}
#LyrTwo{
/* padding-top: -15px;
* margin-top: -5px;*/
}

#sidebar {
 float:left;
 width:138px;
/*
 min-height: 360px;
* height: 360px;
*/
/* background: #DFC564;*/
 text-align: left;
/* border-left: 1px dashed #778899;*/
}

#main {
 width:610px;
 float:right;
/*
 min-height: 360px;
* height: 360px;
*/
 background:#fff;
 text-align: left;
/* border-right: 1px dashed #778899;*/
}
#footer {
 background:#fff;
 text-align:center;
 clear:both;
/* border-left: 1px dashed #778899;
 border-right: 1px dashed #778899;
 border-bottom: 1px dashed #778899;*/
}
#footer p {
 padding:5px;
 margin:0;
}
#footer h3 {
 margin:0;
}

/**** Round conners Top and Bottom **********************************************************************/
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}
.rs1{margin: 0 2px}
.rs2{margin: 0 1px}