
body {
background-image:url(images/crystalbg.jpg);
}

#wrapper{
margin: 0 auto;
width:820px;
}

#content {
-moz-border-radius:20px !important;
border-radius:20px;
-webkit-border-radius:20px;
width : 100%;
height: auto;
background-image: url(images/bannerbg.jpg);
text-align: center;
padding-bottom:5px;
border: 4px solid #003300;}

#banner{
-moz-border-radius-topleft:20px !important;
-moz-border-radius-topright:20px !important;
border-top-left-radius:20px;
border-top-right-radius:20px;
-webkit-border-top-left-radius:20px;
-webkit-border-top-right-radius:20px;
background-image:url(images/bannerbg.jpg);
width : 100%;
height: 192px;
border: 0px;
text-align: center;
margin-left: auto;
margin-bottom: 0px;
padding-top:15px;
}

#navbar ul
{
padding-left: 0;
margin-left: 92px;
color: white;
font-family: arial, helvetica, sans-serif;
margin-top: 0px;
}

/* link, not list item is used to determine properties for navbar buttons */
#navbar ul li { display: inline; }


#navbar ul li a
{
-moz-border-radius:12px !important;
border-radius: 12px;
-webkit-border-radius:12px;
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
margin-right:1px;
margin-left:1px;
}

#navbar ul li a:hover
{
background-color: #369;
color: #fff;
}

/*original color was #b7f77b*/
#page_txt {
-moz-border-radius:5px !important;
border-radius:5px;
-webkit-border-radius:5px;
border-style:none;
text-align: left;
font-family: arial, helvetica, sans-serif;
height:auto;
background-color:#b7f77b;
margin:20px;
padding:18px;
line-height:150%;
}
#page_txt a:hover{
color:#f60;
}

#page_txt ul {
margin:20px;
}

#page_txt ul li {
margin-bottom:8px;
}

