body {
margin : 0;
padding : 0 0 20px 0;
font : 80% arial, "Trebuchet MS", tahoma, sans-serif;
line-height : 1.7em;
color : #000;
background : #00cc00 url(img/back.jpg) repeat-x;
}
#container {
width : 800px;
margin-top : 15px;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 10px solid #fff;
color : #010;
background : #fff;
}
#bee {
position: absolute;
height : 140px;
width : 160px;
margin-top: 30px;
margin left : 100px;
}
#butterfly {
position: absolute;
height : 80px;
width : 80px;
margin-top: 40px;
margin-left: 600px;
}

			/*TOP NAV*/
#navlist {
height : 25px;
padding : 3px 0 0 0;
margin : 0;
font-size : 12px;
text-align : center;
background : #000;
}
#navlist li {
list-style : none;
margin : 0;
display : inline;
}
#navlist li a {
padding : 3px 0.5em;
margin-left : 2px;
border : 0 solid #eee;
color : #fff;
background : #000;
text-decoration : none;
}
#navlist li a:link {
color : #fff;
background-color : #000;
}
#navlist li a:visited {
color : #fe0;
background : #000;
}
#navlist li a:hover {
color : #ff0;
background : #066;
}
			/*BANNER*/
#top {
height : 185px;
padding : 0px;
margin : 0px;
color : #fff;
}
#top h5 {
font-family : "Trebuchet MS", Arial;
padding : 10px;
font-size : 22pt;
text-align : left;
color : green;
float : left;
}
#top h6 {
padding : 0;
font-size: 120%;
color : blue;
text-align : left;
}
#banner h1 {
padding : 5px;
font-size : 175%;
text-align : left;
letter-spacing : 1px;
color : #fff;
background : inherit;
}
#banner2 {
height : 160px;
padding : 0px;
margin : 10px 0 10px 0;
border : #339933 1px solid;
color : #666;
background : #7dce27 url(img/green.jpg) no-repeat;
}
			/*MAIN CONTENT*/
#content {
padding : 5px;
width : 570px;
text-align : justify;
margin-left : 200px;
margin-bottom : 0;
}
#content h2 {
margin : 0 0 20px 0;
padding : 5px;
text-transform : uppercase;
font-family : "Trebuchet Ms", Arial, Tahoma, Verdana;
font-size : 150%;
border-bottom : 1px dashed #c0c0c0;
color : #009933;
background : inherit;
}
			/*SIDEBAR*/
#sidebar {
float : left;
background : #fff;
width : 175px;
margin : 5px 10px 0 0;
padding : 5px;
border : 2px solid #009933;
/*border-right : 1px solid #c0c0c0
border-bottom : 2px solid #c0c0c0; */
}
#sidebar p {
line-height : 20px;
margin : 10px;
}
#sidebar a {
font-size : 110%;
color : #336600;
text-left : center;
background-color : inherit;
}
#sidebar a:hover {
color : #0000ff;
background-color : inherit;
}
#sidebar h3 {
margin : 0 0 20px 0;
padding : 5px;
text-transform : uppercase;
font-size : 130%;
letter-spacing : 1px;
border-right : 1 px solid #000;
border-bottom : 1px solid #000;
color : #ffffff;
background : #009933 url(img/menu.jpg) no-repeat;
}
#sidebar table {
width : 165px;
}
#sidebar tr {
height : 25px;
text-align : center;
}
/*FOOTER*/
#footer {
clear : both;
height : 60px;
padding : 15px;
margin : 10px 0 0 0;
text-align : center;
border-top : 2px solid #7dce27;
color : #999;
background-color : #fff;
}
#footer a {
color : #0066ff;
padding : 0 0 0 0;
font-size : 80%;
}
#footer p {
line-height : 0.3em;
}
			/*TYPOGRAPHY*/
h3 {
margin : 0 0 20px 0;
padding : 5px;
text-transform : uppercase;
font-size : 150%;
letter-spacing : 1px;
color : #003300;
border-bottom : 1px dashed #eee;
background : inherit;
}

			/*LINKS*/
a {
text-decoration : none;
color : #741e37;

}
a:hover {
text-decoration : none;
color : #333;
}
a img {
border : 0;

}
.navlist ul li {
margin : 0 15px 0 0;
padding : 0;
list-style-type : square;
color : #457c05;
background : inherit;
}
			/*CLASSES*/
.border {
margin : 3px;
padding : 5px;
border: 1px solid #aaa;
}
.info {
padding : 10px;
font-size : 130%;
color : #333;
background : inherit;
}
			/*ROUNDED CORNERS*/
.rbroundbox {
background : url(img/nt2.gif) repeat;
}
.rbtop div {
background : url(img/tl2.gif) no-repeat top left;
}
.rbtop {
background : url(img/tr2.gif) no-repeat top right;
}
.rbbot div {
background : url(img/bl2.gif) no-repeat bottom left;
}
.rbbot {
background : url(img/br2.gif) no-repeat bottom right;
}
.rbtop div, .rbtop, .rbbot div, .rbbot {
height : 10px;
font-size : 1px;
}
.rbcontent {
margin : 0 2px;
}
.rbroundbox {
width : 98%;
margin : 0.5em auto;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}