body { background-image: url(topbg.png);
       background-position: top right;
       background-repeat: repeat-x;
       background-color: #FBEFE3;
       margin: 0px; }

#top { position: absolute;
       right: 0px;
       top: 0px;
       width: 682px;
       height: 164px;
       z-index: 0; }

#text { position: absolute;
        right: 60px;
        top: 202px;
        width: 540px;
        padding: 5px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #000000; 
        padding: 4px;
        line-height: 20px; }

#menu { position: absolute;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
        font-size: 13px;
        top: 156px;
        right: 60px;
        color: #625A46;
	font-style:normal;
        text-align: center; 
	}

#menu li{
	list-style:none;
	float:left;
        margin: 0 4px;
	}
	
#menu li a{
	display:block;
        background-color: #EFE4D2;
	padding:0px;
	text-decoration:none;
	width:84px;
        padding-top: 2px;
        padding-bottom: 2px;
        color: #625A46;
	font-weight: bold;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 13px; }

#menu li a:hover { background-color: #E6DAC6;
                   text-decoration: none;
                   font-style: italic; }

#text a { text-decoration: none;
          color: #625A46; 
          font-weight: bold; }

#text a:hover { text-decoration: underline; }

b, strong { color: #628063; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 18px;
          font-weight: bold;
          letter-spacing: 5px;
          color: #4F5C48;
          font-style: italic;
          border-width: 0px 0px 1px 0px;
          border-style: solid;
          border-color: #475D48; }

.center { margin: auto;
          text-align: center; }

option, textarea, input { font-family: trebuchet ms,verdana,arial,helvetica;
                          font-size: 12px;
                          border-color: #7F9DB9;
                          border-style: solid;
                          border-width: 1px;
                          background-color: #ffffff; }

