body {

  background-color: white;

  color: #000000;

  text-align:center;

  font-family: Sansation, "Myriad Pro", "Microsoft Sans Serif", Helvetica, Arial, sans-serif;

}

* {

	font-size: 12px;

}

div {

    border:0px solid #68756b;

    padding:10px;

}

#banner {

    width:1000px;

    height:90px;

    margin:0px auto;

    border:0px;

    text-align:left;

    padding-left: 50pt;

}

#wrapper {

    width:1000px;

    height:130px;

    margin:0px auto;

    border-right-width: 3pt;

    border-bottom-width: 4pt;

    border-right-color: black;

    border-bottom-color: grey;

    background: #fff url(../images/navigation.jpg) left repeat-x;

    overflow:hidden;

}

#title {

    width:950px;

    height:25px;

    margin:0px auto;

    text-align:left;

    padding:0px 0px 0px 0px;

    border-bottom-width:1px;

    border-bottom-color:white;

    background-image: url(../images/background_transp.png);

}

#navigation {

    width:950px;

    height:70px;

    margin:0px auto;

    text-align:left;

    padding:0px 0px 0px 0px;

    background-image: url(../images/background_transp.png);

}

#navigation ul{

    list-style:none;

    float:left;

}

#navigation li{

    float:left;

}

#navigation ul ul{

    position:absolute;

    left:134px;

}

#navigation a{

    display:block;

    padding:0px 20px 8px 0px;

}

#main {

    width:1000px;

    height:450px;

    margin:0px auto;

    color: white;

    background-color: #505050;

    border-right-width: 3pt;

    border-bottom-width: 2pt;

    border-color: black;

}

#text {

    clear:both;

    width:500px;

    height:420px;

    margin:0px auto;

    float:left;

    text-align:left;

    margin-left:20px;

    overflow:auto;

}

#picture {

    width:400px;

    margin:0px auto;

    float:right;

}

#footer {

    width:950px;

    height:100px;

    margin:0px auto;

    padding:0px;

    margin-top:5px;

    text-align:left;

}

#foot_left {

    width:300px;

    height:50px;

    padding:0px;

    float:left;

}

#foot_right {

    width:600px;

    height:50px;

    padding:0px;

    float:right;

    text-align:left;

    word-spacing: 3px;

}

a{

  color:white;

  text-decoration:none;

  font-size:16px;

}

a:hover{

  color:grey;

}

h1{

  font-size:14px;

}

.active{

  color:#13d83a;

}

.pic_left{

  float:left;

  margin:-10px 20px 0px 0px;

}

.pic_right{

  margin:-5px 0px 3px 0px;

}

.link_int{

  color:#13d83a;

  font-size:12px;

}

.link_ext{

  color:yellow;

  font-size:12px;

}

.link_impr{

  color:blue;

  font-size:12px;

