
* {
   margin: 0;
   padding: 0;
}

body{
   background-image: url(images/bg.gif);
   background-attachment:fixed;
   background-color: #ffcc00;
   padding-top: 0px;
   float: center;
   text-align: center;
   margin: 0 auto;
   position: relative;
    
}

#top{
   background-image: url(images/top.jpg);
   width:800px;
   height: 170px;
   background-color: #ffffff;
   position: relative;    
}

#background{
   background-image: url(images/background.gif);
   background-color: #ffffff;   
   width: 800px;
   margin: 0 auto;
   float: center;
   position: relative; 
   border: 0px solid #000000;
   position: relative;   
}

.background{
   background:url(images/bgtitle.png) repeat-y;
   padding: 10px;
   border-weight:1px; 
}

#content{
   width: 652px;
   background-color: #ffffff;   
   background-image: url(images/background.pn);
   float:left;
   margin: 0px;
   position: relative;  
}

#menu{
   width: 140px;
   height: 380px;
   background-color: transparent;
   float:left; 
   margin: 0px;
   padding-left: 8;
   position: relative;  
}

#footer{
   width: 800px;
   height: 20px;
   background-color: #009900;
   float:left;
   position: relative;  
}

.footer{
   text-align: center;   
   color: #ffffff;
   font-family: "times new roman", verdana, script, "arial narrow", tahoma;
   font-size: 10;
   font-weight: normal;
   padding:4px 0px 0 0px;    
   display:block;
}

.linkouner{
   text-align:left; 
   color: #ffffff;
   font-family: "times new roman", verdana, script, "arial narrow", tahoma;
   font-size: 10;
   font-weight: normal;
   padding:4px 0px 0 0px;
   text-decoration: none;
}

h1{ 
   text-align: left;
   font-family: "times new roman", verdana, "arial narrow", tahoma;
   font-size: 18;
   font-weight: bold;
}

h2{ 
   color: #000000;
   text-align: left;
   font-family: "times new roman", verdana, "arial narrow", tahoma;
   font-size: 14;
   font-weight: bold;
}

a{
   text-align: left;   
   color: #333333;
   font-family: "times new roman", verdana, "arial narrow", tahoma;
   font-size: 14;
   font-weight: normal;
   border-color: #000000;
}

p{
   text-align: left;   
   color: #333333;
   font-family: "times new roman", verdana, "arial narrow", tahoma;
   font-size: 14;
   font-weight: normal;
}

.center{
   text-align: center;   
   color: #000000;
   font-family: "times new roman", verdana, "arial narrow", tahoma;
   font-size: 14;
   font-weight: normal;
}

.right{
   text-align: right;   
   color: #000000;
   font-family: "times new roman", verdana, "arial narrow", tahoma;
   font-size: 14;
   font-weight: normal;
}

hr{
   color: #999999;
}

.menu{
   text-align: left;   
   color: #000000;
   font-family: "times new roman", verdana, "arial narrow", tahoma;
   font-size: 20;
   font-weight: normal;
   text-decoration: none;
}

.menu:hover{
   text-align: left;   
   color: #ffffff;
   font-family: "times new roman", verdana, "arial narrow", tahoma;
   font-size: 20;
   font-weight: normal;
   text-decoration: none;
}

.link{
   text-align: left;   
   color: #446699;
   font-family: "times new roman", tahoma;
   font-size: 14;
   font-weight: normal;
   text-decoration: none;
}

.link:hover{
   text-align: left;   
   color: #555577;
   font-family: "times new roman", tahoma;
   font-size: 14;
   font-weight: normal;
   text-decoration: underline;
}

img{
   border-color:#333333;
}

