/*** iconlist stolen from parseerror.com :D ***/
@import "http://bolink.org/images/icons/iconlist.css";

       body  {
           background : url("http://photos.bolink.org/tile.png") repeat-x;
           font : 14px verdana, sans-serif;
           color : black;
      }
      a {
           color : black;
      }
      input, select, textarea {
           width : 350px;
           font : 14px verdana, sans-serif;
      }
      input.check {
           width : 20px;
      }
      input.submit {
           width : 100px;
      }
      div.menu {
           text-align : right;
           position : absolute;
           top : 50px;
           right : 25px;
      }

div#picture {
 float: right;
 margin-right: 16px;
 text-align: right;
 width: 200px;
 }
 div#text {
 float: left;
 margin-left: 16px;
 width: 300px;
 }
div#drink {
 float: left;
 margin-left: 16px;
 width: 300px;
 }
div#stuff {
 float: left;
 margin-left: 16px;
 width: 300px;
}

			div.mms {
           position : absolute;
           top : 100px;
           right : 25px;
					 width: 200px;
			     margin: 5px; 
			     padding: 3px;
			     color: black; 
			     background-color: #fcfcfc;
			     border: 1px solid #eeeeee;
			     text-align: center;      }
			div.statbox {
           position : absolute;
           top : 340px;
           right : 25px;
					 width: 200px;
			     margin: 5px; 
			     padding: 3px;
			     color: black; 
			     background-color: #fcfcfc;
			     border: 1px solid #eeeeee;
			     text-align: center;      }
			div.gbox {
           position : absolute;
           top : 385px;
           right : 25px;
					 width: 200px;
			     margin: 5px; 
			     padding: 3px;
			     color: black; 
			     background-color: #fcfcfc;
			     border: 1px solid #eeeeee;
			     text-align: center;      }
      div.thumb {
           text-align : right;
           position : absolute;
           top : 80px;
           right : 25px;
      }
      acronym {
           border-bottom-style : dashed;
           border-bottom-width : 2px;
           cursor : help;
      }
      table.news {
           width : 700px;
           text-align : justify;
           padding-left : 50px;
      }
      div.newsend {
           font-size : 12px;
           text-align : left;
           padding-left : 300px;
      }
      div.title {
           font-size : 16px;
           font-weight : bold;
      }
      hr.gallery {
           width : 600px;
      }
      table.map {
           width : 500px;
           text-align : center;
      }
      img {
           border : 0px solid black;
      }
			.noborder {
			     border: 0px;
			}
			.photo { 
			 float: left; 
			 width: 200px;
			 margin: 5px; 
			 padding: 3px;
			 color: black; 
			 background-color: #fcfcfc;
			 border: 1px solid #eeeeee;
			 text-align: center;
			 }
			 .photo2 { 
			 float: left; 
			 width: 300px;
			 margin: 5px; 
			 padding: 3px;
			 color: black; 
			 background-color: #fcfcfc;
			 border: 1px solid #eeeeee;
			 text-align: left;
			 }
			 .date {
			 font-size: 10px; 
			 }
			 .text {
			 font-size: 12px;
			 }
			 input.mms {
			 width: 200px;
			 }
			 .red {
			 color: red;
			 }
			 .green {
			 color: #22aa22;
			 }
			 .blue {
			 color: #2222aa;
			 }
			 .orange {
			 color: #f88017;
			 }
			 td.right {
			 float: right; 
			 text-align: right;
			 width: 300px;
			 }
			 td.left {
			 float: left; 
			 text-align: left;
 			 width: 300px;
			 }
			 img.logo {
			 border: 0px;
			 }
			 td.cart {
			 font: 10px verdana, sans-serif;
			 background: white;
			 border: 1px solid #aaaaaa;
			 padding-left: 4px;
			 padding-right: 4px;
			 }
			 td.cart2 {
			 font: 10px verdana, sans-serif;
			 background: #eeeeee;
			 border: 1px solid #aaaaaa;
			 padding-left: 4px;
			 padding-right: 4px;
			 }
			 table.cart {
			 background: #cccccc;
			 border: 1px solid #333333;
			 width: 600px
			 }
			 td.menu {
			 font-family: verdana, sans-serif;
			 font-size: 14px;
			 background: none;
			 padding-left: 10px;
			 border-left: 1px solid #ff0000;
			 }
			 img.fruit {
			 border: 0px;
			 width: 20px;
			 }
			 table.gb {
			 width: 300px;
			 margin: 5px; 
			 padding: 3px;
			 color: black; 
			 background-color: #fcfcfc;
			 border: 1px solid #eeeeee;
			 text-align: center;
			 }
			 p.blog {
			 width: 420px;
			 font: 14px georgia, verdana, sans-serif;
			 }
			 small {
			 font-size: 10px;
			 }
			 div#footer
			 {
			 overflow: auto;
			 position: absolute;
			 width: 98%;
			 bottom: 20px;
			 text-align:center;
			 color: gray;
			 font-size: 10px;
			 }
			
