
body{ color: #000000; background: #F5F5F5; font-family: sans-serif;}

#header{ color: #ffffff; background: #000000; border-bottom: none;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:157px;
  font-family: sans-serif; text-align: left; font-size: 1.8em; padding-left: 40px; padding-top: 0px; border-bottom: 6px solid white;
  z-index: 2;
 }

#footer{ text-align: right; margin-left: 0px; margin-right: 50px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 1em; padding-top: 0px; border-top: none; background-color: #ffffff;
  position:absolute;
  bottom:0;
  right:0;
  width:100%;
  height:60px;
 }
 
#content {color: #000000; background: #F5F5F5; background-image: url("../art/bluetest.jpg"); font-family: sans-serif; font-weight:normal; font-size:100%; 
  margin:-10px; padding:0px 0px 0px 0px; text-align: justify; }

#main {}
#menu {margin: 40px 60px 30px 60px;}
#menu .item {border: none; display: inline;}
.item {float: left; width: 110px; height: 110px; padding-right:30px; text-align:center; margin:0px;}
.item p {text-align:center; color: #666666; display: inline;}

#intro {margin: 140px 100px 30px 100px; background: whixxxte; color: white;}
#pickles {margin: 40px 60px 30px 60px;}
#pickles  a:link         { color: green; background: transparent; text-decoration: none; font-weight:bold; border: none;}
#pickles  a:visited      { color: green; background: transparent; text-decoration: none; font-weight:bold; border: none;}
#pickles  a:hover        { color: green; background: transparent; text-decoration: none; font-weight:bold; border: none;}
#pickles  a:active       { color: green; background: transparent; text-decoration: none; font-weight:bold; border: none;}

.heading {font-size: 1.3em; font-weight:bold;}

#gamelist {overflow: auto; background: #E1E1E1; margin: 0px 60px 0px 100px; padding: 10px; border: 1px black solid; max-width: 1000px; z-index: 1;}
.game {position: relative; padding: 30px 30px 30px 200px; overflow: auto; margin: 20px; color: #ffffff; background: #4D4D4D; border: 1px blue dotted; min-height: 150px;}
.icon {overflow: auto;}
.icon img {left: 40px; top: 30px; position: absolute;}
.gamedesc {border: none;}

.title1 {color: #d3f5ba; font-size: 1.2em; font-weight:bold;}
.title1  a:link         { color: #d3f5ba; background: transparent; text-decoration: none; font-weight:bold; border: none;}
.title1  a:visited      { color: #d3f5ba; background: transparent; text-decoration: none; font-weight:bold; border: none;}
.title1  a:hover        { color: #669169; background: transparent; text-decoration: none; font-weight:bold; border: none;}
.title1  a:active       { color: #d3f5ba; background: transparent; text-decoration: none; font-weight:bold; border: none;}

a:link         { color: #ffffff; background: transparent; text-decoration: none; font-weight:normal; outline: none; border: none;}
a:visited      { color: #bbbbbb; background: transparent; text-decoration: none; font-weight:normal; outline: none; border: none;}
a:hover        { color: #bbbbbb; background: transparent; text-decoration: underline; font-weight:normal; outline: none; border: none;}
a:active       { color: #ffffff; background: transparent; text-decoration: none; font-weight:normal; outline: none; border: none;}
a:focus		{outline: none; border: none;}

img {border: none;}



