/* CSS Document */
body{
   background:url(images/bg.jpg) repeat;
   margin:0 0 0 0;
   font-family:Georgia, "Times New Roman", Times, serif;
   color:#333333;
}
#upline a{
   text-decoration:none;
   color:#999999;
}
#upline a:hover{
   text-decoration:none;
   color:#FFFFFF;
   text-decoration:underline;
}
#upline .homepage{
   width:775px;
   float:left;
}
#warper{
   width:800px;
   margin:0 auto;
}
#upline{
   width:800px;
   height:25px;
   text-align:right;
   color:#999999;
   font-size:x-small;
   font:tahoma;
   background:#333333;
}
#header{
   width:800px;
   height:188px;
   background:url(images/header.jpg) no-repeat center top;
   margin:auto;
}
#navbar{
   width:800px;
   height:22px;
   background:url(images/menubc.jpg) repeat center top;
   margin:0 auto;

}
#navbar .menu{
   width:750px;
   padding-left:25px;
   height:19px;
}
#content{
   width:800px;
   margin:auto;
}
#content table p{
   font-size:12px;
   font:tahoma;
   text-shadow:#FFFFFF 1px 1px;
   line-height:20px;
}
#content table h1{
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:20px;
   color: #660099;
   text-shadow:#FFFFFF 1px 1px;

}
#bottom{
   width:800px;
   height:100px;
   background:#333333;
}
h3{
   width:350px;
   border-bottom:2px dotted #bcbcbc;
   margin:auto;
}

