/** ----- general stylesheet ---- **/
* {
   margin:0;
   padding:0;
   border:0;
}
body {
   font-family: arial, helvetica, sans-serif;
   font-size: 10pt;
   padding: 10px;
}
/** ----- page structure ---- **/
div#pg_wrap {
   width: 95%;
   margin: 0px auto 10px auto;
   overflow: hidden;
}
div#pg_header {
   clear:both;
   margin-top:10px;
   margin-bottom:10px;
   height:55px;
   overflow:hidden;
   border-bottom:1px solid #ddd;
}
div#pg_content {
   clear:both;
   padding-bottom:30px;
}
div.pg_navigation {
   clear:both;
   margin-bottom: 10px;
   font-size: 1.2em;
}
div#pg_footer {
   clear:both;
   overflow:hidden;
   border-top:1px solid #ddd;
}
/** ----- images ---- **/
div.image {
}
div.big_image {
   margin: 0px auto 0px auto;
   overflow:hidden;
}
div.image_tn {
   display: inline;
   float: left;
   overflow:hidden;
}
img, a img {
}
/** ----- headlines and text ---- **/
h1 {
   margin: 0;
   font-size: 1.2em;
   font-weight: bold;
}
div.desc {
   line-height: 1em;
   margin: 0px;
}
span.cur_pg {
   font-weight: normal;
}
p {
   line-height:1.6em;
   margin: 10px 0px 0px 0px;
}
p.image_title {
   line-height: 1em;
   margin: 0px;
}
/** ----- lists, navigation ---- **/
ul#pg_options {
   margin: 0;
   padding: 0;
   border: 0;
}
ul#pg_options li {
   padding: 0;
   display: inline;
   margin-right: 10px;
}
ul#settings_toc {
   background: inherit;
   color: #CCC;
}
ul#settings_toc li {
   margin-left: 15px;
}
/** ----- links ---- **/
a {
}
a:visited {
}
/**
   STYLES BELOW ARE DEFAULT SETTINGS:
**/
/** ----- user set styles ---- **/
body {
   background: #efefef;
   color: #333333;
}
div.big_image {
   padding: 12px;
}
div.image_tn {
   margin-right: 12px;
   margin-bottom: 12px;
}
div.desc {
   background: inherit;
   color: #333333;
}
h1 {
   background: inherit;
   color: #222222;
}
a {
   background: inherit;
   color: #3366ff;
}
a:visited {
   background: inherit;
   color: #6699ff;
}
/** ----- end user set styles ---- **/
/** ----- end general stylesheet ---- **/
