* {
    padding: 0;
    margin: 0;
} 

body {
#background: #616161;
background: #CACACA url(images/background.png) repeat-x;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #444;
line-height: 17px;
}

img { border: none; }
a { color: #4C69AF; }
a:hover { text-decoration: none; color : #111; }
h3 { border-bottom: 1px dotted #aaa; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #333; }


#wrap {
width: 1000px;
margin: 20px auto;
}

#top { 
background: #616161 url(../images/top.jpg) no-repeat;
padding: 10px 0;
}

#header {
height: 80px;
background: #616161 url(../images/header.jpg) no-repeat;
}
#header h1 {
font-size: 38px;
font-weight: 600;
letter-spacing: -2px;
padding: 40px 0 0 33px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}

#header h2 {
font-size: 16px;
color: #eee;
padding: 9px 0 0 33px;
}

#header img {
padding: 10px 0 0 33px;
}

#menu {
height: 30px;
line-height: 30px;
background: #616161 url(../images/menu.jpg) no-repeat;
padding-left: 30px;
}
#menu li
{
float: left;
list-style-type: none;
padding-right: 10px;
}
#menu li a{ 
color: #fff;
display: block;
text-decoration: none;
padding: 0 10px;
font-weight: 100;
}
#menu li a:hover {
background: #666;
}
#menu ul { }


#content { 
padding: 0 25px;
background: #616161 url(../images/content.jpg) repeat-y;
}
#wide {
padding: 0 0 0 2px;
width: 948px;
height: 450px;
float: left;
font-size: 14px;
text-align: justify;
}
#wide h3 { border-bottom: 1px dotted #6C91FC; }


#left {
/* padding: 10px 0 20px 2px; */
padding: 0px 0 0px 2px;
width: 720px;
height: 450px;
float: left;
font-size: 14px;
text-align: justify;
}
#left h2 { border-bottom: 1px dotted #6C91FC; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
#left h3 { border-bottom: 1px dotted #6C91FC; }
#left h4 {  color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 18px; letter-spacing: -1px;}
#left ul { list-style-type: none; padding: 0px 0 0px 0; margin-left: 20px; margin-top: 5px;}
#left a:visited {
  color: #808080 ;
}
#left a:hover, a:active { 
 color: white;
  font-weight: bold;
  background: #808080;
   }

li.il {
  list-style: circle outside;
  text-align: left;
  margin: 0px;
  /*line-height:15pt;*/
}
P.il {
  /*text-align: left;*/
  /*margin: 0;*/
  /*font-family: Verdana, sans-serif;*/
  /*font-size: 13px;*/
  /*color: white;*/
  /*line-height:1;*/
  /*color: #627849;*/
  /*font-weight: normal;*/
  padding-top: 5px;
  padding-bottom: 5px;
}

#right {
width: 200px;
float: right;
padding: 0px 0 20px 0;
}
#right h3 { color: #666; border-bottom: 1px dotted #6C91FC; }
#right h4 a { display: block; text-decoration: none; color: #666; padding-bottom: 4px; margin: 3px 0 3px 0; font-weight: 120; font-size: 16px; letter-spacing: 0px; }
#right ul { list-style-type: none; padding: 5px 0 5px 0; }
#right ul li { padding: 2px 0 3px 10px; }
#right ul li a { color: #4C69AF; font-weight: 100; display: block; text-decoration: none; font-size: 14px;}
#right ul li a:hover { 
  color : blue; 
  font-weight: bold;
  /*background: #808080;*/
}


#bottom {
background: #616161 url(../images/bottom.jpg) no-repeat;
padding: 10px 0;
}


#ft {
font-size: 16px;
color: #eee;
text-align: center;
background: #880000 url(../images/footer.jpg) repeat;
padding: 0 0;
}
#ft table {
width: 940px;
height:130px;
margin-left: 30px;
}
#ft img {
/*  width: 160px; */
  height: 120px;
  padding: 0 5px 0 0;
  float: left;
}
/* style tl (top left) for images */
#tl img {
  float: left; 
  padding: 0px 0px 0 0;
  float: left;
  border: 3px  solid #ccc;
  margin-right: 10px;
  }
/* style tlnb (top left with no border) for images */
#tlnb img {
  float: left; 
  padding: 0px 0px 0 0;
  float: left;
  border: 0px  solid #ccc;
  margin-right: 10px;
}
/* style tl (border) for images */
#border img {
/*  width: 160px; */
  padding: 0px 0px 0 0;
  float: left;
  border: 3px  solid #ccc;
}

P.test {
text-align: left;


}

P.auth {
text-align: right;
color: #aaa;


}


