body {
       margin: 0;
       background-color: #faf6e3;
       background-image: url(images/bg_vert.jpg);
       background-repeat: repeat-y;
       height: 100%;       
}

p {
       padding: 0;
       margin-top: 0;
       margin-left: 0;
}

h1 {
       font-family: Comic Sans MS;	
       padding: 0;
       margin-top: 0;
       margin-left: 0;
       font-size: 16px;
}

h {       
       font-family: Comic Sans MS;
       padding: 0;
       margin-top: 0;
       margin-left: 0;
       font-size: 16px;
}
#up {
       margin: 0;
       padding: 0;
       width: 100%;
       height: 185px;       
       background-image: url(images/bg_hor.jpg);
       background-repeat: repeat-x;
       position: absolute;
       left: 0px;
       top: 0px;       
}
#corner {
   width: 175px;
       height: 185px;       
       background-image: url(images/corner.jpg);
       position: absolute;
       left: 0px;
       top: 0px;       
       
}
#main {
       position: absolute;
       left: 175px;
       right: 100px;
       top: 140px;
}


#sitename {
       width: 675px;
       margin: 0;
       padding: 0 0 30px 0;
       font-family: "Comic Sans MS", Times, serif;
       font-weight: bold;
       font-style: italic;
       font-size: 20px;       
       color: #000000;
       clear: both;
}

#menu  {
       
       height: 22px;
       width: 675px;
       margin: 0;
       padding: 0;
       font-size: 12px;
       font-family: "Comic Sans MS", Verdana, sans-serif;
       font-weight: bold;       
       background-color: #bfedbf;
       clear: both;       
}

.cell_over {
       width: 115px;
       height: 22px;
       margin: 0;
       float: left;
       background-color: #6dca6e;
       color: #ffffff;
       text-align: center;
}

.cell_out {
       width: 115px;
       height: 22px;
       margin: 0;
       float: left;
       background-color: #bfedbf;
       text-align: center;
}    
#menu .cell_out a:link,  #menu .cell_out a:visited {
   
       text-decoration: none;       
       color: #000000;       
}

#menu .cell_out a:hover   {   
       text-decoration: none;
       color: #000000;       
}

#menu .cell_over a:link,  #menu .cell_over a:visited {
       
       text-decoration: none;       
       color: #ffffff;              
}

#menu p {
       padding-top: 3px;
}

a {
	color:#990000;
	font-size:1em;
	text-decoration:none;
}

a:hover { 
               background-color:#cc0000;
               color:#fff;text-decoration:none
}


#text {
       width: 675px;
       margin: 0;
       padding: 30px 0 15px 0;
       font-family: "Comic Sans MS", Helvetica, sans-serif;
       font-size: 14px;
       line-height: 20px;
       color: #000000;
       text-align: justify;
} 

.copyright  { 
   font-size: 10px; 
       font-family: Arial, Helvetica, sans-serif;
       color: #007500;
}       

a.copyright:link  {
   	color:#007500;	
	font-size:1em;
	text-decoration:none;
}

a.copyright:hover  { 
               color: #00b766;
	background-color:#cc0000;
       	color:#fff;text-decoration:none;
}


