
/* GENERAL */

* {
 padding: 0;
 margin: 0;
 }

body {
 color: #666;
 text-align: center;
 font-family: Verdana,Helvetica,Times New Roman,serif;
 font-size: 11px;
 line-height: 16px;
 background: #fff url(../img/bg.jpg) 0 120px repeat-x;
 }

a:link, a:visited, a:hover, a:active {
 color: #666;
 text-decoration: underline;
 font-weight: normal;
 }



/* DAWANDA PAGE - GENERAL STRUCTURE */

#logo {
 height: 80px;
 padding-top: 10px;
 background: #e6e6e6;
 }

#nav {
 height: 20px;
 padding-top: 10px;
 background: #e6e6e6;
 }

#content {
 width: 845px;
 margin: 0 auto;
 text-align: left;
 }







