body {
	      margin: 0px;
	      padding: 0px;
	      background-color: #fff;
	      color: #006;
        font-family: "Century Gothic", arial, helvetica, sans-serif;
        font-size: 10pt;
	      }

#picture {
        position: absolute;
        margin: 0px;
	      border: 10px solid #06f;
        background: url(../images/rose/rosemary.jpg) no-repeat center;
	      width: 200px;
	      height: 200px;
        }

#left_col {
        background-color: #06f;
        }

#navcontainer {
	      background-color: #06f;
        margin: 250px 0px 0px 0px;
	      width: 220px;
	      float: left;

        }
#navcontainer ul {
        text-align: left;
        padding: 10px;
        margin: 0 auto;
        list-style-type: none;
        }

#navcontainer ul li a {
        background: transparent url(../images/list-off.gif) left center no-repeat;
        padding-left: 10px;
        text-align: left;
        font: normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
        text-decoration: none;
        color: #6CF;
        }

#navcontainer ul li a:hover {
        background: transparent url(../images/list-on.gif) left center no-repeat;
        color: #006;
        }

#navcontainer ul li a#current {
        background: transparent url(../images/list-active.gif) left center no-repeat;
        color: #00c;
        }


#content {
	      margin-left: 223px;
	      background-color: #ff9;
	      }

#pageheader {
        height: 100px;
	      background-color: #06f;
	      color: #CFF;
	      margin: 0px auto;
	      margin-left: -3px;
	      text-align: center;
        font-family: arial, helvetica, sans-serif;
	      }

.header {
	      margin: 0px auto;
	      padding-top: 20px;
	      text-align: center;
	      }

#main {
 	      margin: 20px 20px 0px 20px;
        padding:20px 0px 1px 0px;
	      }

#payment {margin: 30px auto;
   	    text-align: center;
        }

#footer {
	      background-color: #fff;
	      border-top: 1px solid #006;
	      font-size: 11px;
	      text-align: right;
	      margin: 0px;
	      padding: 0px 10px 0px 0px;
        clear: both;
	      }

#footer p {
        margin: 0px;
        padding: 0px;
        }

.spacer {
	      clear: both;
	      }

h2 {
       margin: 0px;
       padding: 20px 0px 0px 0px;
       }

h1, h3, h4 {
       margin: 0px;
       padding: 0px;
       }

a {
       text-decoration : none;
       }
