/*Default resset*/
*                               { margin:0; padding:0; font-family: arial; list-style: none; color: white; }
a img                           { border: none; }
/*Custom Classes*/
.clear                          { clear:both; }
.right                          { float: right; }
.left                           { float: left; }


body                            { background: black; }

#ribbon                         { width: 100%; height: 147px; margin-top: 135px;
                                  background: url('../img/pattern.jpg') repeat-x; position: relative;}

#ribbon img#title               { position: absolute; top: 50px; left: 100px;}
#ribbon #soon                   { position: absolute; top: 106px; left: 415px;}


#nav                            { color: white;   }
#nav a                          { text-decoration:none; font-family: arial; font-weight: bold; }
#nav a:hover                    { border-bottom: 3px solid white; }
#nav ul                         { position: absolute; left: 943px; }
#nav ul li                      { float: left; margin-right: 35px;  }

#content                        { width: 534px; padding: 10px; text-align: justify;
                                  position: relative; left: 83px; margin-top: 50px; }

#information                    { text-align: right; }

.absRight                       { position: absolute; right: 0; top: -10; }